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

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

Issue 851503003: Update from https://crrev.com/311076 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/chromoting/browser_test_commands_linux.txt ('k') | third_party/qcms/README.chromium » ('j') | 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_chromium_asan_rel_ng": ["defaulttests"] 8 "linux_chromium_asan_rel_ng": ["defaulttests"]
9 }, 9 },
10 "tryserver.chromium.mac": { 10 "tryserver.chromium.mac": {
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "components_unittests", 72 "components_unittests",
73 "content_unittests", 73 "content_unittests",
74 "crypto_unittests", 74 "crypto_unittests",
75 "url_unittests", 75 "url_unittests",
76 "net_unittests", 76 "net_unittests",
77 "sql_unittests", 77 "sql_unittests",
78 "ui_unittests", 78 "ui_unittests",
79 "sync_unit_tests", 79 "sync_unit_tests",
80 "gfx_unittests" 80 "gfx_unittests"
81 ], 81 ],
82 "ios_rel_device": ["compile"], 82 "ios_rel_device_ng": ["defaulttests"],
83 "ios_rel_device_ninja": ["compile"] 83 "ios_rel_device_ninja_ng": ["defaulttests"]
84 }, 84 },
85 "tryserver.chromium.win": { 85 "tryserver.chromium.win": {
86 "win_chromium_compile_dbg": ["defaulttests"], 86 "win_chromium_compile_dbg": ["defaulttests"],
87 "win_chromium_rel_ng": ["defaulttests"], 87 "win_chromium_rel_ng": ["defaulttests"],
88 "win_chromium_x64_rel_ng": ["defaulttests"], 88 "win_chromium_x64_rel_ng": ["defaulttests"],
89 "win8_chromium_rel": ["defaulttests"] 89 "win8_chromium_rel": ["defaulttests"]
90 }, 90 },
91 "tryserver.chromium.gpu": { 91 "tryserver.chromium.gpu": {
92 "linux_gpu": ["defaulttests"], 92 "linux_gpu": ["defaulttests"],
93 "linux_gpu_triggered_tests": ["defaulttests"], 93 "linux_gpu_triggered_tests": ["defaulttests"],
94 "win_gpu": ["defaulttests"], 94 "win_gpu": ["defaulttests"],
95 "win_gpu_triggered_tests": ["defaulttests"] 95 "win_gpu_triggered_tests": ["defaulttests"]
96 } 96 }
97 }, 97 },
98 "triggered": { 98 "triggered": {
99 "tryserver.chromium.gpu": { 99 "tryserver.chromium.gpu": {
100 "linux_gpu_triggered_tests": "linux_gpu", 100 "linux_gpu_triggered_tests": "linux_gpu",
101 "win_gpu_triggered_tests": "win_gpu" 101 "win_gpu_triggered_tests": "win_gpu"
102 } 102 }
103 } 103 }
104 } 104 }
105 } 105 }
OLDNEW
« no previous file with comments | « testing/chromoting/browser_test_commands_linux.txt ('k') | third_party/qcms/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698