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 an unsuccessful TaskRun. This test verifies that the taskRun will fail, which will cause the entire PipelineRun to fail.2) TestPipelineRunMatrixedFailed is an integration test with a Matrixed PipelineRun that contains an unsuccessful TaskRun. This test verifies that the taskRun will fail, which will cause the entire PipelineRun to fail.
  • Loading branch information
EmmaMunley committed Jul 31, 2023
1 parent 24e64ed commit bee0412
Showing 1 changed file with 463 additions and 0 deletions.
Loading

0 comments on commit bee0412

Please sign in to comment.