Skip to content

Commit

Permalink
rn testgrid-json-exporter to testgrid-exporter
Browse files Browse the repository at this point in the history
Signed-off-by: leonardpahlke <[email protected]>
  • Loading branch information
leonardpahlke committed Jun 28, 2022
1 parent 3cbf5eb commit 90d6f7a
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
/tmp

# Ignore vscode config files
.vscode
.vscode
2 changes: 1 addition & 1 deletion groups/restrictions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ restrictions:
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^k8s-infra-staging-testgrid-json-[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
- "^[email protected]$"
Expand Down
4 changes: 2 additions & 2 deletions groups/sig-release/groups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,8 @@ groups:
members:
- [email protected]

- email-id: k8s-infra-staging-testgrid-json-[email protected]
name: k8s-infra-testgrid-json-exporter
- email-id: [email protected]
name: k8s-infra-testgrid-exporter
description: |-
ACL for CI Signal Release Team
settings:
Expand Down
2 changes: 1 addition & 1 deletion infra/gcp/infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -331,5 +331,5 @@ infra:
k8s-staging-sp-operator:
k8s-staging-storage-migrator:
k8s-staging-test-infra:
k8s-staging-testgrid-json-exporter:
k8s-staging-testgrid-exporter:
k8s-staging-gmsa-webhook:
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# google group for gcr.io/k8s-staging-testgrid-exporter is [email protected]
registries:
- name: gcr.io/k8s-staging-testgrid-exporter
src: true
- name: us.gcr.io/k8s-artifacts-prod/testgrid-exporter
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: eu.gcr.io/k8s-artifacts-prod/testgrid-exporter
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com
- name: asia.gcr.io/k8s-artifacts-prod/testgrid-exporter
service-account: k8s-infra-gcr-promoter@k8s-artifacts-prod.iam.gserviceaccount.com

This file was deleted.

0 comments on commit 90d6f7a

Please sign in to comment.