-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsteps.yml
42 lines (42 loc) · 890 Bytes
/
steps.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
- name: A-Entity
path: A/Entity
branch: beta
message: \[all\]
branch-exclude: (stable)
codebuild-definition: A-Entity
- name: A-Services
path: A/Services
branch: beta
message: \[all\]
branch-exclude: (stable)
codebuild-definition: A-Services
- name: B
# (branch or path or message) AND branch-exclude
path: B
branch: beta
message: \[all\]
branch-exclude: (stable)
commands:
- make cs
- make quick-test
codebuild-definition: B
- name: B52
# (branch or path or message) AND branch-exclude
path: B/B52
branch: beta
message: \[all\]
branch-exclude: (stable)
commands:
- make cs
- make quick-test
codebuild-definition: B52
- name: C
# (branch or path or message) AND branch-exclude
path: "C/"
branch: beta
message: \[all\]
branch-exclude: (stable)
commands:
- make cs
- make quick-test
codebuild-definition: C