forked from opentelekomcloud/ansible-collection-cloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zuul.yaml
75 lines (75 loc) · 2.44 KB
/
zuul.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
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
# yamllint disable
---
- project:
merge-mode: squash-merge
templates:
- ansible-collection
vars:
ansible_collection_namespace: "opentelekomcloud"
ansible_collection_name: "cloud"
check:
jobs:
- otc-ansible-collection-test-integration-eu-de:
files: &integration-files
- ^plugins/
- ^tests/integration/
vars: &vars-eu-de
ansible_test_integration_env:
has_snat: true
region: eu-de
ansible_test_exclude_tests:
- autoscaling/group1/
- elb/group1/
- obs/group1/
- otc-ansible-collection-test-integration-eu-nl:
files: *integration-files
vars: &vars-eu-nl
ansible_test_integration_env:
has_snat: false
region: eu-nl
deh_host_type: s3
deh_az: eu-nl-01
# CES is too slow in NL (used also in AS test)
# no public DNS mgmt
# obs needs tweaks
# elbv2 not available
# no VBS
ansible_test_exclude_tests:
- autoscaling/group1/
- ces/group1/
- dns/public/
- elb/group1/
- obs/group1/
- storage/vbs/
- otc-ansible-collection-test-integration-eu-ch:
files: *integration-files
vars: &vars-eu-ch
ansible_test_integration_env:
has_snat: false
region: eu-ch2
ansible_test_exclude_tests:
- autoscaling/group1/
- antiddos/group1/
- ces/group1/
- css/group1/
- dds/group1/
- deh/group1/
- dms/group1/
- dns/public/
- elb/group1/
- obs/group1/
- rds_flavor_info/group1/
- storage/vbs/
- swr/group1/
- waf/group1/
gate:
jobs:
- otc-ansible-collection-test-integration-eu-de:
files: *integration-files
vars: *vars-eu-de
- otc-ansible-collection-test-integration-eu-nl:
files: *integration-files
vars: *vars-eu-nl
- otc-ansible-collection-test-integration-eu-ch:
files: *integration-files
vars: *vars-eu-ch