Skip to content

Commit ff82a14

Browse files
authored
Merge pull request #31676 from ameukam/fix-sync-script-part2
k8s-infra: drop alerting for AR sync script
2 parents d507ac3 + 3da3c8d commit ff82a14

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

config/jobs/kubernetes/sig-k8s-infra/trusted/releng/sync-ar-repos.yaml

Lines changed: 12 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ periodics:
99
testgrid-dashboards: sig-k8s-infra-registry
1010
testgrid-tab-name: sync-to-ar-repo-asia-east2
1111
testgrid-description: 'Sync AR repo from us-central1 to asia-east2'
12-
testgrid-alert-email: [email protected]
1312
testgrid-num-failures-to-alert: '3'
1413
rerun_auth_config:
1514
github_team_slugs:
@@ -40,7 +39,6 @@ periodics:
4039
testgrid-dashboards: sig-k8s-infra-registry
4140
testgrid-tab-name: sync-to-ar-repo-europe-west3
4241
testgrid-description: 'Sync AR repo from us-central1 to europe-west3'
43-
testgrid-alert-email: [email protected]
4442
testgrid-num-failures-to-alert: '3'
4543
rerun_auth_config:
4644
github_team_slugs:
@@ -61,17 +59,16 @@ periodics:
6159
- --allow-nondistributable-artifacts
6260
- us-central1-docker.pkg.dev/k8s-artifacts-prod/images
6361
- europe-west3-docker.pkg.dev/k8s-artifacts-prod/images
64-
- name: sync-to-ar-eureope-west10
62+
- name: sync-to-ar-europe-west10
6563
cluster: k8s-infra-prow-build-trusted
6664
interval: 2h
6765
decorate: true
6866
decoration_config:
6967
timeout: 100m
7068
annotations:
7169
testgrid-dashboards: sig-k8s-infra-registry
72-
testgrid-tab-name: sync-to-ar-repo-eureope-west10
73-
testgrid-description: 'Sync AR repo from us-central1 to eureope-west10'
74-
testgrid-alert-email: [email protected]
70+
testgrid-tab-name: sync-to-ar-repo-europe-west10
71+
testgrid-description: 'Sync AR repo from us-central1 to europe-west10'
7572
testgrid-num-failures-to-alert: '3'
7673
rerun_auth_config:
7774
github_team_slugs:
@@ -91,18 +88,17 @@ periodics:
9188
- --recursive
9289
- --allow-nondistributable-artifacts
9390
- us-central1-docker.pkg.dev/k8s-artifacts-prod/images
94-
- eureope-west10-docker.pkg.dev/k8s-artifacts-prod/images
95-
- name: sync-to-ar-eureope-west12
91+
- europe-west10-docker.pkg.dev/k8s-artifacts-prod/images
92+
- name: sync-to-ar-europe-west12
9693
cluster: k8s-infra-prow-build-trusted
9794
interval: 2h
9895
decorate: true
9996
decoration_config:
10097
timeout: 100m
10198
annotations:
10299
testgrid-dashboards: sig-k8s-infra-registry
103-
testgrid-tab-name: sync-to-ar-repo-eureope-west12
104-
testgrid-description: 'Sync AR repo from us-central1 to eureope-west12'
105-
testgrid-alert-email: [email protected]
100+
testgrid-tab-name: sync-to-ar-repo-europe-west12
101+
testgrid-description: 'Sync AR repo from us-central1 to europe-west12'
106102
testgrid-num-failures-to-alert: '3'
107103
rerun_auth_config:
108104
github_team_slugs:
@@ -122,7 +118,7 @@ periodics:
122118
- --recursive
123119
- --allow-nondistributable-artifacts
124120
- us-central1-docker.pkg.dev/k8s-artifacts-prod/images
125-
- eureope-west12-docker.pkg.dev/k8s-artifacts-prod/images
121+
- europe-west12-docker.pkg.dev/k8s-artifacts-prod/images
126122
- name: sync-to-ar-us-west3
127123
cluster: k8s-infra-prow-build-trusted
128124
interval: 2h
@@ -133,7 +129,6 @@ periodics:
133129
testgrid-dashboards: sig-k8s-infra-registry
134130
testgrid-tab-name: sync-to-ar-repo-us-west3
135131
testgrid-description: 'Sync AR repo from us-central1 to us-west3'
136-
testgrid-alert-email: [email protected]
137132
testgrid-num-failures-to-alert: '3'
138133
rerun_auth_config:
139134
github_team_slugs:
@@ -164,7 +159,6 @@ periodics:
164159
testgrid-dashboards: sig-k8s-infra-registry
165160
testgrid-tab-name: sync-to-ar-repo-us-west4
166161
testgrid-description: 'Sync AR repo from us-central1 to us-west4'
167-
testgrid-alert-email: [email protected]
168162
testgrid-num-failures-to-alert: '3'
169163
rerun_auth_config:
170164
github_team_slugs:
@@ -185,17 +179,16 @@ periodics:
185179
- --allow-nondistributable-artifacts
186180
- us-central1-docker.pkg.dev/k8s-artifacts-prod/images
187181
- us-west4-docker.pkg.dev/k8s-artifacts-prod/images
188-
- name: sync-to-ar-southamerica-west1
182+
- name: sync-to-ar-southamerica-east1
189183
cluster: k8s-infra-prow-build-trusted
190184
interval: 2h
191185
decorate: true
192186
decoration_config:
193187
timeout: 100m
194188
annotations:
195189
testgrid-dashboards: sig-k8s-infra-registry
196-
testgrid-tab-name: sync-to-ar-repo-southamerica-west1
197-
testgrid-description: 'Sync AR repo from us-central1 to southamerica-west1'
198-
testgrid-alert-email: [email protected]
190+
testgrid-tab-name: sync-to-ar-repo-southamerica-east1
191+
testgrid-description: 'Sync AR repo from us-central1 to southamerica-east1'
199192
testgrid-num-failures-to-alert: '3'
200193
rerun_auth_config:
201194
github_team_slugs:
@@ -215,4 +208,4 @@ periodics:
215208
- --recursive
216209
- --allow-nondistributable-artifacts
217210
- us-central1-docker.pkg.dev/k8s-artifacts-prod/images
218-
- southamerica-west1-docker.pkg.dev/k8s-artifacts-prod/images
211+
- southamerica-east1-docker.pkg.dev/k8s-artifacts-prod/images

config/jobs/kubernetes/sig-k8s-infra/trusted/releng/sync-ar.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ readonly OUTPUT="${SCRIPT_DIR}/sync-ar-repos.yaml"
2626
readonly AR_REGIONS=(
2727
asia-east2
2828
europe-west3
29-
eureope-west10
30-
eureope-west12
29+
europe-west10
30+
europe-west12
3131
us-west3
3232
us-west4
33-
southamerica-west1
33+
southamerica-east1
3434
)
3535

3636
cat >"${OUTPUT}" <<EOF
@@ -49,7 +49,6 @@ for ar_region in "${AR_REGIONS[@]}"; do
4949
testgrid-dashboards: sig-k8s-infra-registry
5050
testgrid-tab-name: sync-to-ar-repo-${ar_region}
5151
testgrid-description: 'Sync AR repo from us-central1 to ${ar_region}'
52-
testgrid-alert-email: [email protected]
5352
testgrid-num-failures-to-alert: '3'
5453
rerun_auth_config:
5554
github_team_slugs:

0 commit comments

Comments
 (0)