-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testinghelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/flakeCategorizes issue or PR as related to a flakey testCategorizes issue or PR as related to a flakey test
Description
Problem
The TestExamples/v1/pipelineruns/beta/pipelinerun-with-matrix e2e test has been consistently flaky in CI, causing build failures. The test file has been temporarily moved to the no-ci folder to prevent CI failures while we investigate and fix
the root cause.
The test was disabled in PR #9200 as a temporary measure.
Evidence of Flakiness
From issue #9062, the test has been failing with timeouts:
--- FAIL: TestExamples/v1/pipelineruns/beta/pipelinerun-with-matrix (605.80s)
Recent CI failures:
- https://github.com/tektoncd/pipeline/actions/runs/18324465586/job/52185466094?pr=9047
- https://github.com/tektoncd/pipeline/actions/runs/18324465586/job/52185466098?pr=9047
- https://github.com/tektoncd/pipeline/actions/runs/18339183125/job/52230530489?pr=9067
Tasks
- Investigate why the pipelinerun-with-matrix example test is timing out (600+ seconds)
- Identify the root cause of the flakiness
- Implement a fix for the underlying issue
- Move the test file back from
examples/v1/pipelineruns/no-ci/pipelinerun-with-matrix.yamltoexamples/v1/pipelineruns/beta/pipelinerun-with-matrix.yaml - Verify the test runs reliably in CI
Current Location
The test file is currently at: examples/v1/pipelineruns/no-ci/pipelinerun-with-matrix.yaml
It should be moved back to: examples/v1/pipelineruns/beta/pipelinerun-with-matrix.yaml once fixed.
Related Issues
- e2e: TestExamples is flaky #9062 - Parent issue tracking flaky e2e example tests
Metadata
Metadata
Assignees
Labels
area/testingIssues or PRs related to testingIssues or PRs related to testinghelp wantedDenotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.kind/flakeCategorizes issue or PR as related to a flakey testCategorizes issue or PR as related to a flakey test
Type
Projects
Status
In Progress