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

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

Issue 2520183002: Makes mash_browser_tests timeout after 1 minute. (Closed)
Patch Set: Created 4 years, 1 month 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 "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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 }, 60 },
61 "test": "base_unittests" 61 "test": "base_unittests"
62 }, 62 },
63 { 63 {
64 "args": [ 64 "args": [
65 "--override-use-gl-with-osmesa-for-tests", 65 "--override-use-gl-with-osmesa-for-tests",
66 "--run-in-mash", 66 "--run-in-mash",
67 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter", 67 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
68 "--use-test-config" 68 "--use-test-config"
69 ], 69 ],
70 "hard_timeout": 60,
70 "name": "mash_browser_tests", 71 "name": "mash_browser_tests",
71 "swarming": { 72 "swarming": {
72 "can_use_on_swarming_builders": false 73 "can_use_on_swarming_builders": false
73 }, 74 },
74 "test": "browser_tests" 75 "test": "browser_tests"
75 }, 76 },
76 { 77 {
77 "swarming": { 78 "swarming": {
78 "can_use_on_swarming_builders": true 79 "can_use_on_swarming_builders": true
79 }, 80 },
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 }, 467 },
467 "test": "base_unittests" 468 "test": "base_unittests"
468 }, 469 },
469 { 470 {
470 "args": [ 471 "args": [
471 "--override-use-gl-with-osmesa-for-tests", 472 "--override-use-gl-with-osmesa-for-tests",
472 "--run-in-mash", 473 "--run-in-mash",
473 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter", 474 "--test-launcher-filter-file=src/testing/buildbot/filters/mash.browser _tests.filter",
474 "--use-test-config" 475 "--use-test-config"
475 ], 476 ],
477 "hard_timeout": 60,
476 "name": "mash_browser_tests", 478 "name": "mash_browser_tests",
477 "swarming": { 479 "swarming": {
478 "can_use_on_swarming_builders": false 480 "can_use_on_swarming_builders": false
479 }, 481 },
480 "test": "browser_tests" 482 "test": "browser_tests"
481 }, 483 },
482 { 484 {
483 "swarming": { 485 "swarming": {
484 "can_use_on_swarming_builders": true, 486 "can_use_on_swarming_builders": true,
485 "shards": 5 487 "shards": 5
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
1140 }, 1142 },
1141 { 1143 {
1142 "swarming": { 1144 "swarming": {
1143 "can_use_on_swarming_builders": true 1145 "can_use_on_swarming_builders": true
1144 }, 1146 },
1145 "test": "wm_unittests" 1147 "test": "wm_unittests"
1146 } 1148 }
1147 ] 1149 ]
1148 } 1150 }
1149 } 1151 }
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