Skip to content
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

CI: test against 6.1 #1131

Merged
merged 3 commits into from
Sep 13, 2023
Merged

CI: test against 6.1 #1131

merged 3 commits into from
Sep 13, 2023

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Sep 13, 2023

CI: update to latest Go point releases

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>

CI: test against 6.1

Replace 5.19 with 6.1 as the latest kernel we test against. This requires
updating the libbpf integration tests. In v6.1 the selftest build system
started adding a .bpf suffix to all object files containing BPF programs.
Introduce a helper selftestName so that we only have to deal with this in a
single place. This also allows taking care of the .linked[123] suffixes
which have made some of the test skipping code overly verbose.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>

elf: update libbpf integration tests

We now support CONFIG_* variables, so update the integration tests 
accordingly.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
Replace 5.19 with 6.1 as the latest kernel we test against. This
requires updating the libbpf integration tests. In v6.1 the selftest
build system started adding a .bpf suffix to all object files
containing BPF programs. Introduce a helper selftestName so that
we only have to deal with this in a single place. This also allows
taking care of the .linked[123] suffixes which have made some of
the test skipping code overly verbose.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
We now support CONFIG_* variables, so update the integration tests
accordingly.

Signed-off-by: Lorenz Bauer <lmb@isovalent.com>
@lmb lmb marked this pull request as ready for review September 13, 2023 12:00
@lmb lmb requested review from rgo3 and ti-mo September 13, 2023 12:00
@lmb lmb merged commit a6eeb31 into cilium:main Sep 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants