Skip to content

Commit

Permalink
Fix kueue smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
jiripetrlik committed Mar 21, 2024
1 parent 1d3cfaf commit 9485246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Kueue smoke test
[Teardown] Disable Component kueue
Wait Component Ready kueue
Log To Console Waiting for kueue-controller-manager to be available
${result} = Run Process oc wait --for\=condition\=Available --timeout\=60s -n ${ODH_NAMESPACE} deployment/kueue-controller-manager
${result} = Run Process oc wait --for\=condition\=Available --timeout\=300s -n ${ODH_NAMESPACE} deployment/kueue-controller-manager

Check warning

Code scanning / Robocop

Line is too long ({{ line_length }}/{{ allowed_length }}) Warning test

Line is too long (141/120)
... shell=true stderr=STDOUT
Log To Console ${result.stdout}
IF ${result.rc} != 0
Expand Down

0 comments on commit 9485246

Please sign in to comment.