File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
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
You can’t perform that action at this time.
0 commit comments