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

Pipeline Batch CI Runs #46

Open
FreakinWard opened this issue Jan 30, 2022 · 0 comments
Open

Pipeline Batch CI Runs #46

FreakinWard opened this issue Jan 30, 2022 · 0 comments
Assignees

Comments

@FreakinWard
Copy link
Owner

Batching CI Runs

Scenario: Pipelines are batched

Given an approval has paused pipeline run
Then PR builds should be allowed to run

If the pipeline has multiple jobs and stages, then the first run should still reach a terminal state by completing or skipping all its jobs and stages before the second run can start. For this reason, you must exercise caution when using this feature in a pipeline with multiple stages or approvals. If you wish to batch your builds in such cases, it is recommended that you split your CI/CD process into two pipelines - one for build (with batching) and one for deployments.

@FreakinWard FreakinWard self-assigned this Jan 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant