mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
murdock: make get_compile_jobs() return subjobs
This change allows callers to receive the job list of individual apps in chunks (instead of all at once after all appdirs have been processed), if run as dwq job itself. E.g., $ dwqc ./.murdock get_compile_jobs would previously run "get_compile_jobs()" as one job, collecting all the output from "get_app_board_toolchain_pairs()" subjobs, then return the combined output as job result. By using subjobs, the job returns right away, but has previously sent the "get_app_board_toolchain_pairs" jobs as subjobs ti the initial instance, which will also wait for all of them to complete, but already print subjob output as it is received.
This commit is contained in:
parent
a0caf62ebf
commit
c704d4a274
Loading…
Reference in New Issue
Block a user