Skip to content

Commit

Permalink
restart pods
Browse files Browse the repository at this point in the history
Signed-off-by: dwertent <[email protected]>
  • Loading branch information
dwertent committed Dec 17, 2024
1 parent 3a3bd5c commit 0fa984e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions operator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -385,10 +385,10 @@ task verifyAllTxnSuccess(dependsOn: verifyAllScdSuccess ) {

// Task to verify all nodes are published
task verifyAllRegistriesPublished(dependsOn: verifyAllTxnSuccess) {
doFirst {
restartOperator(namespace)
}
doLast {
println 'Restarting the Operator...'
restartOperator(namespace)

println 'Verifying all registries are published...'
waitForAllRegistriesPublished(namespace, 240)
}
Expand Down

0 comments on commit 0fa984e

Please sign in to comment.