ci: create shared build workspace and filters - #3249
Draft
Lewluu wants to merge 3 commits into
Draft
Conversation
Lewluu
force-pushed
the
create-xilinx-shared-build-workspace
branch
13 times, most recently
from
August 11, 2026 12:38
588bbb5 to
9dd0585
Compare
Lewluu
force-pushed
the
create-xilinx-shared-build-workspace
branch
from
August 12, 2026 10:41
bda8ea1 to
9ec9878
Compare
|
|
Lewluu
force-pushed
the
create-xilinx-shared-build-workspace
branch
4 times, most recently
from
August 12, 2026 14:29
d549b48 to
0b6a65a
Compare
Implement shared build workspace. Currently, each runner contain an independed build workspace with cache. This results in heavy ocuppied space per runnner workspace. With this implementation, current runners can build in parallel using the same build workspace as well, using project build path .lock file mecahnism and storing non built projects and re-checks. Another feature is the filtering of projects to build based on paths from the git changes. Signed-off-by: Iuliu Antoniu-Popovici <iuliu-antoniu.popovici@analog.com>
Using the shared build workspace would always cause fresh build. Replacing the cmake cache old values with new ones based on current runner directory will ensure that the build won't run fresh when building from another workspace. Signed-off-by: Iuliu Antoniu-Popovici <iuliu-antoniu.popovici@analog.com>
Lewluu
force-pushed
the
create-xilinx-shared-build-workspace
branch
5 times, most recently
from
August 13, 2026 12:45
dadb3bd to
3383d28
Compare
Signed-off-by: Iuliu Antoniu-Popovici <iuliu-antoniu.popovici@analog.com>
Lewluu
force-pushed
the
create-xilinx-shared-build-workspace
branch
from
August 13, 2026 13:08
3383d28 to
41ddfa4
Compare
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
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.
Pull Request Description
Implement shared build workspace. Currently, each runner contain an independed build workspace with cache. This results in heavy ocuppied space per runnner workspace. With this implementation, current runners can build in parallel using the same build workspace as well, using project build path .lock file mecahnism and storing non built projects and re-checks.
Another feature is the filtering of projects to build based on paths from the git changes.
Please replace this with a detailed description and motivation of the changes.
You can tick the checkboxes below with an 'x' between square brackets or just check them after publishing the PR.
If this PR contains a breaking change, list dependent PRs and try to push all related PRs at the same time.
PR Type
PR Checklist