Skip to content

Commit

Permalink
Merge pull request #1080 from Vlatombe/flake-terminatedpod
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlatombe authored Dec 8, 2021
2 parents 94a593a + 54881d4 commit 9b96cdd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ public void terminatedPod() throws Exception {
deletePods(cloud.connect(), getLabels(this, name), false);
r.assertBuildStatus(Result.ABORTED, r.waitForCompletion(b));
r.waitForMessage(new ExecutorStepExecution.RemovedNodeCause().getShortDescription(), b);
r.waitForMessage("busybox -- terminated", b);
r.waitForMessage("jnlp -- terminated", b);
r.waitForMessage("busybox --", b);
r.waitForMessage("jnlp --", b);
}

@Issue("JENKINS-59340")
Expand Down

0 comments on commit 9b96cdd

Please sign in to comment.