Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add project k8s-test-infra #1908

Merged
merged 1 commit into from
May 4, 2021
Merged
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
9 changes: 9 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1306,6 +1306,15 @@ groups:
- [email protected]
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-test-infra
description: |
ACL for staging Test Infra
settings:
ReconcileMembers: "true"
members:
- [email protected]

- email-id: [email protected]
name: k8s-infra-staging-txtdirect
description: |-
Expand Down
1 change: 1 addition & 0 deletions infra/gcp/ensure-staging-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ readonly STAGING_PROJECTS=(
slack-infra
sp-operator
storage-migrator
test-infra
txtdirect
)

Expand Down
11 changes: 11 additions & 0 deletions k8s.gcr.io/images/k8s-staging-test-infra/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# See the OWNERS docs at https://go.k8s.io/owners

approvers:
- sig-testing-leads
- test-infra-on-call
reviewers:
- sig-testing-leads
- test-infra-on-call

labels:
sig/testing
1 change: 1 addition & 0 deletions k8s.gcr.io/images/k8s-staging-test-infra/images.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# No images yet
14 changes: 14 additions & 0 deletions k8s.gcr.io/manifests/k8s-staging-test-infra/promoter-manifest.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# google group for gcr.io/k8s-staging-test-infra is [email protected]

registries:
- name: gcr.io/k8s-staging-test-infra
src: true

# Promotes to the following GCR locations:
# - {us,eu,asia}.gcr.io/k8s-test-infra --> k8s.gcr.io
- name: us.gcr.io/k8s-test-infra
service-account: [email protected]
- name: eu.gcr.io/k8s-test-infra
service-account: [email protected]
- name: asia.gcr.io/k8s-test-infra
service-account: [email protected]