-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
122 lines (119 loc) · 3.58 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
minimum_cumulusci_version: '3.76.0'
project:
name: git-together
package:
name: git-together
api_version: '55.0'
git:
default_branch: 'main'
source_format: sfdx
dependencies:
# - namespace: nDESIGN
# version: '2.52'
# - namespace: nFORCE
# version: '2.2553'
# - namespace: LLC_BI
# version: '2.3233'
# - namespace: NDOC
# version: '2.871'
# - namespace: nFUSE
# version: '2.545'
# - namespace: nCino
# version: '1.777'
# - namespace: nFORMS
# version: '2.397'
# - namespace: nXBI
# version: '2.37'
# - namespace: EFPIO
# version: '1.128'
# - namespace: MTRNS
# version: '2.111'
- version_id: 04t6T000001tu5qQAA #nDESIGN
password_env_name: nDESIGN_INSTALL_KEY
- version_id: 04t6S000001EAmTQAW #nFORCE
password_env_name: nFORCE_INSTALL_KEY
- version_id: 04t4U000000t717QAA #LLC_BI
password_env_name: LLC_BI_INSTALL_KEY
- version_id: 04t6S00000161AyQAI #NDOC
password_env_name: NDOC_INSTALL_KEY
- version_id: 04t1R000001E5hDQAS #nFUSE
password_env_name: nFUSE_INSTALL_KEY
- version_id: 04t2M000002mgs1QAA #nCino
password_env_name: nCino_INSTALL_KEY
- version_id: 04t3m000000H0pdAAC #nFORMS
password_env_name: nFORMS_INSTALL_KEY
- version_id: 04t4R000001VUH4QAO #nXBI
password_env_name: nXBI_INSTALL_KEY
- version_id: 04t4o000001smMjAAI #EFPIO
password_env_name: EFPIO_INSTALL_KEY
- version_id: 04t3h000004sqeyAAA #MTRNS
password_env_name: MTRNS_INSTALL_KEY
- version_id: 04t4M000000U1YgQAK #nSBA
password_env_name: nSBA_INSTALL_KEY
- namespace: FinServ
version: '248.0'
- namespace: CRMC_PP
version: '3.64'
- namespace: DNBConnect
version: '1.730'
- namespace: DNBoptimizer
version: '1.6084.3'
# - namespace: ELOQUA
# version: '1.3'
# password_env_name: ELOQUA_INSTALL_KEY
# - namespace: 'Intel_U4SFnCino'
# version: '0.3'
# - namespace: Intellective2
# version: '2.5'
# password_env_name: Intellective2_INSTALL_KEY
- namespace: Ipreo_BDSF_1_10
version: '170.7'
- namespace: LEXMAGICMOVER
version: '4.15'
- namespace: LID
version: '3.23'
# - namespace: LLCLP
# version: '2.27'
# password_env_name: LLCLP_INSTALL_KEY
# - namespace: LLC_HI
# version: '1.6'
# password_env_name: LLC_HI_INSTALL_KEY
- namespace: SCOC
version: '1.30'
- namespace: SDMOC
version: '1.39'
- namespace: SIOC
version: '1.174'
- namespace: SBSS7
version: '1.72'
- namespace: WM4SF3
version: '2.84'
- namespace: iSell
version: '2.3.3'
- namespace: nBIDC
version: '1.6'
- namespace: nBIDCA
version: '1.20'
- namespace: nCRED
version: '1.2336'
- namespace: nCSA_FRAME
version: '1.21'
- namespace: nMONITOR
version: '1.7'
- namespace: nRetail
version: '1.932'
- namespace: vPb
version: '1.23'
tasks:
robot:
options:
suites: robot/git-together/tests
options:
outputdir: robot/git-together/results
robot_testdoc:
options:
path: robot/git-together/tests
output: robot/git-together/doc/git-together_tests.html
run_tests:
options:
required_org_code_coverage_percent: 75