From 96b7472eba60b36b9217df479a092c6892730a9c Mon Sep 17 00:00:00 2001 From: Adam Cattermole Date: Tue, 11 Jun 2024 13:29:35 +0100 Subject: [PATCH] Re-enable sail integration test Add back fail-fast removal Signed-off-by: Adam Cattermole --- .github/workflows/test.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index fffa4e32c..d4e240b0b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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