-
Notifications
You must be signed in to change notification settings - Fork 15
/
.bacon.yml
47 lines (47 loc) · 1.34 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
test_suites:
- name: lint
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '1'
timeout: '60'
script_name: lint
criteria: MERGE
queue_name: small
- name: unit
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '2'
timeout: '10'
script_name: unit
criteria: MERGE
# a different container type is required to run node20
queue_name: ci-queue-productionJenga-AL2023
- name: e2e
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '3'
timeout: '10'
script_name: e2e
criteria: MERGE
queue_name: small
- name: e2e-20
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '3'
timeout: '10'
script_name: e2e
criteria: MERGE
# a different container type is required to run node20
queue_name: ci-queue-productionJenga-AL2023
script_env:
NODE_VER: '20.5.0'
- name: publish
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '4'
timeout: '60'
script_name: publish
criteria: MERGE
queue_name: small
- name: semgrep
script_path: /root/okta/okta-oidc-middleware/scripts
sort_order: '5'
timeout: '10'
script_name: semgrep
criteria: MERGE
queue_name: small