-
Notifications
You must be signed in to change notification settings - Fork 245
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 support for skip
, skip_from
, and start_from
for flows
#3832
Conversation
number and a jinja2 template expression
cumulusci.yml to list python modules to load. If a plugin is specified and not available for import, an error will be thrown. Plugin packages are scanned for a cumulusci.yml in their root directory and if found, it is added to the merge stack for cumulusci.yml before the project config.
integration for Job Summary Reports in GitHub Actions runtime environments
Working parent branch resolver, need to write test coverage
Working implementation of dynamic package version naming for 1GP, needs tests
Output GitHub Actions Job Summary Report for run_tests
including full test coverage and docs.
Add support for --load-yml on cci task and cci flow commands
… update template to match default version numbering for betas
Fix bug with duplicate beta naming
…ld-api Fix issue with 2GP package uploads for packages with API version older than 52.0
Change pulled from SFDO-Tooling#3748
Never set <fullName> in 2gp package generation manifests
fix: added comma, removed additional None param
…Snapshot object in the DevHub
Merge CumulusCI main
Add Snapshot Tasks to D2X's cumulusci-next Docker build for Use Before Release in CumulusCI
…niversal config and added `snapshot_context` field to git schema
Add create_snapshot and github_pull_request_snapshot tasks to universal config
…d defining flows
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Jason Lantz <j***@j***.localdomain>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, sign the Salesforce Inc. Contributor License Agreement and this Pull Request will be revalidated. |
Thanks for the contribution! Before we can merge this, we need @agaudoncr to sign the Salesforce Inc. Contributor License Agreement. |
I got this error when trying to sign it
Could not sign the CLA, please contact: ***@***.***
Could not sign the CLA, please contact: ***@***.***
Could not sign the CLA, please contact: ***@***.***
Could not sign the CLA, please contact: ***@***.***
Message ID: ***@***.***>
… |
Oops, need to rebase this branch, closing :) |
This PR adds new options when defining and running flows to skip steps.
In cci:
And in cumulusci.yml flow definitions:
skip_from
andstart_from
also work in yaml.Still needs test coverage but otherwise should be a backwards compatible change that unlocks a lot of potential for restructuring CI/CD workflows.