-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add page on serial execution #9297
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
Add page on serial execution #9297
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some additional sections that might be worth mentioning around controlling these groups:
- Cancelling a workflow via the UI whilst a serial group is running will release the group for any waiting.
- Cancelling a workflow or "serial start"/lock job via the API will do the same.
- Clicking on a "serial start"/lock job node in the UI whilst a job inside the serial group is
running
will provide a dialog to release the group.
jekyll/_cci2/controlling-serial-execution-across-your-organization.adoc
Outdated
Show resolved
Hide resolved
|
||
Serial group jobs are displayed in the CircleCI web app in workflow graphs with the following visual elements: | ||
|
||
* A job in a serial group is preceded by a block with a lock icon to show the start of the serial group. A serial group end block follows the job. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
~~ Should this be key icon? Similar mentions below, but I won't comment on all of them.
* A job in a serial group is preceded by a block with a lock icon to show the start of the serial group. A serial group end block follows the job. | |
* A job in a serial group is preceded by a block with a key icon to show the start of the serial group. A serial group end block follows the job. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yes good spot! Thanks
jekyll/_cci2/controlling-serial-execution-across-your-organization.adoc
Outdated
Show resolved
Hide resolved
…tion.adoc Co-authored-by: Liam Clarke <liam.clarke@circleci.com>
Description
Create overview page for serial execution across an org
Reasons
New feature
Content Checklist
Please follow our style when contributing to CircleCI docs. Our style guide is here: https://circleci.com/docs/style/style-guide-overview.
Please take a moment to check through the following items when submitting your PR (this is just a guide so will not be relevant for all PRs) 😸: