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

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

Issue 1153093004: Added CQ config to skia repo (Closed) Base URL: https://skia.googlesource.com/skia.git/@master
Patch Set: Added a comment to refs.cfg Created 5 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 | « infra/branch-config/README.md ('k') | infra/project-config/README » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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.
3
4 version: 1
5 cq_name: "skia"
6 cq_status_url: "https://chromium-cq-status.appspot.com"
7 commit_burst_delay: 300
8 max_commit_burst: 2
9
10 rietveld {
11 url: "https://codereview.chromium.org"
12 }
13
14 verifiers {
15 reviewer_lgtm {
16 committer_list: "skia"
17 max_wait_secs: 21600 # 6 hours
18 no_lgtm_msg: "No LGTM from a valid reviewer yet. Please ask for an LGTM "
19 "from a\nfull Skia committer from\n"
20 "https://skia.googlesource.com/skia/+/master/CQ_COMMITTERS"
21 }
22
23 tree_status {
24 tree_status_url: "https://skia-tree-status.appspot.com"
25 }
26
27 try_job {
28 buckets {
29 name: "client.skia"
30 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug-Trybot" }
31 builders { name: "Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Shared-Trybo t" }
32 }
33 buckets {
34 name: "client.skia.compile"
35 builders { name: "Build-Mac10.8-Clang-x86_64-Release-Trybot" }
36 builders { name: "Build-Ubuntu-Clang-x86_64-Debug-Trybot" }
37 builders { name: "Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot" }
38 builders { name: "Build-Ubuntu-GCC-Mips-Debug-Android-Trybot" }
39 builders { name: "Build-Ubuntu-GCC-x86_64-Release-Trybot" }
40 builders { name: "Build-Win-MSVC-x86-Debug-Trybot" }
41 builders { name: "Build-Win-MSVC-x86_64-Debug-Trybot" }
42 }
43 buckets {
44 name: "client.skia.fyi"
45 builders { name: "skia_presubmit-Trybot" }
46 }
47 }
48 }
OLDNEW
« no previous file with comments | « infra/branch-config/README.md ('k') | infra/project-config/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698