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

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

Issue 1507663003: Isolate gin_unittests and add them to bots (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years 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.linux.json ('k') | testing/buildbot/chromium.win.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 "test": "base_unittests" 8 "test": "base_unittests"
9 } 9 }
10 ] 10 ]
(...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
756 { 756 {
757 "swarming": { 757 "swarming": {
758 "can_use_on_swarming_builders": true 758 "can_use_on_swarming_builders": true
759 }, 759 },
760 "test": "gfx_unittests" 760 "test": "gfx_unittests"
761 }, 761 },
762 { 762 {
763 "swarming": { 763 "swarming": {
764 "can_use_on_swarming_builders": true 764 "can_use_on_swarming_builders": true
765 }, 765 },
766 "test": "gin_unittests"
767 },
768 {
769 "swarming": {
770 "can_use_on_swarming_builders": true
771 },
766 "test": "gn_unittests" 772 "test": "gn_unittests"
767 }, 773 },
768 { 774 {
769 "swarming": { 775 "swarming": {
770 "can_use_on_swarming_builders": true 776 "can_use_on_swarming_builders": true
771 }, 777 },
772 "test": "google_apis_unittests" 778 "test": "google_apis_unittests"
773 }, 779 },
774 { 780 {
775 "swarming": { 781 "swarming": {
(...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after
1576 } 1582 }
1577 ], 1583 ],
1578 "scripts": [ 1584 "scripts": [
1579 { 1585 {
1580 "name": "nacl_integration", 1586 "name": "nacl_integration",
1581 "script": "nacl_integration.py" 1587 "script": "nacl_integration.py"
1582 } 1588 }
1583 ] 1589 ]
1584 } 1590 }
1585 } 1591 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698