diff --git a/.github/workflows/consuming.yml b/.github/workflows/consuming.yml index 0d84c0db2..bfecf0f19 100644 --- a/.github/workflows/consuming.yml +++ b/.github/workflows/consuming.yml @@ -19,17 +19,9 @@ jobs: fail-fast: false matrix: project: ['admiral', 'lighthouse', 'subctl', 'submariner', 'submariner-operator'] - deploytool: ['operator', 'helm'] cabledriver: ['libreswan'] # Run most tests against the latest K8s version k8s_version: ['1.28'] - exclude: - # Admiral E2E doesn't respect deploy-tool params, as it uses clusters without Submariner - - project: admiral - deploytool: helm - # Operator and Helm are mutually exclusive, don't try to use Helm in Operator repo - - project: submariner-operator - deploytool: helm include: # Test the same set of cable driver combinations as the consuming projects do in their CI - project: submariner @@ -69,7 +61,7 @@ jobs: uses: ./shipyard/gh-actions/e2e with: k8s_version: ${{ matrix.k8s_version }} - using: ${{ matrix.cabledriver }} ${{ matrix.deploytool }} + using: ${{ matrix.cabledriver }} - name: Post mortem if: failure()