Skip to content

Conversation

@jmarrero
Copy link
Member

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2025

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

#!/usr/bin/bash
# Check if install.conf is missing or does not include layout=ostree
if [ ! -f /usr/lib/kernel/install.conf ] || ! grep -q layout=ostree /usr/lib/kernel/install.conf; then
echo "install.conf not found or does not include layout=ostree, not calling into rpm-ostree kernel-install."
Copy link
Member

Choose a reason for hiding this comment

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

I think we can probably skip this message as it will be distracting for dnf or other system users.

@jmarrero jmarrero force-pushed the layout-check-script branch from e5948f5 to 3e29b1a Compare January 27, 2025 18:03
@jmarrero jmarrero marked this pull request as ready for review January 27, 2025 18:17
@cgwalters
Copy link
Member

/override ci/prow/kola-upgrade
/override ci/prow/images
/override ci/prow/fcos-e2e

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2025

@cgwalters: Overrode contexts on behalf of cgwalters: ci/prow/fcos-e2e, ci/prow/images, ci/prow/kola-upgrade

Details

In response to this:

/override ci/prow/kola-upgrade
/override ci/prow/images
/override ci/prow/fcos-e2e

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.

@openshift-ci
Copy link

openshift-ci bot commented Jan 27, 2025

@jmarrero: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/images 3e29b1a link true /test images

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.

@jmarrero jmarrero merged commit d4cf69b into coreos:main Jan 29, 2025
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants