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

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

Issue 2963473002: Convert {angle,gl}_unittests to using console_test_launcher. (Closed)
Patch Set: Created 3 years, 5 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') | testing/buildbot/chromium.gpu.json » ('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 "Android Asan Builder Tests (dbg)": { 2 "Android Asan Builder Tests (dbg)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "args": [ 5 "args": [
6 "--tool=asan" 6 "--tool=asan"
7 ], 7 ],
8 "swarming": { 8 "swarming": {
9 "can_use_on_swarming_builders": false 9 "can_use_on_swarming_builders": false
10 }, 10 },
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 "test": "gfx_unittests" 950 "test": "gfx_unittests"
951 }, 951 },
952 { 952 {
953 "swarming": { 953 "swarming": {
954 "can_use_on_swarming_builders": true 954 "can_use_on_swarming_builders": true
955 }, 955 },
956 "test": "gin_unittests" 956 "test": "gin_unittests"
957 }, 957 },
958 { 958 {
959 "args": [ 959 "args": [
960 "--use-gpu-in-tests" 960 "--use-gpu-in-tests",
961 "--no-xvfb"
961 ], 962 ],
962 "swarming": { 963 "swarming": {
963 "can_use_on_swarming_builders": true, 964 "can_use_on_swarming_builders": true,
964 "dimension_sets": [ 965 "dimension_sets": [
965 { 966 {
966 "gpu": "10de:104a", 967 "gpu": "10de:104a",
967 "os": "Ubuntu" 968 "os": "Ubuntu"
968 } 969 }
969 ] 970 ]
970 }, 971 },
(...skipping 11421 matching lines...) Expand 10 before | Expand all | Expand 10 after
12392 "test": "views_unittests" 12393 "test": "views_unittests"
12393 } 12394 }
12394 ] 12395 ]
12395 }, 12396 },
12396 "Win Builder (ANGLE)": { 12397 "Win Builder (ANGLE)": {
12397 "additional_compile_targets": [ 12398 "additional_compile_targets": [
12398 "all" 12399 "all"
12399 ] 12400 ]
12400 } 12401 }
12401 } 12402 }
OLDNEW
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698