Skip to content

Commit

Permalink
Remove oc_wrapper from 'wait'
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Mar 7, 2022
1 parent 04f11ec commit 54618b4
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 @@ -57,7 +57,7 @@ oc_wrapper 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
set -x
oc_wrapper wait --timeout=$IQE_CJI_TIMEOUT --for=condition=JobInvocationComplete -n $NAMESPACE cji/$CJI_NAME
oc wait --timeout=$IQE_CJI_TIMEOUT --for=condition=JobInvocationComplete -n $NAMESPACE cji/$CJI_NAME
set +x

# Log in again -- perhaps this will fix the intermittent 'service account lost permissions' error?
Expand Down

0 comments on commit 54618b4

Please sign in to comment.