From b040db3ae65b362e123dfdf39dc26a799b00a408 Mon Sep 17 00:00:00 2001 From: Cary Goltermann Date: Tue, 9 Jul 2024 06:59:30 -0400 Subject: [PATCH] Specify `--cloud gcp --cpus 2` in smoke test cluster Co-authored-by: Zhanghao Wu --- tests/test_smoke.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_smoke.py b/tests/test_smoke.py index 4e9d279c9c2..71fd0632fe2 100644 --- a/tests/test_smoke.py +++ b/tests/test_smoke.py @@ -801,7 +801,7 @@ def test_gcp_mig(): def test_gcp_force_enable_external_ips(): name = _get_cluster_name() test_commands = [ - f'sky launch -y -c {name} tests/test_yamls/minimal.yaml', + f'sky launch -y -c {name} --cloud gcp --cpus 2 tests/test_yamls/minimal.yaml', # Check network of vm is "default" (f'gcloud compute instances list --filter=name~"{name}" --format=' '"value(networkInterfaces.network)" | grep "networks/default"'),