Skip to content

Commit

Permalink
move jq from yaml to test_minimal
Browse files Browse the repository at this point in the history
  • Loading branch information
romilbhardwaj committed May 8, 2024
1 parent e3768b4 commit 26cc380
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_smoke.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,9 @@ def test_minimal(generic_cloud: str):
f'sky exec {name} \'sudo apt-get update && sudo apt-get install -y jq\'',
# Check the cluster info
f'sky exec {name} \'echo "$SKYPILOT_CLUSTER_INFO" | jq .cluster_name | grep {name}\'',
f'sky logs {name} 3 --status', # Ensure the job succeeded.
f'sky exec {name} \'echo "$SKYPILOT_CLUSTER_INFO" | jq .cloud | grep -i {generic_cloud}\'',
f'sky logs {name} 4 --status', # Ensure the job succeeded.
f'sky exec {name} \'echo "$SKYPILOT_CLUSTER_INFO" | jq .cloud | grep -i {generic_cloud}\'',
f'sky logs {name} 5 --status', # Ensure the job succeeded.
],
f'sky down -y {name}',
_get_timeout(generic_cloud),
Expand Down

0 comments on commit 26cc380

Please sign in to comment.