forked from tektoncd/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
38 lines (35 loc) · 950 Bytes
/
kind-e2e.yaml
File metadata and controls
38 lines (35 loc) · 950 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
name: Chains kind E2E Tests
on:
pull_request:
branches:
- main
- release-*
defaults:
run:
shell: bash
working-directory: ./
jobs:
k8s:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
# Keep in sync with the list of supported releases: https://kubernetes.io/releases/
k8s-version:
- v1.27.x
- v1.28.x
- v1.29.x
- v1.30.x
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
pipelines-release: v0.59.6
pipelines-lts:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
pipelines-release:
- v0.59.6 # Had to change this to working versions during CVE fixes. Older versions gave gcr issue
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.27.x
pipelines-release: ${{ matrix.pipelines-release }}