Skip to content

Commit

Permalink
Bump e2e tests for Pipeline v0.50, v0.51 (#910)
Browse files Browse the repository at this point in the history
Bump Pipeline version to latest LTS for k8s tests, bump k8s version to 1.26 for pipelines tests.
  • Loading branch information
wlynch authored Aug 30, 2023
1 parent 177a318 commit 2a2fd11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/kind-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,18 @@ jobs:
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
pipelines-release: v0.45.0
pipelines-release: v0.50.1
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
- v0.41.3 # LTS
- v0.44.4 # LTS
- v0.47.3 # LTS
- v0.50.1 # LTS
- v0.51.0
uses: ./.github/workflows/reusable-e2e.yaml
with:
k8s-version: v1.25.x
k8s-version: v1.26.x
pipelines-release: ${{ matrix.pipelines-release }}

0 comments on commit 2a2fd11

Please sign in to comment.