Skip to content

Commit

Permalink
Wait on CJI instead of Job in smoke test script (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylape authored Oct 13, 2021
1 parent 1f377b3 commit 32ddea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cicd/cji_smoke_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ oc logs -n $NAMESPACE $pod -f &

# Wait for the job to Complete or Fail before we try to grab artifacts
# condition=complete does trigger when the job fails
oc wait --timeout=$IQE_CJI_TIMEOUT --for=condition=Complete -n $NAMESPACE job/$CJI_NAME-iqe
oc wait --timeout=$IQE_CJI_TIMEOUT --for=condition=JobInvocationComplete -n $NAMESPACE cji/$CJI_NAME

# Get the minio client
# TODO: bake this into jenkins agent template
Expand Down

0 comments on commit 32ddea3

Please sign in to comment.