Skip to content

HYPERFLEET-1037: nightly E2E pulls images from Quay; retire release-0.2 variant#79420

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
ciaranRoche:hyperfleet-1037-nightly-quay-migration
May 20, 2026
Merged

HYPERFLEET-1037: nightly E2E pulls images from Quay; retire release-0.2 variant#79420
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
ciaranRoche:hyperfleet-1037-nightly-quay-migration

Conversation

@ciaranRoche
Copy link
Copy Markdown
Member

@ciaranRoche ciaranRoche commented May 18, 2026

Summary

  • Switch the three nightly tier tests (tier0/1/2-nightly) in openshift-hyperfleet/hyperfleet-e2e to pull api/sentinel/adapter images from public Quay (quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/) instead of registry.ci.openshift.org. Images are now produced by Konflux (HYPERFLEET-1009), and the Quay repos are public so no pull secret is needed.
  • Align the openshift-hyperfleet-e2e step-registry refs (setup, test) defaults to Quay so workflow consumers don't carry a stale registry.ci.openshift.org pointer.
  • Retire the release-0.2 variant (__e2e.yaml and __images.yaml) — per the Konflux Release Pipeline Design, per-release-branch Prow pipeline definitions are being replaced by a single reusable nightly job. RC E2E (per-component pinned tags, Gangway-triggered) is tracked separately in HYPERFLEET-1038.

JIRA: HYPERFLEET-1037

Test plan

  • make update regenerates Prow jobs cleanly (verified locally — …release-0.2-{periodics,postsubmits,presubmits}.yaml removed, …main-periodics.yaml regenerated)
  • Prow pj-rehearse runs periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly and pulls images from quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-{api,sentinel,adapter}:latest
  • Setup step logs show no pull-secret errors (Quay images are public)
  • After merge: next scheduled nightly run (cron 30 9 * * * for tier0) completes against Konflux-built images

Hyperfleet E2E CI Configuration: Nightly Migration to Quay and release-0.2 Retirement

This PR updates OpenShift CI configuration for the openshift-hyperfleet/hyperfleet-e2e repository so nightly E2E jobs pull publicly-hosted Hyperfleet images from Quay and removes the per-release (release-0.2) variant.

What changed (practical impact)

  • Nightly tier jobs (tier0, tier1, tier2) now pull hyperfleet images (api, sentinel, adapter) from quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/*:latest instead of registry.ci.openshift.org. The Quay repos are public (Konflux-built images from HYPERFLEET-1009), so no image pull secret is required.
  • Step-registry defaults for the e2e setup and test steps were updated so IMAGE_REGISTRY defaults to quay.io and the default image repository paths point to redhat-services-prod/hyperfleet-tenant/hyperfleet/*. Workflow consumers that rely on these step-ref defaults will therefore use Quay by default.
  • The release-0.2 variant (generated __e2e.yaml and __images.yaml) was removed. Per-release Prow pipeline definitions are being replaced by a single reusable nightly job; RC E2E (per-component pinned tags, Gangway-triggered) is tracked separately in HYPERFLEET-1038.

Files affected (high level)

  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__e2e.yaml — added explicit env vars per tier to point at Quay images and set IMAGE_REGISTRY=quay.io.
  • ci-operator/step-registry/openshift-hyperfleet/e2e/setup/openshift-hyperfleet-e2e-setup-ref.yaml — IMAGE_REGISTRY and image repos moved to Quay.
  • ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-ref.yaml — IMAGE_REGISTRY and ADAPTER_IMAGE_REPO switched to Quay defaults.
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__e2e.yaml — deleted.
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__images.yaml — deleted.

Testing / verification

  • make update regenerates Prow jobs cleanly (release-0.2 YAML removed; main periodics regenerated).
  • pj-rehearse should run the periodic nightly jobs and show pulls from quay.io/.../hyperfleet-{api,sentinel,adapter}:latest.
  • Setup logs should show no pull-secret errors (images public); scheduled nightlies should run against Konflux-built images after merge.

JIRA: HYPERFLEET-1037

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 18, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

openshift-ci-robot commented May 18, 2026

@ciaranRoche: This pull request references HYPERFLEET-1037 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the task to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Switch the three nightly tier tests (tier0/1/2-nightly) in openshift-hyperfleet/hyperfleet-e2e to pull api/sentinel/adapter images from public Quay (quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/) instead of registry.ci.openshift.org. Images are now produced by Konflux (HYPERFLEET-1009), and the Quay repos are public so no pull secret is needed.
  • Align the openshift-hyperfleet-e2e step-registry refs (setup, test) defaults to Quay so workflow consumers don't carry a stale registry.ci.openshift.org pointer.
  • Retire the release-0.2 variant (__e2e.yaml and __images.yaml) — per the Konflux Release Pipeline Design, per-release-branch Prow pipeline definitions are being replaced by a single reusable nightly job. RC E2E (per-component pinned tags, Gangway-triggered) is tracked separately in HYPERFLEET-1038.

JIRA: HYPERFLEET-1037

Test plan

  • make update regenerates Prow jobs cleanly (verified locally — …release-0.2-{periodics,postsubmits,presubmits}.yaml removed, …main-periodics.yaml regenerated)
  • Prow pj-rehearse runs periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly and pulls images from quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-{api,sentinel,adapter}:latest
  • Setup step logs show no pull-secret errors (Quay images are public)
  • After merge: next scheduled nightly run (cron 30 9 * * * for tier0) completes against Konflux-built images

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
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 18, 2026

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: fee81ed6-cab7-43f2-909d-7c228bb56c00

📥 Commits

Reviewing files that changed from the base of the PR and between 3cdec08 and 01de25a.

⛔ Files ignored due to path filters (3)
  • ci-operator/jobs/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2-postsubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (5)
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__e2e.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__e2e.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__images.yaml
  • ci-operator/step-registry/openshift-hyperfleet/e2e/setup/openshift-hyperfleet-e2e-setup-ref.yaml
  • ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-ref.yaml
💤 Files with no reviewable changes (2)
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__images.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-release-0.2__e2e.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/step-registry/openshift-hyperfleet/e2e/setup/openshift-hyperfleet-e2e-setup-ref.yaml
  • ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__e2e.yaml

Walkthrough

The PR updates OpenShift Hyperfleet E2E CI configuration to migrate container image sources from registry.ci.openshift.org to quay.io using redhat-services-prod repositories, applies those defaults to main nightly tiers, and removes release-0.2 E2E/images configs.

Changes

Hyperfleet E2E image registry migration

Layer / File(s) Summary
Step registry image defaults
ci-operator/step-registry/openshift-hyperfleet/e2e/setup/openshift-hyperfleet-e2e-setup-ref.yaml, ci-operator/step-registry/openshift-hyperfleet/e2e/test/openshift-hyperfleet-e2e-test-ref.yaml
Environment defaults for IMAGE_REGISTRY, ADAPTER_IMAGE_REPO, API_IMAGE_REPO, and SENTINEL_IMAGE_REPO updated from registry.ci.openshift.org and ci/hyperfleet-* to quay.io and redhat-services-prod/hyperfleet-tenant/hyperfleet/hyperfleet-* (tags remain latest).
Main branch tier environment variables
ci-operator/config/openshift-hyperfleet/hyperfleet-e2e/openshift-hyperfleet-hyperfleet-e2e-main__e2e.yaml
Tier0, tier1, and tier2 steps.env blocks updated to explicitly set ADAPTER_IMAGE_*, API_IMAGE_*, SENTINEL_IMAGE_*, and IMAGE_REGISTRY alongside existing CLUSTER_NAME, LABEL_FILTER, NAMESPACE_PREFIX, and REGION. Release-0.2 E2E and images configuration files were removed.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

Suggested labels

lgtm, rehearsals-ack

🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and specifically describes the main changes: switching nightly E2E tests to pull images from Quay and retiring the release-0.2 variant, matching the primary objectives.
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 modifies CI config YAML files for image registries. No Ginkgo test code or titles were modified. Check not applicable.
Test Structure And Quality ✅ Passed The custom check for Test Structure is not applicable. The PR contains only YAML CI/CD configuration and shell scripts, not Ginkgo test code.
Microshift Test Compatibility ✅ Passed PR contains only CI/CD YAML configuration changes. No new Ginkgo e2e test code is being added. The custom check for MicroShift test compatibility is not applicable.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests are added in this PR. All changes are CI configuration updates (YAML) for image repository migration. The SNO compatibility check applies only when new tests are added.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies CI configuration and step-registry definitions, not deployment manifests, operator code, or runtime controllers. No topology-dependent scheduling constraints introduced.
Ote Binary Stdout Contract ✅ Passed PR contains only CI/Prow YAML configuration changes (no Go test source code). The OTE Binary Stdout Contract check is not applicable as it targets test code stdout writes.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR modifies only CI/CD configuration (YAML files). No new Ginkgo e2e tests are added. The custom check applies to "when new Ginkgo e2e tests are added", so it is not applicable here.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 18, 2026
@openshift-ci openshift-ci Bot requested review from rafabene and rh-amarin May 18, 2026 13:42
@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse auto-ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ciaranRoche
Copy link
Copy Markdown
Member Author

/retest

@ciaranRoche
Copy link
Copy Markdown
Member Author

/retest-required

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 19, 2026
@ciaranRoche ciaranRoche force-pushed the hyperfleet-1037-nightly-quay-migration branch from 9ce6e4d to 3cdec08 Compare May 19, 2026 07:49
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label May 19, 2026
@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

…lease-0.2 variant

Switch the three nightly tier tests to pull api/sentinel/adapter images
from quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/ (Konflux
builds, public, no pull secret) instead of registry.ci.openshift.org.
Update the e2e step-registry defaults to match, and remove the
release-0.2 variant configs and generated jobs — per-release-branch Prow
pipelines are being replaced by a single reusable definition.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ciaranRoche ciaranRoche force-pushed the hyperfleet-1037-nightly-quay-migration branch from 3cdec08 to 01de25a Compare May 19, 2026 10:38
@ciaranRoche
Copy link
Copy Markdown
Member Author

/retest-required

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@ciaranRoche: 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
periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly N/A periodic Ci-operator config changed
periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier1-nightly N/A periodic Ci-operator config changed
periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier2-nightly N/A periodic 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.

@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier2-nightly

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier1-nightly

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hyperfleet-hyperfleet-e2e-main-e2e-tier0-nightly

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@ciaranRoche
Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot
Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 19, 2026
@rh-amarin
Copy link
Copy Markdown

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 20, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: ciaranRoche, rh-amarin

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-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 20, 2026

@ciaranRoche: 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.

@openshift-merge-bot openshift-merge-bot Bot merged commit dd496a4 into openshift:main May 20, 2026
21 checks passed
wgahnagl pushed a commit to wgahnagl/release that referenced this pull request May 20, 2026
…lease-0.2 variant (openshift#79420)

Switch the three nightly tier tests to pull api/sentinel/adapter images
from quay.io/redhat-services-prod/hyperfleet-tenant/hyperfleet/ (Konflux
builds, public, no pull secret) instead of registry.ci.openshift.org.
Update the e2e step-registry defaults to match, and remove the
release-0.2 variant configs and generated jobs — per-release-branch Prow
pipelines are being replaced by a single reusable definition.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants