Skip to content

Commit

Permalink
Adding all supported platforms to upgrade scenarios. (#2905)
Browse files Browse the repository at this point in the history
  • Loading branch information
Naeem-Akhter authored Oct 2, 2024
1 parent 16c8900 commit 41e8ff2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ppg/ppg-upgrade-parallel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -90,15 +90,15 @@ pipeline {
stage('Test') {
steps {
script {
moleculeParallelTest(ppgOperatingSystemsAMD(), env.MOLECULE_DIR)
moleculeParallelTest(ppgOperatingSystemsALL(), env.MOLECULE_DIR)
}
}
}
}
post {
always {
script {
moleculeParallelPostDestroy(ppgOperatingSystemsAMD(), env.MOLECULE_DIR)
moleculeParallelPostDestroy(ppgOperatingSystemsALL(), env.MOLECULE_DIR)
sendSlackNotification(env.SCENARIO, env.FROM_VERSION, env.VERSION)
}
}
Expand Down

0 comments on commit 41e8ff2

Please sign in to comment.