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

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

Issue 2496283005: Remove content_browsertests from Blimp Linux Engine buildbot recipe. (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 "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 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
1220 { 1220 {
1221 "swarming": { 1221 "swarming": {
1222 "can_use_on_swarming_builders": true 1222 "can_use_on_swarming_builders": true
1223 }, 1223 },
1224 "test": "blimp_unittests" 1224 "test": "blimp_unittests"
1225 }, 1225 },
1226 { 1226 {
1227 "swarming": { 1227 "swarming": {
1228 "can_use_on_swarming_builders": true 1228 "can_use_on_swarming_builders": true
1229 }, 1229 },
1230 "test": "content_browsertests"
1231 },
1232 {
1233 "swarming": {
1234 "can_use_on_swarming_builders": true
1235 },
1236 "test": "content_unittests" 1230 "test": "content_unittests"
1237 }, 1231 },
1238 { 1232 {
1239 "swarming": { 1233 "swarming": {
1240 "can_use_on_swarming_builders": true 1234 "can_use_on_swarming_builders": true
1241 }, 1235 },
1242 "test": "ipc_tests" 1236 "test": "ipc_tests"
1243 }, 1237 },
1244 { 1238 {
1245 "swarming": { 1239 "swarming": {
(...skipping 11942 matching lines...) Expand 10 before | Expand all | Expand 10 after
13188 }, 13182 },
13189 { 13183 {
13190 "swarming": { 13184 "swarming": {
13191 "can_use_on_swarming_builders": true 13185 "can_use_on_swarming_builders": true
13192 }, 13186 },
13193 "test": "views_unittests" 13187 "test": "views_unittests"
13194 } 13188 }
13195 ] 13189 ]
13196 } 13190 }
13197 } 13191 }
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