forked from okta/okta-signin-widget
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bacon.yml
64 lines (64 loc) · 1.74 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
test_suites:
- name: lint
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '1'
timeout: '10'
script_name: lint
criteria: MERGE
queue_name: small
- name: unit-karma
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '2'
timeout: '15'
script_name: unit-karma
criteria: MERGE
queue_name: small
- name: unit-jest
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '3'
timeout: '15'
script_name: unit-jest
criteria: MERGE
queue_name: small
- name: testcafe
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '4'
timeout: '20'
script_name: testcafe
criteria: MERGE
queue_name: small
- name: detect-english-leaks
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '8'
timeout: '20'
script_name: detect-english-leaks
criteria: MERGE
queue_name: small
- name: e2e
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '5'
timeout: '10'
script_name: e2e
criteria: MERGE
queue_name: small
- name: e2e-saucelabs-windows
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '6'
timeout: '20'
script_name: e2e-windows
criteria: MERGE
queue_name: small
- name: e2e-oie
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '5'
timeout: '10'
script_name: e2e-oie
criteria: MERGE
queue_name: small
- name: publish
script_path: /root/okta/okta-signin-widget/scripts
sort_order: '7'
timeout: '10'
script_name: publish
criteria: MERGE
queue_name: small