Skip to content

Commit

Permalink
Run e2e tests on all supported LTS and latest
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Nov 27, 2023
1 parent ae041cc commit 49a0eed
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
run: make test-integration

test-e2e:
strategy:
fail-fast: false # Keep running if one leg fails.
matrix:
pipeline-version:
- v0.44.5
- v0.47.5
- v0.50.5
- v0.53.2
- latest
runs-on: ubuntu-latest
needs:
- test-integration
Expand Down Expand Up @@ -52,7 +61,7 @@ jobs:
# settings to reach it during testing
- uses: openshift-pipelines/setup-tektoncd@v1
with:
pipeline_version: v0.53.2
pipeline_version: ${{ matrix.pipeline-version }}

# running end-to-end test target
- name: test-e2e
Expand Down

0 comments on commit 49a0eed

Please sign in to comment.