Skip to content

Commit 4d31760

Browse files
Remove tekton shard from TestGrid merged config.
From config-merger errors, it looks like the config backing the tekton shard no longer exists, which is causing the rest of the configuration merge to fail and leading to stale config for the K8s TestGrid instance. ``` level=error msg="Update failed" component=config-merger error="can't read config \"tekton\" at gs://tekton-prow/testgrid/config: failed to open config: storage: object doesn't exist" ``` Remove the shard (we can re-add it later once the file exists if it's an issue).
1 parent 6f745f8 commit 4d31760

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

config/mergelists/canary.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ sources:
88
location: "gs://istio-testgrid/config"
99
- name: "kubevirt"
1010
location: "gs://kubevirt-prow/testgrid/config"
11-
- name: "tekton"
12-
location: "gs://tekton-prow/testgrid/config"
1311
- name: "cert-manager"
1412
location: "gs://cert-manager-prow-testgrid/config"
1513
- name: "gardener"

config/mergelists/prod.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ sources:
88
location: "gs://istio-testgrid/config"
99
- name: "kubevirt"
1010
location: "gs://kubevirt-prow/testgrid/config"
11-
- name: "tekton"
12-
location: "gs://tekton-prow/testgrid/config"
1311
- name: "cert-manager"
1412
location: "gs://cert-manager-prow-testgrid/config"
1513
- name: "gardener"

0 commit comments

Comments
 (0)