Skip to content

Commit

Permalink
Adds boskos config and secret conf for oci-agent-qe (#59763)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanss authored Dec 11, 2024
1 parent a9c685e commit 9a307fd
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
27 changes: 27 additions & 0 deletions core-services/ci-secret-bootstrap/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2205,6 +2205,33 @@ secret_configs:
- non_app_ci
name: cluster-secrets-packet-sno
namespace: ci
- from:
pull-secret:
dockerconfigJSON:
- auth_field: token_image-puller_app.ci_reg_auth_value.txt
item: build_farm
registry_url: registry.ci.openshift.org
- auth_field: auth
email_field: email
item: cloud.openshift.com-pull-secret
registry_url: cloud.openshift.com
- auth_field: auth
email_field: email
item: quay.io-pull-secret
registry_url: quay.io
- auth_field: auth
email_field: email
item: registry.connect.redhat.com-pull-secret
registry_url: registry.connect.redhat.com
- auth_field: auth
email_field: email
item: registry.redhat.io-pull-secret
registry_url: registry.redhat.io
to:
- cluster_groups:
- non_app_ci
name: cluster-secrets-oci-agent-qe
namespace: ci
- from:
pull-secret:
dockerconfigJSON:
Expand Down
4 changes: 4 additions & 0 deletions core-services/prow/02_config/_boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2942,6 +2942,10 @@ resources:
min-count: 50
state: free
type: observability-aws-quota-slice
- max-count: 50
min-count: 50
state: free
type: oci-agent-qe-quota-slice
- max-count: 50
min-count: 50
state: free
Expand Down
3 changes: 3 additions & 0 deletions core-services/prow/02_config/generate-boskos.py
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,9 @@
'gcp-virtualization-quota-slice': {
'us-central1': 50,
},
'oci-agent-qe-quota-slice': {
'default': 50,
},
'oci-edge-quota-slice': {
'default': 50,
},
Expand Down

0 comments on commit 9a307fd

Please sign in to comment.