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: speed up test of bpf2go #1707

Merged
merged 1 commit into from
Mar 3, 2025
Merged

ci: speed up test of bpf2go #1707

merged 1 commit into from
Mar 3, 2025

Conversation

lmb
Copy link
Collaborator

@lmb lmb commented Mar 3, 2025

Installing clang-11 takes the majority of time for the bpf2go test. This in turn delays the matrix based tests, lengthening the overall CI run time by a minute or two.

Bump the minimum version to 13, which is pre-installed on ubuntu 22.04 runners. This way we don't have to pay the price of installation.

Installing clang-11 takes the majority of time for the bpf2go test.
This in turn delays the matrix based tests, lengthening the overall
CI run time by a minute or two.

Bump the minimum version to 13, which is pre-installed on ubuntu
22.04 runners. This way we don't have to pay the price of installation.

Signed-off-by: Lorenz Bauer <[email protected]>
@lmb lmb marked this pull request as ready for review March 3, 2025 09:58
@lmb lmb requested a review from a team as a code owner March 3, 2025 09:58
@lmb lmb merged commit a35fc5f into cilium:main Mar 3, 2025
17 checks passed
@lmb lmb deleted the ci-clang branch March 3, 2025 09:59
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.

1 participant