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

Side by Side Diff: testing/buildbot/chromium.gpu.fyi.json

Issue 2694193005: Disable service_unittests on Mac Pros. (Closed)
Patch Set: Created 3 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 | « content/test/gpu/generate_buildbot_json.py ('k') | 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 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {}, 2 "AAAAA1 AUTOGENERATED FILE DO NOT EDIT": {},
3 "AAAAA2 See generate_buildbot_json.py to make changes": {}, 3 "AAAAA2 See generate_buildbot_json.py to make changes": {},
4 "Android Release (Nexus 5)": { 4 "Android Release (Nexus 5)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_unittests", 7 "override_isolate_target": "angle_unittests",
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false, 9 "can_use_on_swarming_builders": false,
10 "cipd_packages": [ 10 "cipd_packages": [
(...skipping 7103 matching lines...) Expand 10 before | Expand all | Expand 10 after
7114 "can_use_on_swarming_builders": false, 7114 "can_use_on_swarming_builders": false,
7115 "dimension_sets": [ 7115 "dimension_sets": [
7116 { 7116 {
7117 "gpu": "1002:679e", 7117 "gpu": "1002:679e",
7118 "os": "Mac-10.10" 7118 "os": "Mac-10.10"
7119 } 7119 }
7120 ] 7120 ]
7121 }, 7121 },
7122 "test": "gles2_conform_test", 7122 "test": "gles2_conform_test",
7123 "use_xvfb": false 7123 "use_xvfb": false
7124 },
7125 {
7126 "args": [
7127 "--gtest_filter=*Detection*",
7128 "--use-gpu-in-tests"
7129 ],
7130 "swarming": {
7131 "can_use_on_swarming_builders": false,
7132 "dimension_sets": [
7133 {
7134 "gpu": "1002:679e",
7135 "os": "Mac-10.10"
7136 }
7137 ]
7138 },
7139 "test": "service_unittests",
7140 "use_xvfb": false
7141 } 7124 }
7142 ], 7125 ],
7143 "isolated_scripts": [ 7126 "isolated_scripts": [
7144 { 7127 {
7145 "args": [ 7128 "args": [
7146 "context_lost", 7129 "context_lost",
7147 "--show-stdout", 7130 "--show-stdout",
7148 "--browser=debug", 7131 "--browser=debug",
7149 "-v", 7132 "-v",
7150 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7133 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
7475 "can_use_on_swarming_builders": false, 7458 "can_use_on_swarming_builders": false,
7476 "dimension_sets": [ 7459 "dimension_sets": [
7477 { 7460 {
7478 "gpu": "1002:679e", 7461 "gpu": "1002:679e",
7479 "os": "Mac-10.10" 7462 "os": "Mac-10.10"
7480 } 7463 }
7481 ] 7464 ]
7482 }, 7465 },
7483 "test": "gles2_conform_test", 7466 "test": "gles2_conform_test",
7484 "use_xvfb": false 7467 "use_xvfb": false
7485 },
7486 {
7487 "args": [
7488 "--gtest_filter=*Detection*",
7489 "--use-gpu-in-tests"
7490 ],
7491 "swarming": {
7492 "can_use_on_swarming_builders": false,
7493 "dimension_sets": [
7494 {
7495 "gpu": "1002:679e",
7496 "os": "Mac-10.10"
7497 }
7498 ]
7499 },
7500 "test": "service_unittests",
7501 "use_xvfb": false
7502 } 7468 }
7503 ], 7469 ],
7504 "isolated_scripts": [ 7470 "isolated_scripts": [
7505 { 7471 {
7506 "args": [ 7472 "args": [
7507 "context_lost", 7473 "context_lost",
7508 "--show-stdout", 7474 "--show-stdout",
7509 "--browser=release", 7475 "--browser=release",
7510 "-v", 7476 "-v",
7511 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc" 7477 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc"
(...skipping 10191 matching lines...) Expand 10 before | Expand all | Expand 10 after
17703 { 17669 {
17704 "gpu": "10de:104a", 17670 "gpu": "10de:104a",
17705 "os": "Windows-2008ServerR2-SP1" 17671 "os": "Windows-2008ServerR2-SP1"
17706 } 17672 }
17707 ] 17673 ]
17708 } 17674 }
17709 } 17675 }
17710 ] 17676 ]
17711 } 17677 }
17712 } 17678 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698