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

Makefile: Move bpf 'build_all' to ci-precheck target #11291

Merged

Conversation

joestringer
Copy link
Member

@joestringer joestringer commented May 1, 2020

This extra step takes quite a bit of time (~45s locally for me). To streamline make for most development use cases, move it out from the main precheck into a ci-precheck that will always be run by the CI before PRs are merged. Developers can still run the target manually if they're actively developing in the BPF area.

CC: @errordeveloper
CC: @aanm

This extra step takes quite a bit of time. To streamline `make` for most
development use cases, move it out from the main precheck into a
ci-precheck that will always be run by the CI before PRs are merged.
Developers can still run the target manually if they're actively
developing in the BPF area.

Signed-off-by: Joe Stringer <joe@cilium.io>
@joestringer joestringer added the release-note/misc This PR makes changes that have no direct user impact. label May 1, 2020
@joestringer joestringer requested review from a team as code owners May 1, 2020 17:33
@maintainer-s-little-helper maintainer-s-little-helper bot added this to In progress in 1.8.0 May 1, 2020
@joestringer
Copy link
Member Author

test-me-please

@joestringer joestringer requested a review from a team May 1, 2020 17:34
Copy link
Member

@aanm aanm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Is the ci-precheck executed?

@coveralls
Copy link

Coverage Status

Coverage increased (+0.02%) to 44.514% when pulling 6dbcfab on joestringer:submit/bpf-permutations-jenkins-only into 50d4acb on cilium:master.

@joestringer
Copy link
Member Author

@qmonnet qmonnet requested a review from pchaigno May 1, 2020 18:42
@joestringer
Copy link
Member Author

Passed regular CI, GKE not required. Multiple reviews from codeowners. merging.

@joestringer joestringer merged commit 7463ba2 into cilium:master May 1, 2020
1.8.0 automation moved this from In progress to Merged May 1, 2020
@joestringer joestringer deleted the submit/bpf-permutations-jenkins-only branch May 1, 2020 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-note/misc This PR makes changes that have no direct user impact.
Projects
No open projects
1.8.0
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants