You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
0 commit comments