Skip to content

chore(deps): bump chainguard-dev/actions from 1.6.9 to 1.6.11 #484

chore(deps): bump chainguard-dev/actions from 1.6.9 to 1.6.11

chore(deps): bump chainguard-dev/actions from 1.6.9 to 1.6.11 #484

Workflow file for this run

name: Pruner kind E2E Tests
'on':
push:
branches:
- main
- release-*
workflow_call: {}
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: v1.6.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.9.0
- v1.7.0
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.29.x
pipelines-release: ${{ matrix.pipelines-release }}