feat: PIPE-5084 Update job references to support serial groups #325
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.
Jira
Description
Serial groups are groups of jobs that run in series, this is a new property that can be set for any job type.
For example, creating multiple pipelines at the same time with the below config will result in all pipelines running
test
andbuild
but only a single pipeline will rundeploy
at a time.Implementation details
Serial group keys when compiled:
Note: this is after compilation, limiting what we can validate here, this would be valid.
How to validate