Skip to content

Commit

Permalink
Re-enable sail integration test
Browse files Browse the repository at this point in the history
Add back fail-fast removal

Signed-off-by: Adam Cattermole <[email protected]>
  • Loading branch information
adam-cattermole committed Jul 30, 2024
1 parent e917306 commit 96b7472
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ jobs:
name: Integration Tests for github.com/kuadrant/kuadrant-operator/controllers
strategy:
matrix:
gatewayapi-provider: [istio]
include:
# - istio-type: sail
# gatewayapi-provider: istio
- istio-type: istioctl
gatewayapi-provider: istio
- gatewayapi-provider: istio
istio-type: istioctl
- gatewayapi-provider: istio
istio-type: sail
fail-fast: false
runs-on: ubuntu-latest
env:
KIND_CLUSTER_NAME: kuadrant-test
Expand Down

0 comments on commit 96b7472

Please sign in to comment.