-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcumulusci.yml
More file actions
73 lines (64 loc) · 1.87 KB
/
cumulusci.yml
File metadata and controls
73 lines (64 loc) · 1.87 KB
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
minimum_cumulusci_version: 3.75.1
project:
name: StickySelectron
package:
name: Sticky Selectron
namespace: slctrn
api_version: 60.0
git:
default_branch: main
source_format: sfdx
tasks:
robot:
options:
suites: robot/StickySelectron/tests
options:
outputdir: robot/StickySelectron/results
robot_testdoc:
options:
path: robot/StickySelectron/tests
output: robot/StickySelectron/doc/StickySelectron_tests.html
run_tests:
options:
required_org_code_coverage_percent: 75
deploy_example_flows:
description: Sticky Selectron - Example Flows
group: Salesforce Metadata
class_path: cumulusci.tasks.salesforce.Deploy
options:
path: unpackaged/config/example-flows
flows:
config_qa:
steps:
3:
task: load_dataset
config_dev:
steps:
3:
task: load_dataset
customer_org:
steps:
1:
task: install_managed
options:
security_type: NONE
2:
task: deploy_example_flows
ui_options:
is_required: False
plans:
install:
slug: install
title: Install Sticky Selectron
tier: primary
preflight_message: 'This will install Sticky Selectron (slctrn) in your org.'
post_install_message: 'Thanks for installing Sticky Selectron (slctrn).'
error_message: 'To get help, please visit our [Sticky Selectron documentation website](https://sfdo-community-sprints.github.io/sticky-selectron-documentation/).'
steps:
1:
flow: customer_org
orgs:
scratch:
dev_long:
config_file: orgs/dev.json
days: 30