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

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

Issue 1025553007: Move entire CQ config to the V8 repository (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 9 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 { 1 {
2 "trybots": { 2 "commit_burst_delay": 60,
3 "launched": { 3 "commit_user": "commit-bot@chromium.org",
4 "tryserver.v8": { 4 "committer_project": "v8",
5 "v8_android_arm_compile_rel": ["defaulttests"], 5 "cq_status_url": "https://chromium-cq-status.appspot.com",
6 "v8_linux64_asan_rel": ["defaulttests"], 6 "git_repo_url": "https://chromium.googlesource.com/v8/v8",
7 "v8_linux64_rel": ["defaulttests"], 7 "hide_ref_in_committed_msg": true,
8 "v8_linux_arm64_rel": ["defaulttests"], 8 "max_commit_burst": 1,
9 "v8_linux_arm_rel": ["defaulttests"], 9 "project_bases": [
10 "v8_linux_chromium_gn_rel": ["defaulttests"], 10 ".*"
11 "v8_linux_gcc_compile_rel": ["defaulttests"], 11 ],
12 "v8_linux_nodcheck_rel": ["defaulttests"], 12 "project_bases_legacy_from_git_repo_url": true,
13 "v8_linux_rel": ["defaulttests"], 13 "remote_branch": "refs/pending/heads/master",
14 "v8_linux_dbg": ["defaulttests"], 14 "rietveld_url": "https://codereview.chromium.org",
15 "v8_mac_rel": ["defaulttests"], 15 "rietveld_user": "commit-bot@chromium.org",
16 "v8_presubmit": ["defaulttests"], 16 "skip_throttle_users": [
17 "v8_win64_rel": ["defaulttests"], 17 "commit-bot@chromium.org"
18 "v8_win_compile_dbg": ["defaulttests"], 18 ],
19 "v8_win_rel": ["defaulttests"] 19 "tree_status_url": "https://v8-status.appspot.com",
20 } 20 "verifiers_no_patch": {
21 }, 21 "experimental_try_job_verifier": {},
22 "triggered": {} 22 "reviewer_lgtm_verifier": {},
23 "tree_status_verifier": {},
24 "try_job_verifier": {
25 "launched": {
26 "tryserver.v8": {
27 "v8_android_arm_compile_rel": [
28 "defaulttests"
29 ],
30 "v8_linux64_asan_rel": [
31 "defaulttests"
32 ],
33 "v8_linux64_rel": [
34 "defaulttests"
35 ],
36 "v8_linux_arm64_rel": [
37 "defaulttests"
38 ],
39 "v8_linux_arm_rel": [
40 "defaulttests"
41 ],
42 "v8_linux_chromium_gn_rel": [
43 "defaulttests"
44 ],
45 "v8_linux_dbg": [
46 "defaulttests"
47 ],
48 "v8_linux_gcc_compile_rel": [
49 "defaulttests"
50 ],
51 "v8_linux_nodcheck_rel": [
52 "defaulttests"
53 ],
54 "v8_linux_rel": [
55 "defaulttests"
56 ],
57 "v8_mac_rel": [
58 "defaulttests"
59 ],
60 "v8_presubmit": [
61 "defaulttests"
62 ],
63 "v8_win64_rel": [
64 "defaulttests"
65 ],
66 "v8_win_compile_dbg": [
67 "defaulttests"
68 ],
69 "v8_win_rel": [
70 "defaulttests"
71 ]
72 }
73 },
74 "triggered": {}
75 }
23 } 76 }
24 } 77 }
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