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

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

Issue 2042133003: Removes blimp browser tests from chromium.fyi. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « build/args/bots/chromium.fyi/blimp_linux_dbg.gn ('k') | tools/mb/mb_config.pyl » ('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 "test": "android_webview_unittests" 8 "test": "android_webview_unittests"
9 }, 9 },
10 { 10 {
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
337 "test": "ui_touch_selection_unittests" 337 "test": "ui_touch_selection_unittests"
338 }, 338 },
339 { 339 {
340 "test": "unit_tests" 340 "test": "unit_tests"
341 }, 341 },
342 { 342 {
343 "test": "webkit_unit_tests" 343 "test": "webkit_unit_tests"
344 } 344 }
345 ] 345 ]
346 }, 346 },
347 "Blimp Linux (dbg)": {
348 "gtest_tests": [
349 {
350 "test": "blimp_browsertests"
351 }
352 ]
353 },
354 "Browser Side Navigation Linux": { 347 "Browser Side Navigation Linux": {
355 "gtest_tests": [ 348 "gtest_tests": [
356 { 349 {
357 "args": [ 350 "args": [
358 "--enable-browser-side-navigation", 351 "--enable-browser-side-navigation",
359 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", 352 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter",
360 "--test-launcher-retry-limit=6" 353 "--test-launcher-retry-limit=6"
361 ], 354 ],
362 "swarming": { 355 "swarming": {
363 "can_use_on_swarming_builders": true 356 "can_use_on_swarming_builders": true
(...skipping 10097 matching lines...) Expand 10 before | Expand all | Expand 10 after
10461 }, 10454 },
10462 { 10455 {
10463 "swarming": { 10456 "swarming": {
10464 "can_use_on_swarming_builders": true 10457 "can_use_on_swarming_builders": true
10465 }, 10458 },
10466 "test": "views_unittests" 10459 "test": "views_unittests"
10467 } 10460 }
10468 ] 10461 ]
10469 } 10462 }
10470 } 10463 }
OLDNEW
« no previous file with comments | « build/args/bots/chromium.fyi/blimp_linux_dbg.gn ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698