Skip to content

chore: fix-cves

chore: fix-cves #493

Workflow file for this run

name: Pruner kind E2E Tests
'on':
push:
branches:
- main
- release-*
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.28.x
- v1.32.x
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
pipelines-release: v0.65.0
# This job is for testing the latest LTS version of Tekton Pipelines
pipelines-lts:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
pipelines-release:
# This should follow the list of versions from https://github.com/tektoncd/pipeline/blob/main/releases.md#release
- v1.6.0
- v1.3.2
- v1.0.0
- v0.68.1
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.29.x
pipelines-release: ${{ matrix.pipelines-release }}