Conversation
|
Skipping CI for Draft Pull Request. |
|
/test ocp-4-20-ui-e2e-tests |
|
@dvail: No presubmit jobs available for stackrox/stackrox@vb/ocp-plugin-helm-test 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. |
|
/test ocp-4-20-ui-e2e-tests |
|
/test gke-ui-e2e-tests |
|
/test ocp-4-12-ui-e2e-tests |
|
Images are ready for the commit at 9455a07. To use with deploy scripts, first |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #18737 +/- ##
=======================================
Coverage 49.38% 49.38%
=======================================
Files 2659 2659
Lines 200712 200722 +10
=======================================
+ Hits 99129 99134 +5
- Misses 94145 94149 +4
- Partials 7438 7439 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/test ocp-4-12-ui-e2e-tests |
|
/test ocp-4-20-ui-e2e-tests |
b89a34d to
59e4aab
Compare
|
/test ocp-4-20-ui-e2e-tests |
|
/test ocp-4-12-ui-e2e-tests |
1 similar comment
|
/test ocp-4-12-ui-e2e-tests |
59e4aab to
8c66091
Compare
|
/test ocp-4-20-ui-e2e-tests |
|
/test ocp-4-12-ui-e2e-tests |
|
/test gke-ui-e2e-tests |
8c66091 to
9455a07
Compare
|
/test ocp-4-20-ui-e2e-tests |
|
@dvail: The following test 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-sigs/prow repository. I understand the commands that are listed here. |
Description
Blocked until we find a solution for #16698
Runs Cypress e2e tests against the console plugin immediately after running e2e tests for the standalone UI. The script is designed to:
A note on 2 above - rather than skip unless we are on >= 4.19, we are detecting if the version is too low and skipping. This will give us false positive test runs rather than false negative. The impact of the two scenarios is:
Approach confirmed with automation team: https://redhat-internal.slack.com/archives/CC5UHD0KA/p1769783633309749
User-facing documentation
Testing and quality
Automated testing
How I validated my change
Run tests against a GKE cluster:
ORCHESTRATOR_FLAVOR is not 'openshift', skipping cypress-ocp testsRun tests against OpenShift 4.12
OpenShift 4.12 < 4.19, skipping cypress-ocp testsRun tests against OpenShift 4.20 (TBD)