Disable gke-nongroovy-e2e-tests on PRs for stackrox/stackrox#80477
Disable gke-nongroovy-e2e-tests on PRs for stackrox/stackrox#80477AlexVulaj wants to merge 1 commit into
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
WalkthroughThe Stackrox CI configuration is updated to make the ChangesCI Test Job Scheduling
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
PR coverage is now handled by GHA (e2e-nongroovy-tests.yaml). Prow job remains available for manual triggering and nightlies. Partially generated by AI
bab5124 to
9e4ae82
Compare
|
[REHEARSALNOTIFIER]
Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
@AlexVulaj: all tests passed! 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. |
|
/hold |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: AlexVulaj, davdhacs 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 |
|
/assign @davdhacs |
| TEST_SUITE: gke-ui-e2e-tests | ||
| workflow: stackrox-stackrox-e2e-job | ||
| - always_run: true | ||
| - always_run: false |
There was a problem hiding this comment.
(regarding PR description) Why not enable GHA-based tests for nightlies?
PR coverage is now handled by GHA (e2e-nongroovy-tests.yaml). Prow job remains available for manual triggering and nightlies.
Generated by Claude Code
Summary by CodeRabbit
This PR updates the OpenShift CI configuration for the stackrox/stackrox repository to stop automatically running the gke-nongroovy-e2e-tests job on pull requests.
What changed: in ci-operator/config/stackrox/stackrox/stackrox-stackrox-master.yaml the gke-nongroovy-e2e-tests entry was set to always_run: false and optional: true (the job is no longer mandatory for PR validation).
Why: PR-level non-Groovy end-to-end testing is now performed by a GitHub Actions workflow (e2e-nongroovy-tests.yaml). The Prow job is retained for manual invocation and scheduled/nightly runs to preserve coverage without running on every PR.
Impact: reduces redundant PR test execution by moving PR validation for these GKE non-Groovy e2e tests to GitHub Actions while keeping Prow available for manual and nightly use.