-
Notifications
You must be signed in to change notification settings - Fork 60
/
.bacon.yml
43 lines (43 loc) · 1.12 KB
/
.bacon.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
test_suites:
- name: lint
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '1'
timeout: '10'
script_name: lint
criteria: MERGE
queue_name: small
- name: unit
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '2'
timeout: '10'
script_name: unit
criteria: MERGE
queue_name: small
- name: e2e
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '1'
timeout: '25'
script_name: e2e
criteria: MERGE
queue_name: small
- name: publish
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '2'
timeout: '10'
script_name: publish
criteria: MERGE
queue_name: small
- name: clean-resources
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '2'
timeout: '60'
script_name: clean-resources
criteria: OPTIONAL
queue_name: small
- name: semgrep
script_path: /root/okta/okta-sdk-nodejs/scripts
sort_order: '3'
timeout: '10'
script_name: semgrep
criteria: MERGE
queue_name: small