-
Notifications
You must be signed in to change notification settings - Fork 914
ci: Clean-up and move build_sync_branches_with_main to github actions #2863
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
Merged
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
5b15e0f to
4429865
Compare
8b6b5f3 to
db1c095
Compare
Update to be more generic and match the recommended usage, as well as adding docker examples. Signed-off-by: Jorge Marques <[email protected]>
Adjust timeouts based on 6.6->6.12 runs. Increase job timeout to 5 days. Add diff-filter and checkout headers, to not checkout deleted files. Granular permission, to avoid having permissive globals. Run kernel.yml on rpi-6.1/6/12.y push, to check these branches for bugs. Signed-off-by: Jorge Marques <[email protected]>
To improve compile times, ensure compile of only touched files. Allows to test-compile code that would otherwise require a specific ARCH_ symbol Signed-off-by: Jorge Marques <[email protected]>
Add matcher to resolve case:
obj-y = some_driver.o
By looking for at parent for:
obj-$(CONFIG_SYMBOL) = base_name/
Also, protect against infinite calls by looking at the request and
previous object.
Signed-off-by: Jorge Marques <[email protected]>
Add missing --diff-filter to check_coccicheck, check_dt_binding_check, check_cppcheck, to not collect deleted files. Parallelize compile_devicetree step by using xargs to and make to run in parallel. Use guard on check_dt_binding_check to not overwrite possible user set shell behavior. Use --ACM --no-renames, because collecting changed files, we don't care about rename detection, only filtering-out deleted deleting files. Fix wrong auto_set_kconfig logged Signed-off-by: Jorge Marques <[email protected]>
To remove from the cache if a tag is deleted. Signed-off-by: Jorge Marques <[email protected]>
Add to group environment related scripts, such writing outputs and asserting environment variables Signed-off-by: Jorge Marques <[email protected]>
To export env to output, and then assert the steps. Signed-off-by: Jorge Marques <[email protected]>
Use the checkout action resolved environment, detect merge commits and choose parent, drop mirror main branch 'xcomm_zynq' Signed-off-by: Jorge Marques <[email protected]>
Migrated to GitHub Actions. Signed-off-by: Jorge Marques <[email protected]>
Migrated to GitHub Actions. Signed-off-by: Jorge Marques <[email protected]>
Allow dual-license if is a devicetree-related file, if one of the license is GPL-2. Signed-off-by: Jorge Marques <[email protected]>
mhennerich
approved these changes
Aug 1, 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.
PR Description
COMPILE_TEST: Allows to test-compile code that would otherwise require a specific ARCH_ symbol
Clean-up adi_ci_defconfig
Minor Containerfile update to auto prune tags and branches
Create runner_env.sh for reusable workflow env level methods.
Update docs about ci.
More granular permission, to reduce repo level permission.
Yes, it uses a curl as a git sparse :)
PR Type
PR Checklist