| { |
| authorized_users: [ |
| "google.com", "chrome-gpu-gold@chops-service-accounts.iam.gserviceaccount.com", |
| "chrome-gold-internal@chops-service-accounts.iam.gserviceaccount.com", |
| "chrome-gold@chops-service-accounts.iam.gserviceaccount.com", |
| "chromium-tester@chops-service-accounts.iam.gserviceaccount.com", |
| "chrome-tester@chops-service-accounts.iam.gserviceaccount.com", |
| // Chromium ChromeOS tests running in Skylab. |
| "skylab-drone@chromeos-service-accounts.iam.gserviceaccount.com" |
| ], |
| client_secret_file: "/etc/skia.org/login.json", |
| force_login: true, // This instance requires authentication. It has a public view (chrome-public) |
| frontend: { |
| baseRepoURL: "<inherited from git_repo_url>", |
| defaultCorpus: "android-render-tests", |
| title: "Chrome Gold", |
| customTriagingDisallowedMsg: "<p>Triaging is disallowed as per the <strong>disallow_triaging</strong> optional key.</p> <p>If this change is expected, find the line of code that produces the test name and increment the revision number by one.</p> <p>For more information, see the instructions <a href=\"https://source.chromium.org/chromium/chromium/src/+/main:ash/test/pixel/test_failure_triage.md\">here</a>.</p>", |
| }, |
| grouping_param_keys_by_corpus: { |
| "android-render-tests": ["name", "source_type"], |
| "android-render-tests-internal": ["name", "source_type"], |
| "chrome-gpu": ["name", "source_type"], |
| "chrome-gpu-gtest": ["name", "source_type"], |
| "finch-smoke-tests": ["name", "source_type"], |
| "gtest-pixeltests": ["name", "source_type"], |
| }, |
| prom_port: ":20000", |
| ready_port: ":8000", |
| public_site_url: "https://chrome-public-gold.skia.org", |
| resources_path: "/usr/local/share/frontend/dist", |
| |
| // These values affect the k8s deployment; they are not read in by the binary. |
| K8S_CPU: "200m", |
| K8S_LOGIN_SECRETS: "skia-org-legacy-login-secrets", |
| K8S_MEMORY: "1000Mi" |
| } |