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
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
Add project k8s-test-infra
Add k8s-test-infra project that will images built from
https://github.com/kubernetes/test-infra/tree/master/.

We should not use the staging project k8s-staging-k8s-infra and maintain
image building and pushing done today by automation.

Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
ameukam committed Apr 9, 2021

Verified

This commit was signed with the committer’s verified signature.
ameukam Arnaud M.
commit 5fc7cd5aee9b14964976b1a7c7602465f1ec61f0
9 changes: 9 additions & 0 deletions groups/groups.yaml
Original file line number Diff line number Diff line change
@@ -1306,6 +1306,15 @@ groups:
- nikitaraghunath@gmail.com
- rajula96reddy@gmail.com

- email-id: k8s-infra-staging-test-infra@kubernetes.io
name: k8s-infra-staging-test-infra
description: |
ACL for staging Test Infra
settings:
ReconcileMembers: "true"
members:
- k8s-infra-prow-oncall@kubernetes.io

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

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 k8s-infra-staging-test-infra@kubernetes.io

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: k8s-infra-gcr-promoter@k8s-test-infra.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-test-infra
service-account: k8s-infra-gcr-promoter@k8s-test-infra.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-test-infra
service-account: k8s-infra-gcr-promoter@k8s-test-infra.iam.gserviceaccount.com