-
Notifications
You must be signed in to change notification settings - Fork 110
/
project-templates.yaml
78 lines (73 loc) · 2.73 KB
/
project-templates.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
76
77
78
---
# Zuul Job template to avoid repetition of calling jobs in multiple repos
- project-template:
name: podified-multinode-edpm-baremetal-pipeline
description: |
Project template to run content provider with EDPM and
baremetal job.
github-check:
jobs:
- openstack-k8s-operators-content-provider
- podified-multinode-edpm-deployment-crc: &content_provider
dependencies:
- openstack-k8s-operators-content-provider
- cifmw-crc-podified-edpm-baremetal: *content_provider
- project-template:
name: podified-multinode-edpm-pipeline
description: |
Project template to run content provider with EDPM job.
github-check:
jobs:
- openstack-k8s-operators-content-provider
- podified-multinode-edpm-deployment-crc: *content_provider
- podified-multinode-hci-deployment-crc: *content_provider
- project-template:
name: podified-ironic-operator-pipeline
description: |
Project template to run content provider with ironic podified job.
github-check:
jobs:
- noop
- openstack-k8s-operators-content-provider
- podified-multinode-ironic-deployment:
dependencies:
- openstack-k8s-operators-content-provider
- project-template:
name: podified-multinode-edpm-ci-framework-pipeline
description: |
Project template to run content provider for EDPM jobs,
with dependency on smaller jobs.
github-check:
jobs:
- openstack-k8s-operators-content-provider:
requires:
- cifmw-pod-pre-commit
- cifmw-molecule
- podified-multinode-edpm-deployment-crc: *content_provider
- cifmw-crc-podified-edpm-baremetal: *content_provider
- podified-multinode-hci-deployment-crc: *content_provider
- cifmw-multinode-tempest: *content_provider
- project-template:
name: data-plane-adoption-ci-framework-pipeline
description: |
Project template to run content provider with data-plane adoption job,
with dependency on smaller jobs.
github-check:
jobs:
- openstack-k8s-operators-content-provider:
requires:
- cifmw-pod-pre-commit
- cifmw-molecule
- adoption-standalone-to-crc-ceph-provider:
dependencies:
- openstack-k8s-operators-content-provider
- project-template:
name: data-plane-adoption-pipeline
description: |
Project template to run content provider with data-plane adoption job.
github-check:
jobs:
- openstack-k8s-operators-content-provider
- adoption-standalone-to-crc-ceph-provider:
dependencies:
- openstack-k8s-operators-content-provider