Skip to content

Add stackrox stable/latest tag mirrors#77606

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
stackrox:davdhacs/apollo-ci-latest-mirror
Apr 14, 2026
Merged

Add stackrox stable/latest tag mirrors#77606
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
stackrox:davdhacs/apollo-ci-latest-mirror

Conversation

@davdhacs

@davdhacs davdhacs commented Apr 9, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add mirror entries for scanner-test-stable, stackrox-test-stable, and stackrox-ui-test-stable images (and "-latest" for each for staged testing)
    The latest tagged images will be pushed by rox-ci-image on every release.
    The stable tagged images will be pushed on-demand by a stackrox engineer after verifying the latest images

This change removes the need to request testplatform review for each version bump

Related to stackrox/rox-ci-image#248 which adds the stable and latest image pushes

🤖 Generated with Claude Code

Add mirror entries for scanner-test-latest, stackrox-test-latest,
and stackrox-ui-test-latest. These floating tags are pushed by
rox-ci-image on every release, removing the need to request
testplatform review for each version bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@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 Apr 9, 2026
@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Apr 9, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@davdhacs: no rehearsable tests are affected by this change

Note: If this PR includes changes to step registry files (ci-operator/step-registry/) and you expected jobs to be found, try rebasing your PR onto the base branch. This helps pj-rehearse accurately detect changes when the base branch has moved forward.

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.

@davdhacs

davdhacs commented Apr 9, 2026

Copy link
Copy Markdown
Contributor Author

@davdhacs davdhacs changed the title Add apollo-ci latest floating tag mirrors for stackrox Add stackrox stable/latest tag mirrors Apr 10, 2026
@davdhacs

Copy link
Copy Markdown
Contributor Author

/unhold

@openshift-ci openshift-ci Bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Apr 10, 2026

@tommartensen tommartensen left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

QQ though: Do you know how long it takes until a newer image is mirrored into the build infrastructure? Can we infer the actual rox-ci-image version from the Prow output?

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Apr 10, 2026
@davdhacs

Copy link
Copy Markdown
Contributor Author

/assign @bear-redhat

@davdhacs

Copy link
Copy Markdown
Contributor Author

/lgtm

QQ though: Do you know how long it takes until a newer image is mirrored into the build infrastructure? Can we infer the actual rox-ci-image version from the Prow output?

In my experience with the automation-flavors, the mirroring takes 1-3 hours. I think that it must be running on a periodic job and so the time-to-mirrored depends on when that sync happens (and if we have pushed right before it, we get the fastest mirroring).

Can we infer the actual rox-ci-image version from the Prow output?

prow does not log the image sha.

I've PR'd adding a printing of the image sha into the begin step: #77727

@openshift-ci

openshift-ci Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: davdhacs, deepsm007, porridge, tommartensen

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 openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 14, 2026
@openshift-ci

openshift-ci Bot commented Apr 14, 2026

Copy link
Copy Markdown
Contributor

@davdhacs: 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 f2f350c into openshift:main Apr 14, 2026
8 checks passed
HarshwardhanPatil07 pushed a commit to HarshwardhanPatil07/release that referenced this pull request Apr 23, 2026
* Add apollo-ci latest floating tag mirrors for stackrox

Add mirror entries for scanner-test-latest, stackrox-test-latest,
and stackrox-ui-test-latest. These floating tags are pushed by
rox-ci-image on every release, removing the need to request
testplatform review for each version bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add apollo-ci stable floating tag mirrors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Prucek pushed a commit to Prucek/release that referenced this pull request Apr 29, 2026
* Add apollo-ci latest floating tag mirrors for stackrox

Add mirror entries for scanner-test-latest, stackrox-test-latest,
and stackrox-ui-test-latest. These floating tags are pushed by
rox-ci-image on every release, removing the need to request
testplatform review for each version bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add apollo-ci stable floating tag mirrors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
fjglira pushed a commit to fjglira/release that referenced this pull request Jun 3, 2026
* Add apollo-ci latest floating tag mirrors for stackrox

Add mirror entries for scanner-test-latest, stackrox-test-latest,
and stackrox-ui-test-latest. These floating tags are pushed by
rox-ci-image on every release, removing the need to request
testplatform review for each version bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add apollo-ci stable floating tag mirrors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
andrej1991 pushed a commit to andrej1991/release that referenced this pull request Jul 6, 2026
* Add apollo-ci latest floating tag mirrors for stackrox

Add mirror entries for scanner-test-latest, stackrox-test-latest,
and stackrox-ui-test-latest. These floating tags are pushed by
rox-ci-image on every release, removing the need to request
testplatform review for each version bump.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* Add apollo-ci stable floating tag mirrors

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (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. 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.

5 participants