Skip to content

Commit

Permalink
Try #6658:
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemesh-bors[bot] authored Jan 22, 2025
2 parents 9e4ea63 + 11dec5d commit 57d69c2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ jobs:
systest-gke:
runs-on: ubuntu-22.04
if: ${{ needs.filter-changes.outputs.nondocchanges == 'true' }}
continue-on-error: true
needs:
- filter-changes
- provision-cluster
Expand All @@ -183,6 +182,9 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- name: fail job
run: exit 1

- uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.GH_ACTION_PRIVATE_KEY }}
Expand Down Expand Up @@ -262,9 +264,10 @@ jobs:

delete-pool:
runs-on: ubuntu-22.04
if: ${{ needs.filter-changes.outputs.nondocchanges == 'true' }}
if: ${{ needs.provision-cluster.result == 'success' }}
needs:
- filter-changes
- provision-cluster
- systest-gke
timeout-minutes: 20
permissions:
Expand Down

0 comments on commit 57d69c2

Please sign in to comment.