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

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

Issue 1736533002: Swarm all tests running on ClangToTLinux tester that were swarmed on at least one other bot already. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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.webkit.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 "Mac GN": { 2 "Mac GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "gn_all" 4 "gn_all"
5 ], 5 ],
6 "gtest_tests": [ 6 "gtest_tests": [
7 { 7 {
8 "swarming": {
9 "can_use_on_swarming_builders": true
10 },
8 "test": "base_unittests" 11 "test": "base_unittests"
9 } 12 }
10 ] 13 ]
11 }, 14 },
12 "Mac GN (dbg)": { 15 "Mac GN (dbg)": {
13 "additional_compile_targets": [ 16 "additional_compile_targets": [
14 "accessibility_unittests", 17 "accessibility_unittests",
15 "base_unittests", 18 "base_unittests",
16 "battor_agent", 19 "battor_agent",
17 "cacheinvalidation_unittests", 20 "cacheinvalidation_unittests",
(...skipping 19 matching lines...) Expand all
37 "printing_unittests", 40 "printing_unittests",
38 "remoting_all", 41 "remoting_all",
39 "skia_unittests", 42 "skia_unittests",
40 "sql_unittests", 43 "sql_unittests",
41 "sync_unit_tests", 44 "sync_unit_tests",
42 "ui_base_unittests", 45 "ui_base_unittests",
43 "url_unittests" 46 "url_unittests"
44 ], 47 ],
45 "gtest_tests": [ 48 "gtest_tests": [
46 { 49 {
50 "swarming": {
51 "can_use_on_swarming_builders": true
52 },
47 "test": "base_unittests" 53 "test": "base_unittests"
48 } 54 }
49 ] 55 ]
50 }, 56 },
51 "Mac10.10 Tests": { 57 "Mac10.10 Tests": {
52 "gtest_tests": [ 58 "gtest_tests": [
53 { 59 {
54 "swarming": { 60 "swarming": {
55 "can_use_on_swarming_builders": true 61 "can_use_on_swarming_builders": true
56 }, 62 },
(...skipping 1960 matching lines...) Expand 10 before | Expand all | Expand 10 after
2017 } 2023 }
2018 ], 2024 ],
2019 "scripts": [ 2025 "scripts": [
2020 { 2026 {
2021 "name": "nacl_integration", 2027 "name": "nacl_integration",
2022 "script": "nacl_integration.py" 2028 "script": "nacl_integration.py"
2023 } 2029 }
2024 ] 2030 ]
2025 } 2031 }
2026 } 2032 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/chromium.webkit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698