-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
builder: calculate build-id before executing step
Calculating the build-id after a step was executed has the unpleasant effect that the job slot must be briefly relinquished. When running multiple jobs in parallel, this will give the others an opportunity to take over the job slot. In the worst case some other, long running task is started. The original job is not finished, though, until the audit was created. When calculating the build-id before execution, this cannot happen. The audit generation will run uninterrupted with the current job slot until the end.
- Loading branch information
Showing
1 changed file
with
7 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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