-
Notifications
You must be signed in to change notification settings - Fork 10
/
cumulusci.yml
78 lines (69 loc) · 1.84 KB
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
project:
name: animal_shelter_starter
package:
name: Animal Shelter Starter
namespace: animalshelters
api_version: "60.0"
source_format: sfdx
git:
default_branch: master
repo_url: https://github.com/SalesforceLabs/AnimalShelterStarter
tasks:
run_tests:
options:
required_org_code_coverage_percent: 75
update_admin_profile:
options:
record_types:
- record_type: animalshelters__Animal_Action__c.animalshelters__Exercise
- record_type: animalshelters__Animal_Action__c.animalshelters__Nutrition
- record_type: animalshelters__Animal_Action__c.animalshelters__Treatment
default: true
- record_type: animalshelters__Locations__c.animalshelters__Block
default: true
- record_type: animalshelters__Locations__c.animalshelters__Foster
- record_type: animalshelters__Locations__c.animalshelters__Organisation
- record_type: animalshelters__Locations__c.animalshelters__Unit
- record_type: animalshelters__Locations__c.animalshelters__Site
list_changes:
options:
ignore:
- "Profile:"
retrieve_changes:
options:
ignore:
- "Profile:"
deploy:
options:
path: force-app
test_deploy_package:
class_path: cumulusci.tasks.salesforce.UpdateDependencies
options:
dependencies:
- version_id: 04t4L000000UGhiQAG
flows:
post_config:
steps:
1:
task: assign_permission_sets
options:
api_names: Animal_Shelter_Starter
2:
task: load_dataset
ignore_failure: true
3:
task: deploy_post
config_qa:
steps:
3:
flow: post_config
config_dev:
steps:
3:
flow: post_config
orgs:
scratch:
dev:
days: 30
config_file: config/dev-scratch-def.json
namespaced: True