runners: Add option to specify Ubuntu nightly kernel - #7
Open
tonyhutter wants to merge 1 commit into
Open
Conversation
Allow installing a custom kernel from the Ubuntu nightly packages page to test ZFS against new kernels. Specifically, add a text box to specify the URL you want the runner to scrape and install from. For example: https://kernel.ubuntu.com/mainline/v6.14-rc7/ This option only works on workflow_dispatch, so the user will need to enter in the URL on the actions page and run the workflow manually. Signed-off-by: Tony Hutter <hutter2@llnl.gov>
emile-ross
approved these changes
Apr 19, 2025
tonyhutter
force-pushed
the
master
branch
2 times, most recently
from
August 18, 2025 23:06
c451efe to
f65321e
Compare
tonyhutter
force-pushed
the
master
branch
26 times, most recently
from
November 12, 2025 19:47
5cb9bd9 to
089d322
Compare
tonyhutter
force-pushed
the
master
branch
15 times, most recently
from
November 13, 2025 17:47
f849a39 to
f93506d
Compare
tonyhutter
force-pushed
the
master
branch
13 times, most recently
from
March 16, 2026 17:55
af86a6f to
8a3deec
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Allow installing a custom kernel from the Ubuntu nightly packages page to test ZFS against new kernels. Specifically, add a text box to specify the URL you want the runner to scrape and install from. For example:
https://kernel.ubuntu.com/mainline/v6.14-rc7/
This option only works on workflow_dispatch, so the user will need to enter in the URL on the actions page and run the workflow manually.
Motivation and Context
Description
How Has This Been Tested?
Types of changes
Checklist:
Signed-off-by.