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

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

Issue 1981123002: Adds blimp browser tests to run on Blimp Linux bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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') | testing/buildbot/gn_isolate_map.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 },
347 "Browser Side Navigation Linux": { 354 "Browser Side Navigation Linux": {
348 "gtest_tests": [ 355 "gtest_tests": [
349 { 356 {
350 "args": [ 357 "args": [
351 "--enable-browser-side-navigation", 358 "--enable-browser-side-navigation",
352 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter", 359 "--test-launcher-filter-file=src/testing/buildbot/filters/browser-side -navigation.linux.browser_tests.filter",
353 "--test-launcher-retry-limit=6" 360 "--test-launcher-retry-limit=6"
354 ], 361 ],
355 "swarming": { 362 "swarming": {
356 "can_use_on_swarming_builders": true 363 "can_use_on_swarming_builders": true
(...skipping 10205 matching lines...) Expand 10 before | Expand all | Expand 10 after
10562 }, 10569 },
10563 { 10570 {
10564 "swarming": { 10571 "swarming": {
10565 "can_use_on_swarming_builders": true 10572 "can_use_on_swarming_builders": true
10566 }, 10573 },
10567 "test": "views_unittests" 10574 "test": "views_unittests"
10568 } 10575 }
10569 ] 10576 ]
10570 } 10577 }
10571 } 10578 }
OLDNEW
« no previous file with comments | « build/args/bots/chromium.fyi/blimp_linux_dbg.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698