blob: 028c2146ff1cfbb97f0b7c80abce6fb28a4ce233 [file] [log] [blame]
{
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.
"fleet-chromium-cq@chromeos-service-accounts-dev.iam.gserviceaccount.com",
"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>",
},
prom_port: ":20000",
ready_port: ":7000",
debug_port: ":7001",
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"
}