Skip to content

Commit a3ed0cf

Browse files
committed
wip: trying out something
Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
1 parent c4c5823 commit a3ed0cf

1 file changed

Lines changed: 3 additions & 9 deletions

File tree

.github/workflows/e2e-matrix.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
cancel-in-progress: true
2222
name: e2e tests
2323
runs-on: ${{ matrix.os }}
24+
if: |
25+
!inputs.minimal ||
26+
(matrix.os == 'ubuntu-latest' && matrix.k8s-name == 'k8s-latest' && matrix.feature-flags == 'stable')
2427
strategy:
2528
fail-fast: false # Keep running if one leg fails.
2629
matrix:
@@ -53,15 +56,6 @@ jobs:
5356
- k8s-name: k8s-latest
5457
os: ubuntu-24.04-arm
5558
feature-flags: alpha
56-
# For merge queue: only run ubuntu-latest + k8s-latest + stable (1 config)
57-
- ${{ inputs.minimal == true }}
58-
os: ubuntu-24.04-arm
59-
- ${{ inputs.minimal == true }}
60-
k8s-name: k8s-oldest
61-
- ${{ inputs.minimal == true }}
62-
feature-flags: beta
63-
- ${{ inputs.minimal == true }}
64-
feature-flags: alpha
6559
env:
6660
KO_DOCKER_REPO: registry.local:5000/tekton
6761
CLUSTER_DOMAIN: c${{ github.run_id }}.local

0 commit comments

Comments
 (0)