-
Notifications
You must be signed in to change notification settings - Fork 8
/
tests.yaml
45 lines (45 loc) · 885 Bytes
/
tests.yaml
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
---
executions:
- name: "Interdomain tests [packet] [aks] [aws]"
env:
- ARTIFACTS_ARCHIVE=true
- CLUSTER1_CIDR=172.18.1.128/25
root: ./
timeout: 3600
cluster-count: 3
cluster-selector:
- packet
- aks
- aws
cluster-env:
- KUBECONFIG1
- KUBECONFIG2
- KUBECONFIG3
- name: "Interdomain tests [gke] [aws] [aks]"
env:
- ARTIFACTS_ARCHIVE=true
root: ./
timeout: 3600
cluster-count: 3
cluster-selector:
- gke
- aws
- aks
cluster-env:
- KUBECONFIG1
- KUBECONFIG2
- KUBECONFIG3
- name: "Interdomain tests [aws] [aks] [gke]"
env:
- ARTIFACTS_ARCHIVE=true
root: ./
timeout: 3600
cluster-count: 3
cluster-selector:
- aws
- aks
- gke
cluster-env:
- KUBECONFIG1
- KUBECONFIG2
- KUBECONFIG3