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

Side by Side Diff: testing/commit_queue/config.json

Issue 1161873004: Converted V8 CQ config to proto-format (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Added new files 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 | « testing/commit_queue/OWNERS ('k') | 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
(Empty)
1 {
2 "commit_burst_delay": 60,
3 "commit_user": "commit-bot@chromium.org",
4 "cq_status_url": "https://chromium-cq-status.appspot.com",
5 "git_repo_url": "https://chromium.googlesource.com/v8/v8",
6 "hide_ref_in_committed_msg": true,
7 "max_commit_burst": 1,
8 "remote_branch": "refs/pending/heads/master",
9 "rietveld_url": "https://codereview.chromium.org",
10 "rietveld_auth": "oauth2",
11 "skip_throttle_users": [
12 "commit-bot@chromium.org"
13 ],
14 "verifiers_no_patch": {
15 "experimental_try_job_verifier": {},
16 "reviewer_lgtm_verifier": {
17 "committer_project": "v8"
18 },
19 "tree_status_verifier": {
20 "tree_status_url": "https://v8-status.appspot.com"
21 },
22 "try_job_verifier": {
23 "launched": {
24 "tryserver.v8": {
25 "v8_android_arm_compile_rel": [
26 "defaulttests"
27 ],
28 "v8_linux64_asan_rel": [
29 "defaulttests"
30 ],
31 "v8_linux64_avx2_rel": [
32 "defaulttests"
33 ],
34 "v8_linux64_rel": [
35 "defaulttests"
36 ],
37 "v8_linux_arm64_rel": [
38 "defaulttests"
39 ],
40 "v8_linux_arm_rel": [
41 "defaulttests"
42 ],
43 "v8_linux_chromium_gn_rel": [
44 "defaulttests"
45 ],
46 "v8_linux_dbg": [
47 "defaulttests"
48 ],
49 "v8_linux_gcc_compile_rel": [
50 "defaulttests"
51 ],
52 "v8_linux_mipsel_compile_rel": [
53 "defaulttests"
54 ],
55 "v8_linux_mips64el_compile_rel": [
56 "defaulttests"
57 ],
58 "v8_linux_nodcheck_rel": [
59 "defaulttests"
60 ],
61 "v8_linux_rel": [
62 "defaulttests"
63 ],
64 "v8_mac_rel": [
65 "defaulttests"
66 ],
67 "v8_presubmit": [
68 "defaulttests"
69 ],
70 "v8_win64_rel": [
71 "defaulttests"
72 ],
73 "v8_win_compile_dbg": [
74 "defaulttests"
75 ],
76 "v8_win_nosnap_shared_compile_rel": [
77 "defaulttests"
78 ],
79 "v8_win_rel": [
80 "defaulttests"
81 ]
82 }
83 },
84 "triggered": {}
85 }
86 },
87 "version": 1
88 }
OLDNEW
« no previous file with comments | « testing/commit_queue/OWNERS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698