Skip to content

Add release-2.16 configuration for multicluster-global-hub#70887

Merged
openshift-merge-bot[bot] merged 3 commits into
openshift:masterfrom
yanmxa:release-2.16-config
Nov 11, 2025
Merged

Add release-2.16 configuration for multicluster-global-hub#70887
openshift-merge-bot[bot] merged 3 commits into
openshift:masterfrom
yanmxa:release-2.16-config

Conversation

@yanmxa
Copy link
Copy Markdown
Contributor

@yanmxa yanmxa commented Oct 31, 2025

This PR adds release-2.16 configuration for the multicluster-global-hub project based on the release-2.15 configuration.

Changes

  1. Update main branch configuration (stolostron-multicluster-global-hub-main.yaml):

    • Update promotion target from 2.15 to 2.16
    • Update fast-forward destination branch from release-2.15 to release-2.16
  2. Create release-2.16 pipeline configuration (stolostron-multicluster-global-hub-release-2.16.yaml):

    • Based on release-2.15 configuration
    • Update promotion target to 2.16
    • Update image mirror job prefixes from release-214 to release-216 (matching file naming convention)
    • IMAGE_TAG is v1.7.0 (corresponding to ACM 2.16 / Global Hub v1.7.0)
    • Update branch metadata to release-2.16
  3. Auto-generate release-2.16 presubmits (stolostron-multicluster-global-hub-release-2.16-presubmits.yaml):

    • Generated using make update
    • Updated branch patterns and job names for release-2.16
  4. Auto-generate release-2.16 postsubmits (stolostron-multicluster-global-hub-release-2.16-postsubmits.yaml):

    • Generated using make update
    • Updated branch patterns and job names for release-2.16
    • Updated image mirror target names to release-216

Version Mapping

  • Release branch: release-2.16
  • ACM version: 2.16
  • Global Hub version: v1.7.0
  • Job prefix: release-216 (no dot, matching file naming convention)

Related

This configuration is for the new release-2.16 branch created in the upstream repository.

@openshift-ci openshift-ci Bot requested review from clyang82 and morvencao October 31, 2025 01:19
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Oct 31, 2025
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

@yanmxa, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

could not load configuration from candidate revision of release repo: failed to load Prow configuration from release repo: [jobs pull-ci-stolostron-multicluster-global-hub-release-2.16-images and pull-ci-stolostron-multicluster-global-hub-release-2.15-images report to the same GitHub context "ci/prow/images", jobs pull-ci-stolostron-multicluster-global-hub-release-2.16-sonarcloud and pull-ci-stolostron-multicluster-global-hub-release-2.15-sonarcloud report to the same GitHub context "ci/prow/sonarcloud", jobs pull-ci-stolostron-multicluster-global-hub-release-2.16-test-e2e and pull-ci-stolostron-multicluster-global-hub-release-2.15-test-e2e report to the same GitHub context "ci/prow/test-e2e", jobs pull-ci-stolostron-multicluster-global-hub-release-2.16-test-integration and pull-ci-stolostron-multicluster-global-hub-release-2.15-test-integration report to the same GitHub context "ci/prow/test-integration", jobs pull-ci-stolostron-multicluster-global-hub-release-2.16-test-unit and pull-ci-stolostron-multicluster-global-hub-release-2.15-test-unit report to the same GitHub context "ci/prow/test-unit", jobs pull-ci-stolostron-multicluster-global-hub-release-2.15-images and pull-ci-stolostron-multicluster-global-hub-release-2.16-images report to the same GitHub context "ci/prow/images", jobs pull-ci-stolostron-multicluster-global-hub-release-2.15-sonarcloud and pull-ci-stolostron-multicluster-global-hub-release-2.16-sonarcloud report to the same GitHub context "ci/prow/sonarcloud", jobs pull-ci-stolostron-multicluster-global-hub-release-2.15-test-e2e and pull-ci-stolostron-multicluster-global-hub-release-2.16-test-e2e report to the same GitHub context "ci/prow/test-e2e", jobs pull-ci-stolostron-multicluster-global-hub-release-2.15-test-integration and pull-ci-stolostron-multicluster-global-hub-release-2.16-test-integration report to the same GitHub context "ci/prow/test-integration", jobs pull-ci-stolostron-multicluster-global-hub-release-2.15-test-unit and pull-ci-stolostron-multicluster-global-hub-release-2.16-test-unit report to the same GitHub context "ci/prow/test-unit"]
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.

@clyang82
Copy link
Copy Markdown
Contributor

clyang82 commented Nov 5, 2025

refer to #66320. There are other changes required.

@openshift-ci openshift-ci Bot removed the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 11, 2025
- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.16
- Update image-mirror job prefixes to release-216
- IMAGE_TAG is v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>
- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.15
- Update image-mirror job prefixes from release-215 to release-216
- IMAGE_TAG updated from v1.6.0 to v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>
Signed-off-by: myan <myan@redhat.com>
@yanmxa yanmxa force-pushed the release-2.16-config branch from e13ecc5 to 5578483 Compare November 11, 2025 10:45
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Nov 11, 2025
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@yanmxa: 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-stolostron-multicluster-global-hub-release-2.16-images stolostron/multicluster-global-hub presubmit Presubmit changed
pull-ci-stolostron-multicluster-global-hub-release-2.16-sonarcloud stolostron/multicluster-global-hub presubmit Presubmit changed
pull-ci-stolostron-multicluster-global-hub-release-2.16-test-e2e stolostron/multicluster-global-hub presubmit Presubmit changed
pull-ci-stolostron-multicluster-global-hub-release-2.16-test-integration stolostron/multicluster-global-hub presubmit Presubmit changed
pull-ci-stolostron-multicluster-global-hub-release-2.16-test-unit stolostron/multicluster-global-hub presubmit Presubmit changed
pull-ci-stolostron-multicluster-global-hub-main-gofmt stolostron/multicluster-global-hub presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-global-hub-main-images stolostron/multicluster-global-hub presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-global-hub-main-sonarcloud stolostron/multicluster-global-hub presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-global-hub-main-test-e2e stolostron/multicluster-global-hub presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-global-hub-main-test-integration stolostron/multicluster-global-hub presubmit Ci-operator config changed
pull-ci-stolostron-multicluster-global-hub-main-test-unit stolostron/multicluster-global-hub 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.

@clyang82
Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci Bot commented Nov 11, 2025

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: clyang82, yanmxa

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

@clyang82
Copy link
Copy Markdown
Contributor

/pj-rehearse ack

@openshift-ci-robot
Copy link
Copy Markdown
Contributor

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

@openshift-ci-robot openshift-ci-robot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Nov 11, 2025
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented Nov 11, 2025

@yanmxa: 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 2bafb92 into openshift:master Nov 11, 2025
15 checks passed
memodi pushed a commit to memodi/release that referenced this pull request Nov 11, 2025
…#70887)

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.16
- Update image-mirror job prefixes to release-216
- IMAGE_TAG is v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.15
- Update image-mirror job prefixes from release-215 to release-216
- IMAGE_TAG updated from v1.6.0 to v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* format

Signed-off-by: myan <myan@redhat.com>

---------

Signed-off-by: myan <myan@redhat.com>
bnshr pushed a commit to bnshr/release that referenced this pull request Nov 12, 2025
…#70887)

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.16
- Update image-mirror job prefixes to release-216
- IMAGE_TAG is v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.15
- Update image-mirror job prefixes from release-215 to release-216
- IMAGE_TAG updated from v1.6.0 to v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* format

Signed-off-by: myan <myan@redhat.com>

---------

Signed-off-by: myan <myan@redhat.com>
grantsydney pushed a commit to grantsydney/release that referenced this pull request Nov 12, 2025
…#70887)

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.16
- Update image-mirror job prefixes to release-216
- IMAGE_TAG is v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.15
- Update image-mirror job prefixes from release-215 to release-216
- IMAGE_TAG updated from v1.6.0 to v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* format

Signed-off-by: myan <myan@redhat.com>

---------

Signed-off-by: myan <myan@redhat.com>
namansharma18899 pushed a commit to namansharma18899/release that referenced this pull request Nov 24, 2025
…#70887)

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.16
- Update image-mirror job prefixes to release-216
- IMAGE_TAG is v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* Add release-2.16 configuration for multicluster-global-hub

- Update main branch to promote to 2.16 and fast-forward to release-2.16
- Create release-2.16 pipeline configuration based on release-2.15
- Update image-mirror job prefixes from release-215 to release-216
- IMAGE_TAG updated from v1.6.0 to v1.7.0
- Auto-generate presubmits and postsubmits using make update

ACM: release-2.16, Global Hub: release-1.7
Signed-off-by: myan <myan@redhat.com>

* format

Signed-off-by: myan <myan@redhat.com>

---------

Signed-off-by: myan <myan@redhat.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.

3 participants