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

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

Issue 2087913003: Revert of add a Chrome builder to the CQ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 6 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 {
(...skipping 29 matching lines...) Expand all
40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" } 40 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" }
41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" } 41 builders { name: "Build-Ubuntu-GCC-x86_64-Release-CMake-Trybot" }
42 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" } 42 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
43 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" } 43 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
44 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" } 44 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
45 } 45 }
46 buckets { 46 buckets {
47 name: "client.skia.fyi" 47 name: "client.skia.fyi"
48 builders { name: "skia_presubmit-Trybot" } 48 builders { name: "skia_presubmit-Trybot" }
49 } 49 }
50 buckets {
51 name: "master.tryserver.chromium.mac"
52 # At time of writing, this is the fastest Chrome compile bot on average.
53 builders { name: "mac_chromium_compile_dbg_ng" }
54 }
55 try_job_retry_config { 50 try_job_retry_config {
56 try_job_retry_quota: 1 51 try_job_retry_quota: 1
57 global_retry_quota: 2 52 global_retry_quota: 2
58 failure_retry_weight: 2 53 failure_retry_weight: 2
59 transient_failure_retry_weight: 1 54 transient_failure_retry_weight: 1
60 timeout_retry_weight: 2 55 timeout_retry_weight: 2
61 } 56 }
62 } 57 }
63 58
64 sign_cla {} 59 sign_cla {}
65 } 60 }
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