-
Notifications
You must be signed in to change notification settings - Fork 24
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
Add build-scx-selftests action #146
Merged
Merged
Conversation
This file contains 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
theihor
force-pushed
the
build-scx
branch
3 times, most recently
from
October 16, 2024 21:40
a23fdd2
to
de42a5a
Compare
WIP vmtest change: kernel-patches/vmtest#294 |
LGTM. Can you add it as a step in ci/.github/workflows/kernel-build.yml Lines 108 to 120 in f605c62
|
theihor
added a commit
to theihor/vmtest
that referenced
this pull request
Oct 17, 2024
theihor
added a commit
to theihor/vmtest
that referenced
this pull request
Oct 18, 2024
* Update tar-artifacts.sh to include sched_ext files * Remove copying of selftests/bpf in build_selftests.sh
theihor
added a commit
to theihor/vmtest
that referenced
this pull request
Oct 18, 2024
theihor
added a commit
to theihor/vmtest
that referenced
this pull request
Oct 18, 2024
theihor
added a commit
to kernel-patches/vmtest
that referenced
this pull request
Oct 18, 2024
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.
Add
build-scx-selftests
action. This action will buildtools/testsing/selftests/sched_ext
binaries, given kbuild-output and toolchain parameters passed to the action.The action and its build script are very similar to
build-selftests
. Build scipt is simplified somewhat.Action inputs are different:
repo-root
is a new required parameter, because we don't want to rely on the assuption that$REPO_ROOT
==github.workspace
kernel
is removed: it controled the location ofvmlinux.h
, but it is generated from the$KBUILD_OUTPUT/vmlinux
, and I don't think we need to be able to customize it (at least not yet)