Skip to content

Cherry-pick 9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a from upstream - #1927

Closed
github-actions[bot] wants to merge 1 commit into
mainfrom
gs-9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a
Closed

github-actions[bot] wants to merge 1 commit into
mainfrom
gs-9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a

Conversation

@github-actions

Copy link
Copy Markdown
Contributor

This is an automated cherry-pick by gitstream of 9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a from https://github.com/kubernetes-sigs/kernel-module-management.

Commit message:

Resolve Netlify deploy failures

Netlify changed their build image from Ubuntu Focal (20.04) to Ubuntu
Noble (24.04). In Noble, pip-installed executables are placed in
~/.local/bin which is not included in PATH during the build phase which
causes the deploy previews to fail.

The fix is to invoke mkdocs as a Python module instead of a shell command. Using 'python -m mkdocs' bypasses the PATH issue because Python's module system can locate installed packages regardless of shell PATH configuration.

Signed-off-by: Natali Shemtov <nshemtov@redhat.com>


Upstream-Commit: 9ad4269

Netlify changed their build image from Ubuntu Focal (20.04) to Ubuntu
Noble (24.04). In Noble, pip-installed executables are placed in
~/.local/bin which is not included in PATH during the build phase which
causes the deploy previews to fail.

The fix is to invoke mkdocs as a Python module instead of a shell command. Using 'python -m mkdocs' bypasses the PATH issue because Python's module system can locate installed packages regardless of shell PATH configuration.

Signed-off-by: Natali Shemtov <nshemtov@redhat.com>


Upstream-Commit: 9ad4269
@openshift-ci

openshift-ci Bot commented Sep 15, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: github-actions[bot]
Once this PR has been reviewed and has the lgtm label, please assign ybettan for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

@coderabbitai

coderabbitai Bot commented Sep 15, 2026

Copy link
Copy Markdown

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Advanced

Run ID: 6e52bf68-1bcf-407a-a230-f40c796c516f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@netlify

netlify Bot commented Sep 15, 2026 •

Copy link
Copy Markdown

✅ Deploy Preview for openshift-kmm ready!

Name Link
🔨 Latest commit 4890c92
🔍 Latest deploy log https://app.netlify.com/projects/openshift-kmm/deploys/6aa95e1ac455690008616c6d
😎 Deploy Preview https://deploy-preview-1927--openshift-kmm.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@openshift-ci

openshift-ci Bot commented Sep 15, 2026

Copy link
Copy Markdown

Hi @github-actions[bot]. Thanks for your PR.

I'm waiting for a rh-ecosystem-edge member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work.

Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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.

@TomerNewman

Copy link
Copy Markdown
Member

/close
this is an old one

@openshift-ci openshift-ci Bot closed this Sep 15, 2026
@openshift-ci

openshift-ci Bot commented Sep 15, 2026

Copy link
Copy Markdown

@TomerNewman: Closed this PR.

Details

In response to this:

/close
this is an old one

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants