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

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

Issue 937853002: Now that the cq runs tests on rel, the compile-only bug should be dbg. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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
1 { 1 {
2 "experimental_tryjobs": { 2 "experimental_tryjobs": {
3 "10 percent experiment": { 3 "10 percent experiment": {
4 "percentage": 0.1, 4 "percentage": 0.1,
5 "trybots": { 5 "trybots": {
6 "launched": { 6 "launched": {
7 "tryserver.chromium.linux": { 7 "tryserver.chromium.linux": {
8 "linux_android_rel_ng": ["defaulttests"], 8 "linux_android_rel_ng": ["defaulttests"],
9 "linux_chromium_asan_rel_ng": ["defaulttests"] 9 "linux_chromium_asan_rel_ng": ["defaulttests"]
10 }, 10 },
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 } 44 }
45 } 45 }
46 } 46 }
47 } 47 }
48 }, 48 },
49 "trybots": { 49 "trybots": {
50 "launched": { 50 "launched": {
51 "tryserver.chromium.linux": { 51 "tryserver.chromium.linux": {
52 "android_chromium_gn_compile_dbg": ["defaulttests"], 52 "android_chromium_gn_compile_dbg": ["defaulttests"],
53 "android_chromium_gn_compile_rel": ["defaulttests"], 53 "android_chromium_gn_compile_rel": ["defaulttests"],
54 "android_compile_rel": ["defaulttests"], 54 "android_compile_dbg": ["defaulttests"],
55 "chromium_presubmit": ["defaulttests"], 55 "chromium_presubmit": ["defaulttests"],
56 "linux_chromium_asan_rel": ["defaulttests"], 56 "linux_chromium_asan_rel": ["defaulttests"],
57 "linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"], 57 "linux_chromium_chromeos_compile_dbg_ng": ["defaulttests"],
58 "linux_chromium_chromeos_rel_ng": ["defaulttests"], 58 "linux_chromium_chromeos_rel_ng": ["defaulttests"],
59 "linux_chromium_gn_chromeos_rel": ["defaulttests"], 59 "linux_chromium_gn_chromeos_rel": ["defaulttests"],
60 "linux_chromium_gn_dbg": ["defaulttests"], 60 "linux_chromium_gn_dbg": ["defaulttests"],
61 "linux_chromium_gn_rel": ["defaulttests"], 61 "linux_chromium_gn_rel": ["defaulttests"],
62 "linux_chromium_rel_ng": ["defaulttests"], 62 "linux_chromium_rel_ng": ["defaulttests"],
63 "android_rel_tests_recipe": ["defaulttests"], 63 "android_rel_tests_recipe": ["defaulttests"],
64 "android_arm64_dbg_recipe": ["defaulttests"], 64 "android_arm64_dbg_recipe": ["defaulttests"],
(...skipping 24 matching lines...) Expand all
89 "win8_chromium_rel": ["defaulttests"], 89 "win8_chromium_rel": ["defaulttests"],
90 "win_chromium_compile_dbg_ng": ["defaulttests"], 90 "win_chromium_compile_dbg_ng": ["defaulttests"],
91 "win_chromium_rel_ng": ["defaulttests"], 91 "win_chromium_rel_ng": ["defaulttests"],
92 "win_chromium_x64_rel_ng": ["defaulttests"] 92 "win_chromium_x64_rel_ng": ["defaulttests"]
93 } 93 }
94 }, 94 },
95 "triggered": { 95 "triggered": {
96 } 96 }
97 } 97 }
98 } 98 }
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