Skip to content

Commit

Permalink
Merge 65c8e97 into feature/1007
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents 37f336c + 65c8e97 commit db8a6f7
Showing 1 changed file with 17 additions and 11 deletions.
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

0 comments on commit db8a6f7

Please sign in to comment.