Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Fix the systest #6543

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/systest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,11 +170,9 @@ jobs:
systest-gke:
runs-on: ubuntu-22.04
if: ${{ needs.filter-changes.outputs.nondocchanges == 'true' }}
continue-on-error: true
needs:
- filter-changes
- provision-gke-cluster
- build-docker-images
timeout-minutes: 70
permissions:
contents: 'read'
Expand Down Expand Up @@ -262,7 +260,6 @@ jobs:
if: always()
needs:
- filter-changes
- provision-gke-cluster
- systest-gke
timeout-minutes: 20
permissions:
Expand Down Expand Up @@ -303,7 +300,6 @@ jobs:
- filter-changes
- build-docker-images
timeout-minutes: 70
continue-on-error: true
permissions:
contents: 'read'
id-token: 'write'
Expand Down Expand Up @@ -413,4 +409,4 @@ jobs:
echo "Reason: ${{ steps.check.outputs.reason }}"
if [[ "${{ steps.check.outputs.status }}" == "failure" ]]; then
exit 1
fi
fi
Loading