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

Side by Side Diff: testing/buildbot/chromium.chromiumos.json

Issue 2835163002: Enable mus_browser_tests on trybot (Closed)
Patch Set: Created 3 years, 7 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 | testing/buildbot/filters/BUILD.gn » ('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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 }, 287 },
288 "test": "message_center_unittests" 288 "test": "message_center_unittests"
289 }, 289 },
290 { 290 {
291 "swarming": { 291 "swarming": {
292 "can_use_on_swarming_builders": true 292 "can_use_on_swarming_builders": true
293 }, 293 },
294 "test": "midi_unittests" 294 "test": "midi_unittests"
295 }, 295 },
296 { 296 {
297 "args": [
298 "--ozone-platform=headless",
299 "--override-use-software-gl-for-tests",
300 "--test-launcher-filter-file=../../testing/buildbot/filters/mus.browse r_tests.filter"
301 ],
302 "hard_timeout": 60,
303 "swarming": {
304 "can_use_on_swarming_builders": true
305 },
306 "test": "mus_browser_tests"
307 },
308 {
297 "swarming": { 309 "swarming": {
298 "can_use_on_swarming_builders": true 310 "can_use_on_swarming_builders": true
299 }, 311 },
300 "test": "mus_demo_unittests" 312 "test": "mus_demo_unittests"
301 }, 313 },
302 { 314 {
303 "swarming": { 315 "swarming": {
304 "can_use_on_swarming_builders": true 316 "can_use_on_swarming_builders": true
305 }, 317 },
306 "test": "mus_gpu_unittests" 318 "test": "mus_gpu_unittests"
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1201 }, 1213 },
1202 { 1214 {
1203 "swarming": { 1215 "swarming": {
1204 "can_use_on_swarming_builders": true 1216 "can_use_on_swarming_builders": true
1205 }, 1217 },
1206 "test": "wm_unittests" 1218 "test": "wm_unittests"
1207 } 1219 }
1208 ] 1220 ]
1209 } 1221 }
1210 } 1222 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698