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

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

Issue 1231283003: Convert mojo_public_bindings_unittests to run exclusively on Swarming (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Created 5 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 | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('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 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "chrome_public_apk", 4 "chrome_public_apk",
5 "chrome_public_test_apk", 5 "chrome_public_test_apk",
6 "chrome_shell_apk", 6 "chrome_shell_apk",
7 "chrome_shell_test_apk", 7 "chrome_shell_test_apk",
8 "content_shell_apk", 8 "content_shell_apk",
9 "mandoline:all" 9 "mandoline:all"
10 ], 10 ],
11 "gtest_tests": [ 11 "gtest_tests": [
12 { 12 {
13 "test": "html_viewer_unittests" 13 "test": "html_viewer_unittests"
14 }, 14 },
15 { 15 {
16 "test": "ipc_mojo_unittests" 16 "test": "ipc_mojo_unittests"
17 }, 17 },
18 { 18 {
19 "swarming": { 19 "swarming": {
20 "can_use_on_swarming_builders": true 20 "can_use_on_swarming_builders": true
21 }, 21 },
22 "test": "mojo_common_unittests" 22 "test": "mojo_common_unittests"
23 }, 23 },
24 { 24 {
25 "test": "mojo_public_application_unittests" 25 "test": "mojo_public_application_unittests"
26 }, 26 },
27 { 27 {
28 "swarming": {
29 "can_use_on_swarming_builders": true
30 },
28 "test": "mojo_public_bindings_unittests" 31 "test": "mojo_public_bindings_unittests"
29 }, 32 },
30 { 33 {
31 "test": "mojo_public_environment_unittests" 34 "test": "mojo_public_environment_unittests"
32 }, 35 },
33 { 36 {
34 "test": "mojo_public_system_unittests" 37 "test": "mojo_public_system_unittests"
35 }, 38 },
36 { 39 {
37 "test": "mojo_public_utility_unittests" 40 "test": "mojo_public_utility_unittests"
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 }, 682 },
680 "test": "midi_unittests" 683 "test": "midi_unittests"
681 }, 684 },
682 { 685 {
683 "swarming": { 686 "swarming": {
684 "can_use_on_swarming_builders": true 687 "can_use_on_swarming_builders": true
685 }, 688 },
686 "test": "mojo_common_unittests" 689 "test": "mojo_common_unittests"
687 }, 690 },
688 { 691 {
692 "swarming": {
693 "can_use_on_swarming_builders": true
694 },
689 "test": "mojo_public_bindings_unittests" 695 "test": "mojo_public_bindings_unittests"
690 }, 696 },
691 { 697 {
692 "test": "mojo_public_environment_unittests" 698 "test": "mojo_public_environment_unittests"
693 }, 699 },
694 { 700 {
695 "test": "mojo_public_system_unittests" 701 "test": "mojo_public_system_unittests"
696 }, 702 },
697 { 703 {
698 "test": "mojo_public_utility_unittests" 704 "test": "mojo_public_utility_unittests"
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 }, 1018 },
1013 "test": "midi_unittests" 1019 "test": "midi_unittests"
1014 }, 1020 },
1015 { 1021 {
1016 "swarming": { 1022 "swarming": {
1017 "can_use_on_swarming_builders": true 1023 "can_use_on_swarming_builders": true
1018 }, 1024 },
1019 "test": "mojo_common_unittests" 1025 "test": "mojo_common_unittests"
1020 }, 1026 },
1021 { 1027 {
1028 "swarming": {
1029 "can_use_on_swarming_builders": true
1030 },
1022 "test": "mojo_public_bindings_unittests" 1031 "test": "mojo_public_bindings_unittests"
1023 }, 1032 },
1024 { 1033 {
1025 "test": "mojo_public_environment_unittests" 1034 "test": "mojo_public_environment_unittests"
1026 }, 1035 },
1027 { 1036 {
1028 "test": "mojo_public_system_unittests" 1037 "test": "mojo_public_system_unittests"
1029 }, 1038 },
1030 { 1039 {
1031 "test": "mojo_public_utility_unittests" 1040 "test": "mojo_public_utility_unittests"
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
1335 }, 1344 },
1336 "test": "midi_unittests" 1345 "test": "midi_unittests"
1337 }, 1346 },
1338 { 1347 {
1339 "swarming": { 1348 "swarming": {
1340 "can_use_on_swarming_builders": true 1349 "can_use_on_swarming_builders": true
1341 }, 1350 },
1342 "test": "mojo_common_unittests" 1351 "test": "mojo_common_unittests"
1343 }, 1352 },
1344 { 1353 {
1354 "swarming": {
1355 "can_use_on_swarming_builders": true
1356 },
1345 "test": "mojo_public_bindings_unittests" 1357 "test": "mojo_public_bindings_unittests"
1346 }, 1358 },
1347 { 1359 {
1348 "test": "mojo_public_environment_unittests" 1360 "test": "mojo_public_environment_unittests"
1349 }, 1361 },
1350 { 1362 {
1351 "test": "mojo_public_system_unittests" 1363 "test": "mojo_public_system_unittests"
1352 }, 1364 },
1353 { 1365 {
1354 "test": "mojo_public_utility_unittests" 1366 "test": "mojo_public_utility_unittests"
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
1448 } 1460 }
1449 ], 1461 ],
1450 "scripts": [ 1462 "scripts": [
1451 { 1463 {
1452 "name": "nacl_integration", 1464 "name": "nacl_integration",
1453 "script": "nacl_integration.py" 1465 "script": "nacl_integration.py"
1454 } 1466 }
1455 ] 1467 ]
1456 } 1468 }
1457 } 1469 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.mac.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698