-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathtest-definition.yaml
More file actions
69 lines (69 loc) · 1.49 KB
/
Copy pathtest-definition.yaml
File metadata and controls
69 lines (69 loc) · 1.49 KB
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
---
dimensions:
- name: opa
values:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
# - 1.4.2
- 1.8.0
- name: opa-latest
values:
# To use a custom image, add a comma and the full name after the product version
# 0.67.1,oci.stackable.tech/sdp/opa:0.67.1-stackable0.0.0-dev
- 1.8.0
- name: keycloak
values:
- 23.0.1
- name: openshift
values:
- "false"
tests:
- name: smoke
dimensions:
- opa
- openshift
- name: resources
dimensions:
- opa-latest
- openshift
- name: logging
dimensions:
- opa
- openshift
- name: cluster-operation
dimensions:
- opa-latest
- openshift
- name: keycloak-user-info
dimensions:
- opa-latest
- keycloak
- openshift
# AD must be initialized (by running ad-init) first,
# and the correct users and groups must be set up (see test-regorule.py)
# name: ad-user-info
# dimensions:
# - opa-latest
# - openshift
- name: aas-user-info
dimensions:
- opa-latest
- openshift
suites:
- name: nightly
patch:
- dimensions:
- expr: last
- name: smoke-latest
select:
- smoke
patch:
- dimensions:
- expr: last
- name: openshift
patch:
- dimensions:
- expr: last
- dimensions:
- name: openshift
expr: "true"