Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tests/smoke_tests/smoke_tests_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,6 +746,8 @@ def get_gcp_region_for_quota_failover() -> Optional[str]:
# ├── To submit a job: sky exec test yaml_file
# ├── To stop the cluster: sky stop test
# └── To teardown the cluster: sky down test
# Reset s to remove any line with FutureWarning
's=$(echo "$s" | grep -v "FutureWarning") && '
'echo "$s" && echo "==Validating launching==" && '
'echo "$s" | grep -A 1 "Launching on" | grep "is up." && '
'echo "$s" && echo "==Validating setup output==" && '
Expand Down
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 @@ -850,7 +850,7 @@ def test_managed_jobs_retry_logs(generic_cloud: str):
@pytest.mark.no_dependency # Storage tests required full dependency installed
def test_managed_jobs_storage(generic_cloud: str):
"""Test storage with managed job"""
timeout = 215
timeout = 500
low_resource_arg = smoke_tests_utils.LOW_RESOURCE_ARG
name = smoke_tests_utils.get_cluster_name()
yaml_str = pathlib.Path(
Expand Down
Loading