Skip to content

Commit

Permalink
fix smoke
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Jan 5, 2025
1 parent 4f6bd00 commit f850074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/smoke_tests/test_managed_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ def test_managed_jobs_pipeline_recovery_gcp():
# separated by `-`.
(f'MANAGED_JOB_ID=`cat /tmp/{name}-run-id | rev | '
f'cut -d\'_\' -f1 | rev | cut -d\'-\' -f1`; {terminate_cmd}'),
smoke_tests_utils.zJOB_WAIT_NOT_RUNNING.format(job_name=name),
smoke_tests_utils.JOB_WAIT_NOT_RUNNING.format(job_name=name),
f'{smoke_tests_utils.GET_JOB_QUEUE} | grep {name} | head -n1 | grep "RECOVERING"',
smoke_tests_utils.
get_cmd_wait_until_managed_job_status_contains_matching_job_name(
Expand Down

0 comments on commit f850074

Please sign in to comment.