Skip to content

chore(clo): remove e2e job in favor of one that runs using bundle - #83126

Open
jcantrill wants to merge 2 commits into
openshift:mainfrom
jcantrill:remove_e2e_job
Open

chore(clo): remove e2e job in favor of one that runs using bundle#83126
jcantrill wants to merge 2 commits into
openshift:mainfrom
jcantrill:remove_e2e_job

Conversation

@jcantrill

@jcantrill jcantrill commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

This PR:

  • removes the test-e2e job and build of the old registry image
  • Places CLO e2e reliance upon the bundle built from CI

cc @Clee2691 @vparfonov

/hold

Summary by CodeRabbit

  • Updates OpenShift CI configuration for the Cluster Logging Operator.
  • Removes the legacy registry image build and e2e-target test.
  • Makes e2e-using-bundle required and uses the CI-built bundle for functional tests.
  • Removes obsolete CI configuration for ViaQ-vector-v0.50.0-rh.
  • Pins Cluster Logging Operator base images in the ViaQ-vector-v0.54.0-rh configuration to version 6.6.

@openshift-ci openshift-ci Bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Aug 7, 2026
@jcantrill

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 1ff71e5f-fa1f-46f1-9321-af934a5e9dff

📥 Commits

Reviewing files that changed from the base of the PR and between 7600686 and a0b0c32.

⛔ Files ignored due to path filters (3)
  • ci-operator/jobs/ViaQ/vector/ViaQ-vector-v0.50.0-rh-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/ViaQ/vector/ViaQ-vector-v0.50.0-rh-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (3)
  • ci-operator/config/ViaQ/vector/ViaQ-vector-v0.50.0-rh.yaml
  • ci-operator/config/ViaQ/vector/ViaQ-vector-v0.54.0-rh.yaml
  • ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/config/ViaQ/vector/ViaQ-vector-v0.50.0-rh.yaml
🚧 Files skipped from review as they are similar to previous changes (1)
  • ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml

Walkthrough

The CI configuration removes obsolete Vector and Cluster Logging Operator jobs and registry image wiring. It also pins three Cluster Logging Operator base images to 6.6 and makes e2e-using-bundle required.

Changes

Cluster Logging CI Configuration

Layer / File(s) Summary
Pin Cluster Logging base images
ci-operator/config/ViaQ/vector/ViaQ-vector-v0.54.0-rh.yaml
The three Cluster Logging Operator base images now use version 6.6.
Remove obsolete image and test wiring
ci-operator/config/openshift/cluster-logging-operator/openshift-cluster-logging-operator-master.yaml
The configuration removes the registry image build, the e2e-target test, and the registry image dependency. It makes e2e-using-bundle required.
Remove the retired Vector configuration
ci-operator/config/ViaQ/vector/ViaQ-vector-v0.50.0-rh.yaml
The obsolete Vector CI configuration is removed.

Estimated code review effort: 2 (Simple) | ~10 minutes

Suggested labels: rehearsals-ack

Suggested reviewers: cahartma, clee2691

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly describes removing the CLO e2e job and replacing it with bundle-based execution.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed The PR changes only CI YAML and job declarations; no Ginkgo It, Describe, Context, or When titles, dynamic or otherwise, were added or modified.
Test Structure And Quality ✅ Passed The pull request changes only CI YAML and generated Prow jobs; it adds or modifies no Ginkgo test code, so the listed test-quality checks are not applicable.
Microshift Test Compatibility ✅ Passed PASS: The pull request changes only CI YAML files and deletes jobs; no new Ginkgo tests or MicroShift-relevant API references were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The patch changes only YAML CI configuration and job files; it adds no Ginkgo e2e tests or multi-node assumptions requiring SNO review.
Topology-Aware Scheduling Compatibility ✅ Passed The patch changes only CI configuration and generated job files; it adds no deployment manifests, operator code, controllers, or scheduling constraints.
Ote Binary Stdout Contract ✅ Passed All six changed files are YAML CI configuration; the patch adds no OTE implementation code or process-level stdout/logging calls.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The commit changes only CI YAML files and deletes jobs; it adds no Ginkgo tests or IPv4/external-connectivity logic.
No-Weak-Crypto ✅ Passed The PR changes only CI configuration and image tags; added lines contain no weak algorithms, crypto implementations, or secret/token comparisons. The unchanged ldd-openssl test only checks linked l...
Container-Privileges ✅ Passed The patch changes CI image and job definitions only; added lines contain no privileged, hostPID/hostNetwork/hostIPC, SYS_ADMIN, root, or allowPrivilegeEscalation settings.
No-Sensitive-Data-In-Logs ✅ Passed The commit adds only three base-image version changes and optional: false; it adds no logging statements or sensitive values, and removes obsolete jobs.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands.

@openshift-ci
openshift-ci Bot requested review from Clee2691 and cahartma August 7, 2026 19:12
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@jcantrill

Copy link
Copy Markdown
Contributor Author

/pj-rehearse auto-ack

@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jcantrill

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@jcantrill: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@jcantrill: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
pull-ci-ViaQ-vector-v0.54.0-rh-cargo-clippy-check ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-cargo-deny-check-bans ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-cargo-fmt-check ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-clo-functional ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-cluster-logging-operator-e2e ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-images ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-ldd-openssl ViaQ/vector presubmit Ci-operator config changed
pull-ci-ViaQ-vector-v0.54.0-rh-unit ViaQ/vector presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-master-e2e-using-bundle openshift/cluster-logging-operator presubmit Presubmit changed
pull-ci-openshift-cluster-logging-operator-master-ci-index-cluster-logging-operator-bundle openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-master-functional-target openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-master-images openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-master-lint openshift/cluster-logging-operator presubmit Ci-operator config changed
pull-ci-openshift-cluster-logging-operator-master-unit openshift/cluster-logging-operator presubmit Ci-operator config changed
Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@jcantrill: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/openshift/cluster-logging-operator/master/functional-target a0b0c32 link unknown /pj-rehearse pull-ci-openshift-cluster-logging-operator-master-functional-target
ci/rehearse/openshift/cluster-logging-operator/master/e2e-using-bundle a0b0c32 link unknown /pj-rehearse pull-ci-openshift-cluster-logging-operator-master-e2e-using-bundle
ci/prow/ci-operator-config-metadata a0b0c32 link true /test ci-operator-config-metadata

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant