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

lmp/bb-build: run the setscene-only job as much as possible #353

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

quaresmajose
Copy link
Member

This will run all pending do_rm_work task in the bitbake job instead of leaving it for the next job.
This way we don't see do_rm_work task on the next bitbake job that were left here by the previous one.

This will run all pending do_rm_work task in the bitbake job
instead of leaving it for the next job.
This way we don't see do_rm_work task on the next bitbake job
that were left here by the previous one.

Signed-off-by: Jose Quaresma <[email protected]>
@quaresmajose quaresmajose requested a review from a team October 1, 2024 17:56
@quaresmajose
Copy link
Member Author

an example of this some pending do_rm_work tasks can be seen in the following build.
the log is from the last bitbake build step and there are some do_rm_work tasks from the setscene-only step

0:00:01    nettle:do_rm_work
0:00:01    libpng-native:do_rm_work
0:00:01    boost:do_rm_work
0:00:01    lmp-base-console-image:do_rm_work
0:00:01    lmp-base-console-image:do_prepare_recipe_sysroot
0:00:01    dtc-native:do_rm_work
0:00:01    base-files-issue:do_populate_sysroot
0:00:01    base-files-issue:do_package
0:00:02    lmp-base-console-image:do_image_garagecheck
0:00:02    lmp-base-console-image:do_image_garagesign
0:00:02    os-release:do_populate_sysroot
0:00:03    os-release:do_package
0:00:06    lmp-base-console-image:do_image_ostree
0:00:09    lmp-base-console-image:do_image_complete
0:00:10    lmp-base-console-image:do_image_ostreepush
0:00:16    lmp-base-console-image:do_image_ota_ext4
0:00:40    lmp-base-console-image:do_image_ota
0:01:05    lmp-base-console-image:do_image_wic
0:01:35    lmp-base-console-image:do_rootfs
0:02:31    lmp-base-console-image:do_image_ostreecommit

Copy link
Member

@ricardosalveti ricardosalveti left a comment

Choose a reason for hiding this comment

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

LGTM

@ricardosalveti ricardosalveti merged commit 274b155 into foundriesio:master Oct 1, 2024
2 checks passed
@quaresmajose quaresmajose deleted the setscene-only branch October 1, 2024 18:36
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.

2 participants