-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.zuul.yaml
More file actions
34 lines (31 loc) · 800 Bytes
/
.zuul.yaml
File metadata and controls
34 lines (31 loc) · 800 Bytes
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
- job:
name: heat-functional-2026-1
parent: heat-functional
nodeset: openstack-single-node-noble
override-checkout: stable/2026.1
- job:
name: heat-functional-2025-2
parent: heat-functional
nodeset: openstack-single-node-noble
override-checkout: stable/2025.2
- job:
name: heat-functional-2025-1
parent: heat-functional
nodeset: openstack-single-node-noble
override-checkout: stable/2025.1
- project:
queue: heat
templates:
- check-requirements
- tempest-plugin-jobs
check:
jobs:
- heat-functional
- heat-functional-legacy
- heat-functional-2026-1
- heat-functional-2025-2
- heat-functional-2025-1
gate:
jobs:
- heat-functional
- heat-functional-legacy