Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(193)

Side by Side Diff: infra/branch-config/cq.cfg

Issue 2346463002: CQ update (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Commit Queue configuration file. The documentation of the format can be found 1 # Commit Queue configuration file. The documentation of the format can be found
2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg. 2 # at http://luci-config.appspot.com/schemas/projects/refs:cq.cfg.
3 3
4 version: 1 4 version: 1
5 cq_name: "skia" 5 cq_name: "skia"
6 cq_status_url: "https://chromium-cq-status.appspot.com" 6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 git_repo_url: "https://skia.googlesource.com/skia/" 7 git_repo_url: "https://skia.googlesource.com/skia/"
8 gerrit {} 8 gerrit {}
9 9
10 commit_burst_delay: 300 10 commit_burst_delay: 300
(...skipping 13 matching lines...) Expand all
24 } 24 }
25 25
26 tree_status { 26 tree_status {
27 tree_status_url: "https://skia-tree-status.appspot.com" 27 tree_status_url: "https://skia-tree-status.appspot.com"
28 } 28 }
29 29
30 try_job { 30 try_job {
31 buckets { 31 buckets {
32 name: "master.client.skia" 32 name: "master.client.skia"
33 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" } 33 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" }
34 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" }
35 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr ybot" } 34 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr ybot" }
36 } 35 }
37 buckets { 36 buckets {
38 name: "master.client.skia.compile" 37 name: "master.client.skia.compile"
39 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } 38 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" }
40 builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" } 39 builders { name: "Build-Ubuntu-Clang-arm-Debug-GN_Android-Trybot" }
41 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" } 40 builders { name: "Build-Ubuntu-Clang-arm64-Debug-GN_Android-Trybot" }
42 builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" } 41 builders { name: "Build-Ubuntu-Clang-mips64el-Debug-GN_Android-Trybot" }
43 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } 42 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" }
44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } 43 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" }
45 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } 44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" }
46 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } 45 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
47 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
48 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } 46 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" }
49 } 47 }
50 buckets { 48 buckets {
51 name: "master.client.skia.fyi" 49 name: "master.client.skia.fyi"
52 builders { name: "skia_presubmit-Trybot" } 50 builders { name: "skia_presubmit-Trybot" }
53 } 51 }
54 buckets { 52 buckets {
55 name: "master.client.skia.android" 53 name: "master.client.skia.android"
56 builders { 54 builders {
57 name: "Test-Android-GCC-Nexus5-GPU-Adreno330-Arm7-Release-Trybot" 55 name: "Test-Android-Clang-Nexus5-GPU-Adreno330-arm-Release-GN_Android-Tr ybot"
58 experiment_percentage: 100 56 experiment_percentage: 100
59 } 57 }
60 } 58 }
61 buckets { 59 buckets {
62 name: "master.tryserver.chromium.mac" 60 name: "master.tryserver.chromium.mac"
63 # At time of writing, this is the fastest Chrome compile bot on average. 61 # At time of writing, this is the fastest Chrome compile bot on average.
64 builders { name: "mac_chromium_compile_dbg_ng" } 62 builders { name: "mac_chromium_compile_dbg_ng" }
65 } 63 }
66 try_job_retry_config { 64 try_job_retry_config {
67 try_job_retry_quota: 1 65 try_job_retry_quota: 1
68 global_retry_quota: 2 66 global_retry_quota: 2
69 failure_retry_weight: 2 67 failure_retry_weight: 2
70 transient_failure_retry_weight: 1 68 transient_failure_retry_weight: 1
71 timeout_retry_weight: 2 69 timeout_retry_weight: 2
72 } 70 }
73 } 71 }
74 72
75 sign_cla {} 73 sign_cla {}
76 } 74 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698