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 705e9f0 commit ded5f50
Showing 1 changed file with 7 additions and 19 deletions.
26 changes: 7 additions & 19 deletions .github/workflows/nightly_release_testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ jobs:
- name: Teardown all clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
cluster-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -73,15 +71,13 @@ jobs:
KITCHEN_TESTER_USERNAME: ${{ secrets.KITCHEN_TESTER_USERNAME }}
ORG_MEMBER_TOKEN: ${{ secrets.ORG_MEMBER_PROD_TOKEN }}
ORG_MEMBER_USERNAME: ${{ secrets.ORG_MEMBER_USERNAME }}
run: pytest --level release tests -k "clustertest and not ondemand" --detached
run: pytest --level release tests -k "cluster and not ondemand" --detached
timeout-minutes: 60

- name: Teardown all cluster-tests clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
ondemand-aws-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -120,9 +116,7 @@ jobs:
- name: Teardown all ondemand-aws-tests clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
ondemand-aws-multinode-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -158,9 +152,7 @@ jobs:
- name: Teardown all ondemand-aws-multinode clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
ondemand-gcp-tests:
Expand Down Expand Up @@ -197,9 +189,7 @@ jobs:
- name: Teardown all ondemand-gcp-tests clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
kubernetes-tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -235,9 +225,7 @@ jobs:
- name: Teardown all kubernetes-tests clusters
if: always()
run: |
sky status
sky down --all -y
sky status
runhouse cluster down --all -y
check-cluster-status:
if: always()
Expand Down

0 comments on commit ded5f50

Please sign in to comment.