| { |
| authorized_users: [ |
| "google.com", |
| "chromium.org", |
| "microsoft.com", |
| "intel.com", |
| "jongmok.kim@navercorp.com" |
| ], |
| cl_comment_template: "<ignored>", |
| client_secret_file: "/etc/skia.org/login.json", |
| frontend: { |
| baseRepoURL: "<inherited from git_repo_url>", |
| defaultCorpus: "android-render-tests", |
| title: "Chrome Public 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", |
| 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", |
| |
| is_public_view: true, |
| publicly_allowed_params: { |
| "android-render-tests": { |
| model: [ |
| "Android SDK built for x86", |
| "AOSP on IA Emulator", |
| "Nexus 5", |
| "Nexus 5X", |
| "Nexus 7", |
| "Pixel 2", |
| "Pixel 3 XL" |
| ], |
| sdk_version: [ |
| "22", |
| "23", |
| "24", |
| "26", |
| "28" |
| ] |
| }, |
| "android-vr-render-tests": {}, // Everything public for this corpus |
| "gtest-pixeltests": {}, // Everything public for this corpus |
| "chrome-gpu": { |
| device_id: [ // Set by desktop machines |
| "0x1050", |
| "0x1cb3", |
| "0x2184", |
| "0x3e92", |
| "0x3e9b", |
| "0x41333430", |
| "0x5912", |
| "0x6613", |
| "0x679e", |
| "0x6821", |
| "0x699f", |
| "0xa2e", |
| "0xc0de", |
| "0xd26", |
| "0xfe9", |
| "0xffff", |
| "None", |
| ], |
| device_string: [ // Set by mobile devices |
| "ANGLE (Apple, Apple M1, OpenGL 4.1 Metal - 76.3)", |
| "ANGLE (Apple, Apple M2, OpenGL 4.1 Metal - 83.1)", |
| "ANGLE (ARM, Mali-G78, OpenGL ES 3.2 v1.r32p1-00pxl0.b7e5868a59a273f4a9f58d1657ef99de)", |
| "ANGLE (Vulkan 1.1.0(SwiftShader Device (LLVM 7.0.1) (0x0000C0DE)))", |
| "ANGLE (Vulkan 1.1.0(SwiftShader Device (LLVM 10.0.0) (0x0000C0DE)))", |
| "ANGLE (Google, Vulkan 1.1.0 (SwiftShader Device (LLVM 10.0.0) (0x0000C0DE)), Google-5.0.0)", |
| "Adreno (TM) 330", |
| "Adreno (TM) 418", |
| "Adreno (TM) 420", |
| "Adreno (TM) 430", |
| "Adreno (TM) 540", |
| "Adreno (TM) 610", |
| "Adreno (TM) 640", |
| "Mali-G52", |
| "Mali-G78", |
| "Mali-T860", |
| "NVIDIA Tegra", |
| "None" |
| ], |
| vendor_id: [ |
| "0x1002", |
| "0x10de", |
| "0x1ae0", |
| "0x1af4", |
| "0x4d4f4351", |
| "0x8086", |
| "0xffff", |
| "None", |
| ], |
| }, |
| "chrome-gpu-gtest": {}, // Everything public for this corpus |
| }, |
| } |