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

Update cumulusci.yml #1500

Merged
merged 2 commits into from
Oct 8, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 17 additions & 11 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,18 @@ tasks:
options:
path: unpackaged/config/qa

snowfakery_highratio_custom:
description: Create a sample dataset for main objects in CSOM EDA org
class_path: cumulusci.tasks.bulkdata.snowfakery.Snowfakery
options:
recipe: datasets/qa/high-ratio-tests-custom-object.yml

snowfakery_highratio_standard:
description: Create a sample dataset for main objects in CSOM EDA org
class_path: cumulusci.tasks.bulkdata.snowfakery.Snowfakery
options:
recipe: datasets/qa/high-ratio-tests-stand-object.yml

snowfakery_lowratio:
description: Create a sample dataset for main objects in CSOM EDA org
class_path: cumulusci.tasks.bulkdata.snowfakery.Snowfakery
Expand Down Expand Up @@ -85,10 +97,11 @@ flows:
options:
apex: QAHelper.updateAppMenuOrdering();
7:
task: load_dataset
options:
mapping: datasets/qa/mapping.yml
sql_path: datasets/qa/qa_data.sql
task: snowfakery_lowratio
8:
task: snowfakery_highratio_standard
9:
task: snowfakery_highratio_custom

customer_org:
steps:
Expand All @@ -115,13 +128,6 @@ flows:
options:
extra: "--sourcepath ./dlrs/libs/fflib-apexmocks,./dlrs/libs/fflib-common,./dlrs/libs/lrengine,./dlrs/libs/metadataservice,./dlrs/main"

config_dev:
steps:
1.1:
task: deploy
options:
path: unpackaged/config/qa

orgs:
scratch:
dev_prerelease:
Expand Down
Loading