forked from SFDO-Tooling/CumulusCI-Test
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcumulusci.yml
More file actions
28 lines (26 loc) · 755 Bytes
/
Copy pathcumulusci.yml
File metadata and controls
28 lines (26 loc) · 755 Bytes
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
project:
name: CumulusCI Test
package:
name: CumulusCI Test
namespace: ccitest
api_version: 33.0
git:
repo_url: https://github.com/SalesforceFoundation/CumulusCI-Test
dependencies:
- namespace: pub
version: 1.5
apexdoc:
branch: gh-pages
repo_dir: ApexDocumentation
tasks:
example_task:
description: An example project-level task that does nothing
class_path: tasks.example.ExampleTask
flows:
ci_test_concurrency:
description: A flow that does nothing but sleep for a minute. Used to test concurrency on CI systems
tasks:
1:
task: util_sleep
options:
seconds: 60