chore(e2e): retries for bulk import test - #3367
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test e2e-tests |
|
The image is available at: |
|
/test e2e-tests |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: subhashkhileri 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 |
|
/cherry-pick release-1.6 |
|
@zdrapela: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
|
/cherry-pick release-1.7 |
|
@zdrapela: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
045656d
into
redhat-developer:main
|
@zdrapela: #3367 failed to apply on top of branch "release-1.6": 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-sigs/prow repository. |
|
@zdrapela: #3367 failed to apply on top of branch "release-1.7": 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-sigs/prow repository. |
* chore(e2e): retries for repo filtering * Skip if already added * Logging * Revert * Dynamically create the repository * Update bulk-import.spec.ts
* chore(e2e): retries for repo filtering * Skip if already added * Logging * Revert * Dynamically create the repository * Update bulk-import.spec.ts
* chore(e2e): fix e2e-tests linter and establish linter check (#3332) * chore(fix): e2e-tests linter Assisted-by: Cursor * fixed by Prettier * Manual fix Assisted-by: Cursor * Fix adoption insights * Create e2e-tests-lint.yaml * chore(ci): use nounset for CI scripts (#3340) * chore(ci): use nounset for CI scripts * Fix sanity checks * Refactor openshift-ci-tests * Refactor cleanup * chore(e2e): attributes for junit (#3333) * Detect platform and save * add reportportal/agent-js-playwright * playwright install chromium * authentication * Apply attributes Assisted-by: Cursor * Cherry-pick linter * ok * Move attributes to beforeall * Fix junit output definition * Keep properties * Fix artifacts url * JUnit for rehearsals * Note about GNU grep and GNU sed Update README.md * Remove irelevant helper function * fix artifacts URL for PRs * tag next * JOB_TYPE="periodic" * remove periodic * Adapt junit file and backup * Fix * Fix to use annotations * Revert "add reportportal/agent-js-playwright" This reverts commit fa2a088. * Cursor rule for component assignment * chore(ci): fix k8s sourcing (#3350) * chore(e2e): retries for bulk import test (#3367) * chore(e2e): retries for repo filtering * Skip if already added * Logging * Revert * Dynamically create the repository * Update bulk-import.spec.ts * Update e2e-tests-lint.yaml * Fix analytics * tsc * Update e2e-tests-lint.yaml * Fix * Fix chart * Update utils.sh * Revert "Update utils.sh" This reverts commit 2e334dc. * Fix sanity
* chore(e2e): retries for repo filtering * Skip if already added * Logging * Revert * Dynamically create the repository * Update bulk-import.spec.ts
Description
The bulk import test was using a manually defined GitHub repository, which caused issues with retries. Now they are defined dynamically so that retries are allowed. That should lead to a higher success rate with Bulk Import tests.
Which issue(s) does this PR fix
PR acceptance criteria
Please make sure that the following steps are complete:
How to test changes / Special notes to the reviewer