Skip to content

Commit

Permalink
Specify --cloud gcp --cpus 2 in smoke test cluster
Browse files Browse the repository at this point in the history
Co-authored-by: Zhanghao Wu <[email protected]>
  • Loading branch information
Ultramann and Michaelvll authored Jul 9, 2024
1 parent a348b21 commit b040db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"'),
Expand Down

0 comments on commit b040db3

Please sign in to comment.