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

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

Issue 2753163002: Skip info_collection_tests on ANGLE Ozone tester. (Closed)
Patch Set: Created 3 years, 9 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 (NVIDIA Shield)": { 4 "Android Release (NVIDIA Shield)": {
5 "gtest_tests": [ 5 "gtest_tests": [
6 { 6 {
7 "override_isolate_target": "angle_end2end_tests", 7 "override_isolate_target": "angle_end2end_tests",
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 2647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2658 { 2658 {
2659 "gpu": "8086:1912", 2659 "gpu": "8086:1912",
2660 "os": "Ubuntu" 2660 "os": "Ubuntu"
2661 } 2661 }
2662 ] 2662 ]
2663 }, 2663 },
2664 "test": "angle_unittests", 2664 "test": "angle_unittests",
2665 "use_xvfb": false 2665 "use_xvfb": false
2666 } 2666 }
2667 ], 2667 ],
2668 "isolated_scripts": [ 2668 "isolated_scripts": []
2669 {
2670 "args": [
2671 "info_collection",
2672 "--show-stdout",
2673 "--browser=release",
2674 "-v",
2675 "--extra-browser-args=--enable-logging=stderr --js-flags=--expose-gc",
2676 "--expected-vendor-id",
2677 "8086",
2678 "--expected-device-id",
2679 "1912"
2680 ],
2681 "isolate_name": "telemetry_gpu_integration_test",
2682 "name": "info_collection_tests",
2683 "override_compile_targets": [
2684 "telemetry_gpu_integration_test_run"
2685 ],
2686 "swarming": {
2687 "can_use_on_swarming_builders": false,
2688 "dimension_sets": [
2689 {
2690 "gpu": "8086:1912",
2691 "os": "Ubuntu"
2692 }
2693 ]
2694 }
2695 }
2696 ]
2697 }, 2669 },
2698 "Linux ChromiumOS Ozone Builder": {}, 2670 "Linux ChromiumOS Ozone Builder": {},
2699 "Linux Debug (Intel HD 530)": { 2671 "Linux Debug (Intel HD 530)": {
2700 "gtest_tests": [ 2672 "gtest_tests": [
2701 { 2673 {
2702 "args": [ 2674 "args": [
2703 "--use-gpu-in-tests", 2675 "--use-gpu-in-tests",
2704 "--test-launcher-retry-limit=0" 2676 "--test-launcher-retry-limit=0"
2705 ], 2677 ],
2706 "swarming": { 2678 "swarming": {
(...skipping 17382 matching lines...) Expand 10 before | Expand all | Expand 10 after
20089 { 20061 {
20090 "gpu": "10de:104a", 20062 "gpu": "10de:104a",
20091 "os": "Windows-2008ServerR2-SP1" 20063 "os": "Windows-2008ServerR2-SP1"
20092 } 20064 }
20093 ] 20065 ]
20094 } 20066 }
20095 } 20067 }
20096 ] 20068 ]
20097 } 20069 }
20098 } 20070 }
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