|
45 | 45 | parent: bifrost-integration-dhcp |
46 | 46 | nodeset: ubuntu-focal |
47 | 47 |
|
48 | | -- job: |
49 | | - name: bifrost-integration-dhcp-centos-8 |
50 | | - parent: bifrost-integration-dhcp |
51 | | - nodeset: centos-8-stream |
52 | | - |
53 | 48 | - job: |
54 | 49 | name: bifrost-integration-dibipa-debian |
55 | 50 | parent: bifrost-integration |
|
62 | 57 | parent: bifrost-integration-dibipa-debian |
63 | 58 | nodeset: ubuntu-focal |
64 | 59 |
|
65 | | -- job: |
66 | | - name: bifrost-integration-dibipa-debian-centos-8 |
67 | | - parent: bifrost-integration-dibipa-debian |
68 | | - nodeset: centos-8-stream |
69 | | - |
70 | 60 | - job: |
71 | 61 | name: bifrost-integration-tinyipa |
72 | 62 | parent: bifrost-base |
|
128 | 118 | vars: |
129 | 119 | cli_test: true |
130 | 120 |
|
131 | | -- job: |
132 | | - name: bifrost-integration-tinyipa-centos-8 |
133 | | - parent: bifrost-integration-tinyipa |
134 | | - nodeset: centos-8-stream |
135 | | - |
136 | | -- job: |
137 | | - name: bifrost-integration-tinyipa-keystone-centos-8 |
138 | | - parent: bifrost-integration-tinyipa |
139 | | - nodeset: centos-8-stream |
140 | | - required-projects: |
141 | | - - openstack/keystone |
142 | | - - openstack/ironic-prometheus-exporter |
143 | | - vars: |
144 | | - enable_keystone: true |
145 | | - enable_tls: true |
146 | | - test_driver: redfish |
147 | | - enable_prometheus_exporter: true |
148 | | - |
149 | | -- job: |
150 | | - name: bifrost-integration-redfish-vmedia-uefi-centos-8 |
151 | | - parent: bifrost-integration-tinyipa-centos-8 |
152 | | - vars: |
153 | | - boot_mode: uefi |
154 | | - test_driver: redfish |
155 | | - use_vmedia: true |
156 | | - |
157 | 121 | - job: |
158 | 122 | name: bifrost-tox-linters |
159 | 123 | parent: openstack-tox-linters |
|
177 | 141 | parent: bifrost-upgrade |
178 | 142 | nodeset: ubuntu-focal |
179 | 143 |
|
180 | | -- job: |
181 | | - name: bifrost-upgrade-keystone-centos8 |
182 | | - parent: bifrost-upgrade |
183 | | - nodeset: centos-8-stream |
184 | | - required-projects: |
185 | | - - openstack/keystone |
186 | | - vars: |
187 | | - enable_keystone: true |
188 | | - noauth_mode: false |
189 | | - |
190 | 144 | # NOTE(TheJulia): This job is for use on the ironic repository, |
191 | 145 | # to provide a minimal platform where we can execute a job where |
192 | 146 | # basic performance numbers will be referenced/collected. |
|
0 commit comments