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

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

Issue 1914043002: Enable swarming on filesystem_service_unittests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp backwards compatibility magic. 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 | « components/filesystem/BUILD.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 GN": { 2 "Android GN": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "test": "android_webview_unittests" 5 "test": "android_webview_unittests"
6 }, 6 },
7 { 7 {
8 "test": "base_unittests" 8 "test": "base_unittests"
9 }, 9 },
10 { 10 {
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 }, 717 },
718 "test": "extensions_browsertests" 718 "test": "extensions_browsertests"
719 }, 719 },
720 { 720 {
721 "swarming": { 721 "swarming": {
722 "can_use_on_swarming_builders": true 722 "can_use_on_swarming_builders": true
723 }, 723 },
724 "test": "extensions_unittests" 724 "test": "extensions_unittests"
725 }, 725 },
726 { 726 {
727 "swarming": {
728 "can_use_on_swarming_builders": true
729 },
727 "test": "filesystem_service_unittests" 730 "test": "filesystem_service_unittests"
728 }, 731 },
729 { 732 {
730 "swarming": { 733 "swarming": {
731 "can_use_on_swarming_builders": true 734 "can_use_on_swarming_builders": true
732 }, 735 },
733 "test": "gcm_unit_tests" 736 "test": "gcm_unit_tests"
734 }, 737 },
735 { 738 {
736 "swarming": { 739 "swarming": {
(...skipping 679 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 "name": "mojo_apptests", 1419 "name": "mojo_apptests",
1417 "script": "mojo_apptests.py" 1420 "script": "mojo_apptests.py"
1418 } 1421 }
1419 ] 1422 ]
1420 }, 1423 },
1421 "Linux Tests (dbg)(1)(32)": { 1424 "Linux Tests (dbg)(1)(32)": {
1422 "gtest_tests": [], 1425 "gtest_tests": [],
1423 "scripts": [] 1426 "scripts": []
1424 } 1427 }
1425 } 1428 }
OLDNEW
« no previous file with comments | « components/filesystem/BUILD.gn ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698