Skip to content

Commit

Permalink
update release testing github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandra Belousov authored and Alexandra Belousov committed Dec 9, 2024
1 parent 4c17bea commit 58abfd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/nightly_release_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
cluster-tests:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
ondemand-aws-tests:
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
ondemand-aws-multinode-tests:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
kubernetes-tests:
Expand Down Expand Up @@ -236,7 +236,7 @@ jobs:
if: always()
run: |
sky status
sky down --all -y
runhouse cluster down --all -y
sky status
check-cluster-status:
Expand Down

0 comments on commit 58abfd6

Please sign in to comment.