Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions core-services/ci-secret-bootstrap/_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1069,6 +1069,10 @@ secret_configs:
- non_app_ci
name: cluster-secrets-aws-restricted-qe
namespace: ci
- cluster_groups:
- non_app_ci
name: cluster-secrets-aws-eusc-qe
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@yunjiang29 I used this secret name by following the existing standard. Could you please help to confirm it? Thanks!

namespace: ci
- cluster_groups:
- non_app_ci
name: cluster-secrets-aws-outpost-qe
Expand Down
8 changes: 8 additions & 0 deletions core-services/prow/02_config/_boskos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,14 @@ resources:
- us-west-2--aws-edge-zones-quota-slice-9
state: free
type: aws-edge-zones-quota-slice
- names:
- eusc-de-east-1--aws-eusc-qe-quota-slice-0
- eusc-de-east-1--aws-eusc-qe-quota-slice-1
- eusc-de-east-1--aws-eusc-qe-quota-slice-2
- eusc-de-east-1--aws-eusc-qe-quota-slice-3
- eusc-de-east-1--aws-eusc-qe-quota-slice-4
state: free
type: aws-eusc-qe-quota-slice
- names:
- us-east-2--aws-interop-qe-quota-slice-0
- us-east-2--aws-interop-qe-quota-slice-1
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 @@ -115,6 +115,9 @@
'us-east-1': 5,
'ap-northeast-1': 5,
},
'aws-eusc-qe-quota-slice': {
'eusc-de-east-1': 5,
},
'aws-perfscale-lrc-qe-quota-slice': {
'us-west-2': 5,
},
Expand Down