Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OCPBUGS-29559: Apply hypershift cluster-profile for ibm-cloud-managed #999

Merged

Conversation

openshift-art-build-bot
Copy link
Contributor

Since HyperShift / Hosted Control Plane have adopted include.release.openshift.io/ibm-cloud-managed, to tailor the resources of clusters running in the ROKS IBM environment, the include.release.openshift.io/hypershift addition will allow Hypershift to express different profile choices than ROKS

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

@openshift-art-build-bot: This pull request references Jira Issue OCPBUGS-29558, which is valid.

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

Requesting review from QA contact:
/cc @lihongan

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

In response to this:

Since HyperShift / Hosted Control Plane have adopted include.release.openshift.io/ibm-cloud-managed, to tailor the resources of clusters running in the ROKS IBM environment, the include.release.openshift.io/hypershift addition will allow Hypershift to express different profile choices than ROKS

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-robot openshift-ci-robot added the jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. label Feb 15, 2024
@openshift-ci openshift-ci bot requested a review from lihongan February 15, 2024 19:25
@ashwindasr
Copy link
Contributor

If other files need to be updated to support this change, please let me know.

@openshift-art-build-bot openshift-art-build-bot changed the title OCPBUGS-29558: Apply hypershift cluster-profile for ibm-cloud-managed OCPBUGS-29559: Apply hypershift cluster-profile for ibm-cloud-managed Feb 15, 2024
@openshift-ci-robot
Copy link
Contributor

@openshift-art-build-bot: This pull request references Jira Issue OCPBUGS-29559, which is valid. The bug has been moved to the POST state.

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

Requesting review from QA contact:
/cc @xiuwang

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

In response to this:

Since HyperShift / Hosted Control Plane have adopted include.release.openshift.io/ibm-cloud-managed, to tailor the resources of clusters running in the ROKS IBM environment, the include.release.openshift.io/hypershift addition will allow Hypershift to express different profile choices than ROKS

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 requested a review from xiuwang February 15, 2024 19:30
@flavianmissi
Copy link
Member

flavianmissi commented Feb 26, 2024

hi @ashwindasr, you are correct - someone needs to run make update to also update a generated manifest we have under manifests.

EDIT: you might alternatively want to add the hypershift annotation to manifests/07-operator.yaml - it's currently missing and that's why the verify job is failing.

@ashwindasr
Copy link
Contributor

ashwindasr commented Feb 26, 2024

@flavianmissi Thanks for pointing me to manifests/07-operator.yaml. But I see that there is no include.release.openshift.io/ibm-cloud-managed: "true" defined there. So can we add include.release.openshift.io/hypershift: "true" even though the former is missing in that file? Or does that config flow from a different file?

@flavianmissi
Copy link
Member

Oof that's a great question @ashwindasr - I have no idea, these annotations are contributed to us by folks outside the team and I don't remember what they do. Maybe we need to ask IBM and hypershift folks?

@ashwindasr
Copy link
Contributor

@flavianmissi https://issues.redhat.com/browse/ART-8431 outlines the details as to why we are adding this annotation.

I can try make update to see if the verify job passes.

@ashwindasr
Copy link
Contributor

Hmm looks like make update is just removing the hypershift line.

@flavianmissi
Copy link
Member

yes, it does that because it's not present in the manifests/07-operator.yaml file.

@wewang58
Copy link

/jira refresh

@openshift-ci-robot
Copy link
Contributor

@wewang58: This pull request references Jira Issue OCPBUGS-29559, which is valid.

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

Requesting review from QA contact:
/cc @wewang58

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 requested a review from wewang58 February 27, 2024 00:52
@wewang58
Copy link

/label qe-approved

@openshift-ci openshift-ci bot added the qe-approved Signifies that QE has signed off on this PR label Feb 27, 2024
Copy link
Contributor

openshift-ci bot commented Apr 19, 2024

@openshift-art-build-bot: all tests passed!

Full PR test history. Your PR dashboard.

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

@flavianmissi
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Apr 22, 2024
Copy link
Contributor

openshift-ci bot commented Apr 22, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: flavianmissi, openshift-art-build-bot

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

The pull request process is described here

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 22, 2024
@openshift-merge-bot openshift-merge-bot bot merged commit ca769eb into openshift:master Apr 22, 2024
11 checks passed
@openshift-ci-robot
Copy link
Contributor

@openshift-art-build-bot: Jira Issue OCPBUGS-29559: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-29559 has been moved to the MODIFIED state.

In response to this:

Since HyperShift / Hosted Control Plane have adopted include.release.openshift.io/ibm-cloud-managed, to tailor the resources of clusters running in the ROKS IBM environment, the include.release.openshift.io/hypershift addition will allow Hypershift to express different profile choices than ROKS

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

[ART PR BUILD NOTIFIER]

This PR has been included in build ose-cluster-image-registry-operator-container-v4.17.0-202404220616.p0.gca769eb.assembly.stream.el9 for distgit ose-cluster-image-registry-operator.
All builds following this will include this PR.

@openshift-merge-robot
Copy link
Contributor

Fix included in accepted release 4.16.0-0.nightly-2024-04-23-032717

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-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. lgtm Indicates that a PR is ready to be merged. qe-approved Signifies that QE has signed off on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants