-
Notifications
You must be signed in to change notification settings - Fork 461
NO-ISSUE: Add rhel-10-coreos{,-extensions} to image-references #5448
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
Conversation
|
Skipping CI for Draft Pull Request. |
|
/test images |
I think we need to fix |
|
/testwith openshift/machine-config-operator/master/image openshift/oc#2157 |
|
@sdodson, |
|
/testwith openshift/machine-config-operator/main/image openshift/oc#2157 |
|
@sdodson, |
|
/testwith openshift/machine-config-operator/main/images openshift/oc#2157 |
|
@sdodson, |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
Hmm same error, tomorrow I'll modify the error message to confirm this actually ran with the version of code. I suspect our test with command may not be smart enough for this potential special case. |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
3 similar comments
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 These problems seem unique to this PR or perhaps the testwith command as on the OC PR images and unit tests are passing. |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/testwith openshift/machine-config-operator/main/e2e-aws-ovn openshift/oc#2157 |
|
/close |
|
@sdodson: Closed this PR. In response to this:
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. |
|
/reopen |
|
@sdodson: Reopened this PR. In response to this:
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. |
|
/test images |
1 similar comment
|
/test images |
|
/retest-required |
pablintino
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've spotted some differences between files. I suggest you to ditch Dockerfile.rhel7 entirely and just call make Dockerfile.rhel7 to generate the file again.
Dockerfile.rhel7
Outdated
| # comment out non-base/extensions image-references entirely for fcos | ||
| sed -i '/- name: rhel-coreos-/,+3 s/^/#/' /manifests/image-references && \ | ||
| # comment out rhel10 entirely for fcos | ||
| sed -i '/- name: rhel-10-coreos/,+3 s/^/#/' /manifests/image-references && \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, I ran make Dockerfile.rhel7 to bring them into sync, should be good now.
Handle FCOS and SCOS where those aren't relevant by commenting them out.
|
/test unit |
|
@sdodson: The following test failed, say
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-sigs/prow repository. I understand the commands that are listed here. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pablintino, sdodson 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 |
|
/retitle "NO-ISSUE: Add rhel-10-coreos{,-extensions} to image-references" |
|
@sdodson: This pull request explicitly references no jira issue. In response to this:
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. |
|
@pablintino: This PR has been marked as verified by In response to this:
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. |
a90949c
into
openshift:main
Handle FCOS and SCOS where those aren't relevant by commenting them out.
- What I did
Added rhel-10-coreos and rhel-10-coreos-extensions making sure that they're commented out for fcos and scos tags
- How to verify it
Build the images, the images should show up in the release payload
- Description for the changelog
Add rhel-10-coreos and rhel-10-coreos-extensions to the MCO image-references on OCP.