Cherry-pick 9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8a from upstream - #1927
github-actions[bot] wants to merge 1 commit into
Conversation
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
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: github-actions[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
✅ Deploy Preview for openshift-kmm ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
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 Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
/close |
|
@TomerNewman: Closed this PR. DetailsIn 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. |
This is an automated cherry-pick by gitstream of
9ad4269c2c0f4c9ffa38ec8cdbfa6a21376e5f8afromhttps://github.com/kubernetes-sigs/kernel-module-management.Commit message:
Upstream-Commit: 9ad4269