-
Notifications
You must be signed in to change notification settings - Fork 115
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
NO-JIRA: common.yaml: re-enable composefs on el9 #1735
NO-JIRA: common.yaml: re-enable composefs on el9 #1735
Conversation
/assign @travier |
common.yaml
Outdated
if [ -f /usr/lib/ostree/prepare-root.conf ] && [[ $(rpm -q kernel) = *.el9.* ]]; then | ||
grep -q 'enabled = true' /usr/lib/ostree/prepare-root.conf | ||
sed -i -e 's,enabled = true,enabled = no,' /usr/lib/ostree/prepare-root.conf | ||
sed -i -e 's,enabled = true,enabled = maybe,' /usr/lib/ostree/prepare-root.conf |
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.
enabled = maybe
is definitely an interesting value to allow :(
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.
/lgtm
/retest |
1 similar comment
/retest |
@jlebon: 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. |
looks like some of prow is still testing against 9.4. #1742 should handle some of the rework needed to stop that. |
Hmm, the
@HuijingHei do you know what's going on here? Looks like |
Can reproduce locally (add kernel argument |
The composefs issue (https://issues.redhat.com/browse/RHEL-63985) should now be fixed in the latest el9 kernel. So let's optimistically re-enable it. Now that we have tests for now, CI will validate this for us as well.
We don't care about 9.4 anymore.
It's cleaner that way. Follow-up to 3f53dd3.
That test is currently hitting issues when composefs is re-enabled: openshift#1744 While we look into it, let's denylist it so we get more composefs testing downstream. Note there's already another entry for that same test on s390x, but let's keep them separate since they seem to be separate issues.
f6d7094
to
870c2ef
Compare
Rebased and added a denylist entry for |
@jlebon: 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. |
/retest |
/override ci/prow/e2e-aws This will be fixed soon (coreos/fedora-coreos-pipeline#1091). |
@jlebon: Overrode contexts on behalf of jlebon: ci/prow/e2e-aws, ci/prow/images 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. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustymabe, jbtrystram, jlebon 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 |
The composefs issue (https://issues.redhat.com/browse/RHEL-63985)
should now be fixed in the latest el9 kernel. So let's optimistically
re-enable it. Now that we have tests for now, CI will validate this for
us as well.