-
Notifications
You must be signed in to change notification settings - Fork 31
/
.bacon.yml
62 lines (62 loc) · 1.77 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
test_suites:
- name: lint
script_path: /root/okta/okta-angular/scripts
sort_order: '1'
timeout: '60'
script_name: lint
criteria: MERGE
queue_name: small
- name: unit
script_path: /root/okta/okta-angular/scripts
sort_order: '2'
timeout: '10'
script_name: unit
criteria: MERGE
queue_name: small
- name: e2e
script_path: /root/okta/okta-angular/scripts
sort_order: '3'
timeout: '20'
script_name: e2e
criteria: MERGE
queue_name: small
- name: unit-v6
script_path: /root/okta/okta-angular/scripts
sort_order: '4'
timeout: '10'
script_name: unit-v6
criteria: MERGE
queue_name: small
- name: e2e-v6
script_path: /root/okta/okta-angular/scripts
sort_order: '5'
timeout: '20'
script_name: e2e-v6
criteria: MERGE
queue_name: small
- name: publish
script_path: /root/okta/okta-angular/scripts
sort_order: '6'
timeout: '60'
script_name: publish
criteria: MERGE
queue_name: small
- name: semgrep
script_path: /root/okta/okta-angular/scripts
sort_order: '7'
timeout: '10'
script_name: semgrep
criteria: MERGE
queue_name: small
# TODO: repalce selenium test with sample generator
# https://oktainc.atlassian.net/browse/OKTA-427607
# disable the doc guide test
# The selenium test protects doc sample, but the code is not correctly reflect the SDK + widget usage
# re-visit after release
# - name: selenium-test
# script_path: /root/okta/okta-angular/scripts
# sort_order: '5'
# timeout: '60'
# script_name: selenium-test
# criteria: MERGE
# queue_name: ci-queue-prodJenga-Monolith-API