forked from okta/okta-auth-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bacon.yml
80 lines (80 loc) · 2.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
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
test_suites:
- name: lint
script_path: ../okta-auth-js/scripts
sort_order: '1'
timeout: '60'
script_name: lint
criteria: MERGE
queue_name: small
- name: unit
script_path: ../okta-auth-js/scripts
sort_order: '2'
timeout: '10'
script_name: unit
criteria: MERGE
queue_name: small
- name: integration
script_path: ../okta-auth-js/scripts
sort_order: '2'
timeout: '10'
script_name: integration
criteria: MERGE
queue_name: small
- name: validate-bundles
script_path: ../okta-auth-js/scripts
sort_order: '2'
timeout: '10'
script_name: validate-bundles
criteria: MERGE
queue_name: small
- name: e2e
script_path: ../okta-auth-js/scripts
sort_order: '3'
timeout: '15'
script_name: e2e
criteria: MERGE
queue_name: small
- name: e2e-refresh-token
script_path: ../okta-auth-js/scripts
sort_order: '4'
timeout: '10'
script_name: e2e-refresh-token
criteria: MERGE
queue_name: small
- name: e2e-mfa
script_path: ../okta-auth-js/scripts
sort_order: '5'
timeout: '10'
script_name: e2e-mfa
criteria: MERGE
queue_name: small
- name: e2e-oie
script_path: ../okta-auth-js/scripts
sort_order: '6'
timeout: '15'
script_name: e2e-oie
criteria: MERGE
queue_name: small
- name: e2e-samples
script_path: ../okta-auth-js/scripts
sort_order: '7'
timeout: '20'
script_name: e2e-samples
criteria: MERGE
queue_name: small
- name: publish
script_path: ../okta-auth-js/scripts
sort_order: '9'
timeout: '60'
script_name: publish
criteria: MERGE
queue_name: small
# Sauce labs tests are flaky due to the free account we are currently using
# Re-enable this task on bacon once we have an paid account
# - name: e2e-saucelabs
# script_path: ../okta-auth-js/scripts
# sort_order: '8'
# timeout: '60'
# script_name: e2e-saucelabs
# criteria: MERGE
# queue_name: small