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: limit push trigger to primary branches #6710

Merged
merged 1 commit into from
Nov 26, 2023

Conversation

mbien
Copy link
Member

@mbien mbien commented Nov 16, 2023

Limits automated CI to master, delivery and release* branches

context:
CI is running currently 10h+ in tests on push to any branch of the netbeans repo. This was intended for trunk branches like master or delivery, but falls apart as soon someone uses a feature branch since it would test everything multiple times additional to the PR triggered tests.

The second problem is cache size, since every root branch has a ~800mb footprint. During times with many concurrent dependency update PRs which write to the cache we can run out of cache.

@mbien mbien added CI continuous integration changes ci:no-build [ci] disable CI pipeline labels Nov 16, 2023
@mbien mbien marked this pull request as ready for review November 16, 2023 16:09
@mbien mbien added this to the NB21 milestone Nov 16, 2023
@mbien
Copy link
Member Author

mbien commented Nov 26, 2023

I interpret the thumbs up as go ahead with merge :)

@mbien mbien merged commit 50ed415 into apache:master Nov 26, 2023
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci:no-build [ci] disable CI pipeline CI continuous integration changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant