-
Notifications
You must be signed in to change notification settings - Fork 273
/
Copy path.bacon.yml
101 lines (101 loc) · 2.82 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
test_suites:
- name: publish
script_path: ../okta-auth-js/scripts
sort_order: '1'
timeout: '60'
script_name: publish
criteria: MERGE
queue_name: small
- name: lint
script_path: ../okta-auth-js/scripts
sort_order: '2'
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: '3'
timeout: '10'
script_name: integration
criteria: MERGE
queue_name: small
- name: e2e-mfa
script_path: ../okta-auth-js/scripts
sort_order: '4'
timeout: '10'
script_name: e2e-mfa
criteria: MERGE
queue_name: small
- name: e2e
script_path: ../okta-auth-js/scripts
sort_order: '5'
timeout: '15'
script_name: e2e
criteria: MERGE
queue_name: small
- name: e2e-express-embedded-auth-with-sdk
script_path: ../okta-auth-js/scripts
sort_order: '6'
timeout: '20'
script_name: e2e-express-embedded-auth-with-sdk
criteria: MERGE
queue_name: small
- name: e2e-express-web-no-oidc
script_path: ../okta-auth-js/scripts
sort_order: '7'
timeout: '10'
script_name: e2e-express-web-no-oidc
criteria: MERGE
queue_name: small
- name: e2e-express-web-with-oidc
script_path: ../okta-auth-js/scripts
sort_order: '8'
timeout: '10'
script_name: e2e-express-web-with-oidc
criteria: MERGE
queue_name: small
- name: e2e-static-spa
script_path: ../okta-auth-js/scripts
sort_order: '9'
timeout: '10'
script_name: e2e-static-spa
criteria: MERGE
queue_name: small
- name: e2e-webpack-spa
script_path: ../okta-auth-js/scripts
sort_order: '10'
timeout: '10'
script_name: e2e-webpack-spa
criteria: MERGE
queue_name: small
- name: e2e-express-embedded-sign-in-widget
script_path: ../okta-auth-js/scripts
sort_order: '11'
timeout: '10'
script_name: e2e-express-embedded-sign-in-widget
criteria: MERGE
queue_name: small
- name: e2e-react-oie
script_path: ../okta-auth-js/scripts
sort_order: '12'
timeout: '20'
script_name: e2e-react-oie
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