Skip to content

Commit

Permalink
Re-enable sail integration test for non-PR
Browse files Browse the repository at this point in the history
Add back fail-fast removal
  • Loading branch information
adam-cattermole committed Jun 11, 2024
1 parent 67c8854 commit 86e2730
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,18 @@ jobs:
strategy:
matrix:
gatewayapi-provider: [istio]
pr-event:
- ${{ github.event_name == 'pull_request' }}
include:
# - istio-type: sail
# gatewayapi-provider: istio
- istio-type: istioctl
gatewayapi-provider: istio
- gatewayapi-provider: istio
istio-type: sail
- gatewayapi-provider: istio
istio-type: istioctl
exclude:
- gatewayapi-provider: istio
pr-event: true
istio-type: sail
fail-fast: false
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrant-test
Expand Down

0 comments on commit 86e2730

Please sign in to comment.