olm: Add dedicated prowjob for running flaky e2e tests#26973
Conversation
| - as: test | ||
| cli: latest | ||
| commands: JUNIT_DIRECTORY=${ARTIFACT_DIR} make e2e/olm | ||
| commands: JUNIT_DIRECTORY=${ARTIFACT_DIR} make e2e/olm SKIP='\[FLAKE\]' |
There was a problem hiding this comment.
Note: this is just a stopgap until openshift/operator-framework-olm#264 lands in the downstream OLM repository, which includes the upstream commit for segmenting flaky tests into their own github actions. We can look into consolidating this into a single target where the default behavior is to skip the flaky tests to avoid having to make changes to multiple repositories when we make a chance to any of the root/staging Makefiles.
|
/test e2e-aws-olm-flaky |
|
@timflannagan: The specified target(s) for
The following commands are available to trigger optional jobs:
Use
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
|
/retest |
|
The e2e-aws-olm-flaky test correctly ran zero test specs: |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: perdasilva, timflannagan The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@timflannagan: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
|
@timflannagan: Updated the following 4 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Introduces a new prowjob for running the flaky OLM e2e tests in parallel with the OLM e2e suite. This new prowjob has an optional status requirement.