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

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

Issue 2955003002: Use GPU bots for swarming gl_unittests on "CFI Linux Full". (Closed)
Patch Set: Switch to the GPU bots 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 | « 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 "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 928 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 }, 939 },
940 "test": "gfx_unittests" 940 "test": "gfx_unittests"
941 }, 941 },
942 { 942 {
943 "swarming": { 943 "swarming": {
944 "can_use_on_swarming_builders": true 944 "can_use_on_swarming_builders": true
945 }, 945 },
946 "test": "gin_unittests" 946 "test": "gin_unittests"
947 }, 947 },
948 { 948 {
949 "args": [
950 "--use-gpu-in-tests"
951 ],
949 "swarming": { 952 "swarming": {
950 "can_use_on_swarming_builders": true 953 "can_use_on_swarming_builders": true,
954 "dimension_sets": [
955 {
956 "gpu": "10de:104a",
957 "os": "Ubuntu"
958 }
959 ]
951 }, 960 },
952 "test": "gl_unittests" 961 "test": "gl_unittests",
962 "use_xvfb": false
953 }, 963 },
954 { 964 {
955 "swarming": { 965 "swarming": {
956 "can_use_on_swarming_builders": true 966 "can_use_on_swarming_builders": true
957 }, 967 },
958 "test": "gn_unittests" 968 "test": "gn_unittests"
959 }, 969 },
960 { 970 {
961 "swarming": { 971 "swarming": {
962 "can_use_on_swarming_builders": true 972 "can_use_on_swarming_builders": true
(...skipping 11409 matching lines...) Expand 10 before | Expand all | Expand 10 after
12372 "test": "views_unittests" 12382 "test": "views_unittests"
12373 } 12383 }
12374 ] 12384 ]
12375 }, 12385 },
12376 "Win Builder (ANGLE)": { 12386 "Win Builder (ANGLE)": {
12377 "additional_compile_targets": [ 12387 "additional_compile_targets": [
12378 "all" 12388 "all"
12379 ] 12389 ]
12380 } 12390 }
12381 } 12391 }
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