Skip to content

Deep inspection for materials #1280

Deep inspection for materials

Deep inspection for materials #1280

Workflow file for this run

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:
k8s-version:
- v1.24.x
- v1.25.x
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
pipelines-release: v0.45.0
pipelines-lts:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
pipelines-release:
- v0.41.0 # LTS
- v0.44.0 # LTS
- v0.47.0 # LTS
- v0.48.0
- v0.49.0
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.25.x
pipelines-release: ${{ matrix.pipelines-release }}