Skip to content

Commit

Permalink
Fix presubmit test failure -- build job in QUEUED state (#2152)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobgy authored and k8s-ci-robot committed Sep 18, 2019
1 parent 551b0dc commit 2572013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-build-image-status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ if [ "$IMAGES_BUILDING" == true ]; then
"SUCCESS")
echo "Build with id ${id} has succeeded."
;;
"WORKING")
"WORKING" | "QUEUED")
NEW_PENDING_BUILD_IDS+=( "$id" )
;;
"FETCH_ERROR")
Expand Down

0 comments on commit 2572013

Please sign in to comment.