k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/testgrid/merging.md (about) 1 # Config Merger 2 3 TestGrid is running a [Config Merger](https://github.com/GoogleCloudPlatform/testgrid/tree/master/cmd/config_merger) 4 to combine 5 configurations from multiple Prow instances. You can have your Prow results 6 appear in TestGrid via Config Merger. 7 8 1. Add Configurator Prow Job to _your_ Prow instance. You can use the 9 [example prowjobs](./config-merger-prowjob-example.yaml) as a template. 10 11 2. Give k8s-testgrid permission to read your configuration: 12 - `testgrid-canary@k8s-testgrid.iam.gserviceaccount.com` for canary.yaml 13 - `updater@k8s-testgrid.iam.gserviceaccount.com` for prod.yaml 14 15 3. Add Configurator's cloud location to the [mergelists](/config/mergelists).