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

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

Issue 940393002: Migrate CQ trybot config to v8 repo. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 10 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
(Empty)
1 {
2 "trybots": {
3 "launched": {
4 "tryserver.v8": {
5 "v8_android_arm_compile_rel": ["defaulttests"],
6 "v8_linux64_asan_rel": ["defaulttests"],
7 "v8_linux64_rel": ["defaulttests"],
8 "v8_linux_arm64_rel": ["defaulttests"],
9 "v8_linux_arm_rel": ["defaulttests"],
10 "v8_linux_chromium_gn_rel": ["defaulttests"],
11 "v8_linux_gcc_compile_rel": ["defaulttests"],
12 "v8_linux_nodcheck_rel": ["defaulttests"],
13 "v8_linux_rel": ["defaulttests"],
14 "v8_mac_rel": ["defaulttests"],
15 "v8_presubmit": ["defaulttests"],
16 "v8_win64_rel": ["defaulttests"],
17 "v8_win_compile_dbg": ["defaulttests"],
18 "v8_win_rel": ["defaulttests"]
19 }
20 }
21 }
22 }
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