Skip to content

OCPBUGS-85579: Add consoleless e2e CI job for cert-manager-operator#81900

Open
sebrandon1 wants to merge 1 commit into
openshift:mainfrom
sebrandon1:cert-manager-consoleless-ci
Open

OCPBUGS-85579: Add consoleless e2e CI job for cert-manager-operator#81900
sebrandon1 wants to merge 1 commit into
openshift:mainfrom
sebrandon1:cert-manager-consoleless-ci

Conversation

@sebrandon1

@sebrandon1 sebrandon1 commented Jul 14, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds an optional e2e-operator-consoleless pre-submit job for openshift/cert-manager-operator
  • Provisions an AWS cluster with BASELINE_CAPABILITY_SET=None (Console capability disabled) to verify the operator works correctly on consoleless RAN/RDS clusters
  • Uses the openshift-e2e-aws-ovn workflow with optional-operators-operator-sdk for bundle install
  • Companion to cert-manager-operator PR 455 which moves Console resources from OLM bundle to runtime with capability detection

Test plan

  • CI rehearsal job passes on this PR
  • Trigger e2e-operator-consoleless rehearsal to validate the consoleless cluster provisions correctly and the operator installs without Console CRDs

Summary by CodeRabbit

Adds an optional e2e-operator-consoleless pre-submit job for openshift/cert-manager-operator. It provisions an AWS consoleless cluster with BASELINE_CAPABILITY_SET=None, installs the operator bundle across all namespaces, and runs filtered OVN E2E tests to validate cert-manager-operator on RAN/RDS clusters without Console CRDs.

Add an optional e2e-operator-consoleless pre-submit job that provisions
an AWS cluster with BASELINE_CAPABILITY_SET=None (Console capability
disabled) to verify that the cert-manager operator installs and runs
correctly on consoleless RAN/RDS clusters.
@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jul 14, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@sebrandon1: This pull request references Jira Issue OCPBUGS-85579, which is invalid:

  • expected the bug to target either version "5.0." or "openshift-5.0.", but it targets "4.22" instead
  • expected the bug to be in one of the following states: NEW, ASSIGNED, POST, but it is Release Pending (Done) instead

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

Summary

  • Adds an optional e2e-operator-consoleless pre-submit job for openshift/cert-manager-operator
  • Provisions an AWS cluster with BASELINE_CAPABILITY_SET=None (Console capability disabled) to verify the operator works correctly on consoleless RAN/RDS clusters
  • Uses the openshift-e2e-aws-ovn workflow with optional-operators-operator-sdk for bundle install
  • Companion to cert-manager-operator PR 455 which moves Console resources from OLM bundle to runtime with capability detection

Test plan

  • CI rehearsal job passes on this PR
  • Trigger e2e-operator-consoleless rehearsal to validate the consoleless cluster provisions correctly and the operator installs without Console CRDs

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jul 14, 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: 7ce07a3e-e9f4-4933-b401-b8a481185311

📥 Commits

Reviewing files that changed from the base of the PR and between d4a94ed and 46cfc27.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/cert-manager-operator/openshift-cert-manager-operator-master-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml

Walkthrough

Adds an optional e2e-operator-consoleless test to the cert-manager operator OpenShift CI configuration, using AWS infrastructure, restricted all-namespaces installation, consoleless capability settings, filtered E2E execution, and the AWS OVN workflow.

Changes

Cert-manager operator E2E coverage

Layer / File(s) Summary
Add consoleless E2E test configuration
ci-operator/config/openshift/cert-manager-operator/openshift-cert-manager-operator-master.yaml
Adds the optional e2e-operator-consoleless test with AWS cluster wiring, bundle dependency, capability environment variables, filtered make test-e2e execution, CPU resources, and openshift-e2e-aws-ovn workflow assignment.

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

Suggested reviewers: bharath-b-rh, tashirj

🚥 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 matches the main change: adding a consoleless e2e CI job for cert-manager-operator.
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 PR only adds CI job config; no Ginkgo It/Describe/Context/When titles or dynamic test names were introduced.
Test Structure And Quality ✅ Passed Only CI YAML changed; no Ginkgo test code or assertions were added, so the test-quality checklist is not applicable.
Microshift Test Compatibility ✅ Passed No new Ginkgo tests were added; the PR only adds CI job/config YAML, with no test bodies or MicroShift-relevant API usage in the changed files.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo test definitions were added; this PR only wires an existing e2e suite into a new CI job, so the SNO test check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The PR only adds CI job/config YAML; no deployment manifests, controllers, affinity, topology spread, node selectors, or replica logic changed.
Ote Binary Stdout Contract ✅ Passed Only CI YAML changed; no Go/main/suite code was added or modified, so the stdout contract isn’t implicated.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The PR only adds CI job configs; no Ginkgo test definitions or new network-facing test code were introduced.
No-Weak-Crypto ✅ Passed Only CI job config was added; diff/search of both changed files found no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB or custom crypto code.
Container-Privileges ✅ Passed New e2e job sets OO_SECURITY_CONTEXT=restricted and adds no privileged/hostNetwork/root settings.
No-Sensitive-Data-In-Logs ✅ Passed The new e2e job block contains no passwords, tokens, PII, session IDs, hostnames, or customer data; only capability and test settings.
✨ 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 mytreya-rh and swghosh July 14, 2026 20:13
@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: sebrandon1
Once this PR has been reviewed and has the lgtm label, please assign trilokgeer for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

[REHEARSALNOTIFIER]
@sebrandon1: 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-openshift-cert-manager-operator-master-e2e-operator-consoleless openshift/cert-manager-operator presubmit Presubmit changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@sebrandon1

Copy link
Copy Markdown
Member Author

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. and removed jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels Jul 14, 2026
@openshift-ci-robot

Copy link
Copy Markdown
Contributor

@sebrandon1: This pull request references Jira Issue OCPBUGS-85579, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (5.0.0) matches configured target version for branch (5.0.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

No GitHub users were found matching the public email listed for the QA contact in Jira (amendiol@redhat.com), skipping review request.

Details

In response to this:

/jira refresh

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 openshift-eng/jira-lifecycle-plugin repository.

@openshift-ci

openshift-ci Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

@sebrandon1: all tests passed!

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

jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants