Skip to content

Commit

Permalink
Add E2E Testing for Matrix
Browse files Browse the repository at this point in the history
1) TestPipelineRunMatrixed is an integration test that verifies that a Matrixed PipelineRun succeeds with both `matrix params` and `matrix include params`. It also tests array indexing and whole array replacements by consuming results produced by other PipelineTasks.

2) TestPipelineRunMatrixedFailed is an integration test with a Matrixed PipelineRun that contains 2 successful, and 1 unsucessful TaskRun. This test verifies that the 3rd task run failing will cause the PipelineRun to fail, however the first 2 TaskRuns should succeed before the last one fails.
  • Loading branch information
EmmaMunley committed Jul 19, 2023
1 parent 24e64ed commit fc2cbdb
Showing 1 changed file with 559 additions and 0 deletions.
Loading

0 comments on commit fc2cbdb

Please sign in to comment.