Add serial groups examples to orchestration cookbook#10083
Draft
rosieyohannan wants to merge 1 commit intomainfrom
Draft
Add serial groups examples to orchestration cookbook#10083rosieyohannan wants to merge 1 commit intomainfrom
rosieyohannan wants to merge 1 commit intomainfrom
Conversation
- Added recipe for preventing deployment conflicts with serial groups - Added recipe for ensuring database migrations run in sequence - Added recipe for controlling access to limited testing resources - Added recipe for maintaining version integrity with serial deployments - All recipes follow existing cookbook structure with Goal/Steps/Notes sections Co-authored-by: Rosie Yohannan <rosieyohannan@users.noreply.github.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Added four comprehensive examples of using serial groups to the orchestration cookbook following the existing page structure.
Changes include:
Each recipe follows the established cookbook format with Goal, Steps, and Notes sections.
Reasons
This change addresses Linear issue DOC-65, which requested examples of using serial groups in the orchestration cookbook. The serial groups feature allows controlled, sequential execution of jobs across an organization to prevent conflicts when accessing shared resources.
These practical examples help users understand when and how to implement serial groups in their CircleCI configurations.
Content checks
Please follow our style when contributing to CircleCI docs. View our style guide or check out our CONTRIBUTING.md for more information.
Preview your changes:
ci/circleci: lintjob at the bottom of your PR. You will be redirected to thevale/lintjob output in CircleCI.ci/circleci: buildjob at the bottom of your PR and you will be redirected to CircleCI. Select the Artifacts tab and selectindex.htmlto open a preview version of the docs site built for your latest commit.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):
Content structure:
Formatting:
Linear Issue: DOC-65