-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.zuul.yaml
More file actions
43 lines (39 loc) · 1.47 KB
/
.zuul.yaml
File metadata and controls
43 lines (39 loc) · 1.47 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
- project:
queue: cloudkitty
templates:
- tempest-plugin-jobs
- check-requirements
check:
jobs: &cloudkitty_tempest_jobs
- cloudkitty-tempest-full-v2-storage-influxdb:
voting: true
- cloudkitty-tempest-full-v1-storage-sqlalchemy:
voting: true
- cloudkitty-tempest-full-v2-storage-elasticsearch:
voting: true
- cloudkitty-tempest-full-v2-storage-influxdb-2026-1
- cloudkitty-tempest-full-v2-storage-influxdb-2025-2
- cloudkitty-tempest-full-v2-storage-influxdb-2025-1
- cloudkitty-tempest-full-v2-storage-influxdb-2024-2
gate:
jobs: *cloudkitty_tempest_jobs
- job:
name: cloudkitty-tempest-full-v2-storage-influxdb-2026-1
parent: cloudkitty-tempest-full-v2-storage-influxdb
nodeset: openstack-single-node-noble
override-checkout: stable/2026.1
- job:
name: cloudkitty-tempest-full-v2-storage-influxdb-2025-2
parent: cloudkitty-tempest-full-v2-storage-influxdb
nodeset: openstack-single-node-noble
override-checkout: stable/2025.2
- job:
name: cloudkitty-tempest-full-v2-storage-influxdb-2025-1
parent: cloudkitty-tempest-full-v2-storage-influxdb
nodeset: openstack-single-node-noble
override-checkout: stable/2025.1
- job:
name: cloudkitty-tempest-full-v2-storage-influxdb-2024-2
parent: cloudkitty-tempest-full-v2-storage-influxdb
nodeset: openstack-single-node-jammy
override-checkout: stable/2024.2