Skip to content

Commit

Permalink
disable HA stage in periodics (#5114)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgianatagh committed Jan 12, 2023
1 parent 206c20a commit 2dbb0ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/JenkinsfilePeriodicTests
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,9 @@ pipeline {
}
}
stage('HA tests') {
when {
expression { false }
}
steps {
retry(count: JOB_PROMOTION_RETRIES) {
script {
Expand Down

0 comments on commit 2dbb0ab

Please sign in to comment.