Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zpoint committed Dec 27, 2024
1 parent 1aa9e9d commit 38a26bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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 @@ -362,7 +362,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
4 changes: 2 additions & 2 deletions tests/smoke_tests/test_mount_and_storage.py
Original file line number Diff line number Diff line change
Expand Up @@ -1466,8 +1466,8 @@ def test_aws_regions(self, tmp_local_storage_obj, region):
'europe-west8', 'europe-west9', 'europe-west10', 'europe-west12',
'asia-east1', 'asia-east2', 'asia-northeast1', 'asia-northeast2',
'asia-northeast3', 'asia-southeast1', 'asia-south1', 'asia-south2',
'asia-southeast2', 'me-central1', 'me-central2', 'me-west1',
'australia-southeast1', 'australia-southeast2', 'africa-south1'
'asia-southeast2', 'me-central1', 'me-west1', 'australia-southeast1',
'australia-southeast2', 'africa-south1'
])
def test_gcs_regions(self, tmp_local_storage_obj, region):
# This tests creation and upload to bucket in all GCS regions
Expand Down

0 comments on commit 38a26bb

Please sign in to comment.