-
Notifications
You must be signed in to change notification settings - Fork 1
ROX-30630: run BPF bootstrap test in CI #131
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
Open
Molter73
wants to merge
2
commits into
mauro/rhcos-compat
Choose a base branch
from
mauro/ROX-30630/bpf-unit-test
base: mauro/rhcos-compat
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
0764b64 to
7bd4001
Compare
6e2c746 to
4577812
Compare
1280c6c to
82ae094
Compare
719803d to
e2ef53e
Compare
e649da2 to
92f2cb9
Compare
827d14b to
98fc082
Compare
92f2cb9 to
8071891
Compare
98fc082 to
f7b7885
Compare
aa0aa86 to
df12b50
Compare
5e3dc58 to
c74f34f
Compare
df12b50 to
3aed958
Compare
c74f34f to
ea10e32
Compare
5 tasks
ea10e32 to
fe72605
Compare
3aed958 to
1082184
Compare
With this change, we will start running our integration tests on GCP hosted VMs, allowing us to have better visibility into what is the compatibility of our code with different kernel versions. This is achieved by running a small bootstrap unit test that load our code into the kernel, exercising the verifier on it.
1082184 to
e36abbd
Compare
Stringy
reviewed
Oct 31, 2025
ad6aec3 to
4fe201f
Compare
Stringy
approved these changes
Oct 31, 2025
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.
Description
With this change, we will start running our integration tests on GCP hosted VMs, allowing us to have better visibility into what is the compatibility of our code with different kernel versions. This is achieved by running a small bootstrap unit test that load our code into the kernel, exercising the verifier on it.
Checklist
Automated testing
If any of these don't apply, please comment below.
Testing Performed
Manually run the new ansible playbook on RHCOS.