Skip to content

Commit 8ccb320

Browse files
authored
Update the pipelines and kind versions in e2e tests (#1401)
This updates the e2e with latest release and LTS version. Also, updates to latest kind
1 parent b15d733 commit 8ccb320

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

.github/workflows/kind-e2e.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,26 @@ jobs:
2121
fail-fast: false # Keep running if one leg fails.
2222
matrix:
2323
# Keep in sync with the list of supported releases: https://kubernetes.io/releases/
24-
# TODO: add 1.31.x once it is added in https://github.com/sigstore/scaffolding/releases
24+
# Add latest k8s-version once it is added in https://github.com/sigstore/scaffolding/releases
2525
k8s-version:
26-
- v1.28.x
27-
- v1.29.x
28-
- v1.30.x
26+
- v1.31.x
27+
- v1.32.x
28+
- v1.33.x
2929
uses: ./.github/workflows/reusable-e2e.yaml
3030
with:
3131
k8s-version: ${{ matrix.k8s-version }}
32-
pipelines-release: v0.50.1
32+
pipelines-release: v1.2.0 # Latest version
3333
pipelines-lts:
3434
strategy:
3535
fail-fast: false # Keep running if one leg fails.
3636
matrix:
3737
pipelines-release:
38-
# This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
39-
- v0.53.5 # LTS
40-
- v0.56.3 # LTS
41-
- v0.59.2 # LTS
42-
- v0.62.0
38+
# This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
39+
- v0.62.9 # LTS
40+
- v0.65.7 # LTS
41+
- v0.68.1 # LTS
42+
- v1.0.0 # LTS
4343
uses: ./.github/workflows/reusable-e2e.yaml
4444
with:
45-
k8s-version: v1.28.x
45+
k8s-version: v1.30.x # intersection of the latest version and scaffolding
4646
pipelines-release: ${{ matrix.pipelines-release }}

.github/workflows/reusable-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GOFLAGS: -ldflags=-s -ldflags=-w
2828
KO_DOCKER_REPO: registry.local:5000/knative
2929
KOCACHE: ~/ko
30-
SIGSTORE_SCAFFOLDING_RELEASE_VERSION: "v0.7.12"
30+
SIGSTORE_SCAFFOLDING_RELEASE_VERSION: "v0.7.24"
3131
TEKTON_PIPELINES_RELEASE: "https://storage.googleapis.com/tekton-releases/pipeline/previous/${{ inputs.pipelines-release }}/release.yaml"
3232
# Note that we do not include the v prefix here so we can use it in all
3333
# the places this is used.

0 commit comments

Comments
 (0)