Skip to content

Commit 6bc9d82

Browse files
authored
Adds boskos config, secrets and quota slice for openstack-rhos-ci cluster profile (#63434)
1 parent cfaaf73 commit 6bc9d82

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

core-services/ci-secret-bootstrap/_config.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -1509,6 +1509,10 @@ secret_configs:
15091509
- non_app_ci
15101510
name: cluster-secrets-openstack-rhoso
15111511
namespace: ci
1512+
- cluster_groups:
1513+
- non_app_ci
1514+
name: cluster-secrets-openstack-rhos-ci
1515+
namespace: ci
15121516
- from:
15131517
ca-cert.pem:
15141518
field: ca-cert.pem

core-services/prow/02_config/_boskos.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -3188,6 +3188,10 @@ resources:
31883188
- openstack-ppc64le-03
31893189
state: free
31903190
type: openstack-ppc64le-quota-slice
3191+
- max-count: 1
3192+
min-count: 1
3193+
state: free
3194+
type: openstack-rhos-ci-quota-slice
31913195
- names:
31923196
- serval71.lab.eng.tlv2.redhat.com
31933197
state: free

core-services/prow/02_config/generate-boskos.py

+3
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,9 @@
286286
'openstack-rhoso-quota-slice': {
287287
'serval71.lab.eng.tlv2.redhat.com': 1,
288288
},
289+
'openstack-rhos-ci-quota-slice': {
290+
'default': 1,
291+
},
289292
'openstack-nfv-quota-slice': {
290293
'default': 4,
291294
},

0 commit comments

Comments
 (0)