-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathtest-definition.yaml
More file actions
102 lines (102 loc) · 2.26 KB
/
test-definition.yaml
File metadata and controls
102 lines (102 loc) · 2.26 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
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
102
#
# These tests can run against an OpenShift cluster, provided you perform the following
# steps manually before starting them with scripts/run_tests.sh
#
# 1. Set the "openshift" dimension below to "true" (with quotes)
---
dimensions:
- name: airflow
values:
- 2.9.2
- 2.9.3
- 2.10.2
# To use a custom image, add a comma and the full name after the product version
# - 2.8.1,oci.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
- name: airflow-latest
values:
- 2.10.2
# To use a custom image, add a comma and the full name after the product version
# - 2.8.1,oci.stackable.tech/sandbox/airflow:2.8.1-stackable0.0.0-dev
- name: ldap-authentication
values:
- no-tls
- insecure-tls
- server-verification-tls
- name: openshift
values:
- "false"
- name: executor
values:
- celery
- kubernetes
tests:
- name: smoke
dimensions:
- airflow
- openshift
- executor
- name: mount-dags-configmap
dimensions:
- airflow-latest
- openshift
- executor
- name: mount-dags-gitsync
dimensions:
- airflow-latest
- openshift
- executor
- name: ldap
dimensions:
- airflow-latest
- openshift
- ldap-authentication
- executor
- name: oidc
dimensions:
- airflow
- openshift
- name: resources
dimensions:
- airflow-latest
- openshift
- name: orphaned-resources
dimensions:
- airflow-latest
- openshift
- name: logging
dimensions:
- airflow
- openshift
- executor
- name: cluster-operation
dimensions:
- airflow-latest
- openshift
- name: overrides
dimensions:
- airflow-latest
- openshift
suites:
- name: nightly
# Run nightly with the latest airflow
patch:
- dimensions:
- name: airflow
expr: last
- name: smoke-latest
# Useful for development
select:
- smoke
patch:
- dimensions:
- expr: last
- name: openshift
# Run on OpenShift with latest airflow
patch:
- dimensions:
- expr: last
- dimensions:
- name: airflow
expr: last
- name: openshift
expr: "true"