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

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

Issue 2207073002: Slim the CQ down to the GN bots, where they exist. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: one more GN bot Created 4 years, 4 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 commit_burst_delay: 300 7 commit_burst_delay: 300
8 max_commit_burst: 2 8 max_commit_burst: 2
9 9
10 rietveld { 10 rietveld {
11 url: "https://codereview.chromium.org" 11 url: "https://codereview.chromium.org"
12 } 12 }
13 13
14 verifiers { 14 verifiers {
15 reviewer_lgtm { 15 reviewer_lgtm {
16 committer_list: "project-skia-committers" 16 committer_list: "project-skia-committers"
17 dry_run_access_list: "project-skia-tryjob-access" 17 dry_run_access_list: "project-skia-tryjob-access"
18 max_wait_secs: 21600 # 6 hours 18 max_wait_secs: 21600 # 6 hours
19 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM " 19 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM "
20 "from a\nfull Skia committer" 20 "from a\nfull Skia committer"
21 } 21 }
22 22
23 tree_status { 23 tree_status {
24 tree_status_url: "https://skia-tree-status.appspot.com" 24 tree_status_url: "https://skia-tree-status.appspot.com"
25 } 25 }
26 26
27 try_job { 27 try_job {
28 buckets { 28 buckets {
29 name: "master.client.skia" 29 name: "master.client.skia"
30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" } 30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-GN-Trybot" }
31 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" } 31 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" }
32 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-Trybo t" } 32 builders { name: "Test-Ubuntu-GCC-ShuttleA-GPU-GTX660-x86_64-Release-GN-Tr ybot" }
33 } 33 }
34 buckets { 34 buckets {
35 name: "master.client.skia.compile" 35 name: "master.client.skia.compile"
36 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" } 36 builders { name: "Build-Mac-Clang-x86_64-Release-GN-Trybot" }
37 builders { name: "Build-Mac-Clang-x86_64-Release-Trybot" }
38 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" } 37 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-GN-Trybot" }
39 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" }
40 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" } 38 builders { name: "Build-Ubuntu-GCC-Arm64-Debug-Android-Trybot" }
41 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" } 39 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" }
42 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" }
43 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" }
44 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" } 42 builders { name: "Build-Ubuntu-GCC-x86_64-Release-GN-Trybot" }
45 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
46 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } 43 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
47 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } 44 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
48 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" } 45 builders { name: "Build-Win-MSVC-x86_64-Release-Vulkan-Trybot" }
49 } 46 }
50 buckets { 47 buckets {
51 name: "master.client.skia.fyi" 48 name: "master.client.skia.fyi"
52 builders { name: "skia_presubmit-Trybot" } 49 builders { name: "skia_presubmit-Trybot" }
53 } 50 }
54 buckets { 51 buckets {
55 name: "master.tryserver.chromium.mac" 52 name: "master.tryserver.chromium.mac"
56 # At time of writing, this is the fastest Chrome compile bot on average. 53 # At time of writing, this is the fastest Chrome compile bot on average.
57 builders { name: "mac_chromium_compile_dbg_ng" } 54 builders { name: "mac_chromium_compile_dbg_ng" }
58 } 55 }
59 try_job_retry_config { 56 try_job_retry_config {
60 try_job_retry_quota: 1 57 try_job_retry_quota: 1
61 global_retry_quota: 2 58 global_retry_quota: 2
62 failure_retry_weight: 2 59 failure_retry_weight: 2
63 transient_failure_retry_weight: 1 60 transient_failure_retry_weight: 1
64 timeout_retry_weight: 2 61 timeout_retry_weight: 2
65 } 62 }
66 } 63 }
67 64
68 sign_cla {} 65 sign_cla {}
69 } 66 }
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