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

Side by Side Diff: testing/buildbot/chromium.win.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.mac.json ('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 "Vista Tests (1)": { 2 "Vista Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 920 matching lines...) Expand 10 before | Expand all | Expand 10 after
931 { 931 {
932 "swarming": { 932 "swarming": {
933 "can_use_on_swarming_builders": true 933 "can_use_on_swarming_builders": true
934 }, 934 },
935 "test": "gfx_unittests" 935 "test": "gfx_unittests"
936 }, 936 },
937 { 937 {
938 "swarming": { 938 "swarming": {
939 "can_use_on_swarming_builders": true 939 "can_use_on_swarming_builders": true
940 }, 940 },
941 "test": "gin_unittests"
942 },
943 {
944 "swarming": {
945 "can_use_on_swarming_builders": true
946 },
941 "test": "gn_unittests" 947 "test": "gn_unittests"
942 }, 948 },
943 { 949 {
944 "swarming": { 950 "swarming": {
945 "can_use_on_swarming_builders": true 951 "can_use_on_swarming_builders": true
946 }, 952 },
947 "test": "google_apis_unittests" 953 "test": "google_apis_unittests"
948 }, 954 },
949 { 955 {
950 "swarming": { 956 "swarming": {
(...skipping 1069 matching lines...) Expand 10 before | Expand all | Expand 10 after
2020 } 2026 }
2021 ], 2027 ],
2022 "scripts": [ 2028 "scripts": [
2023 { 2029 {
2024 "name": "nacl_integration", 2030 "name": "nacl_integration",
2025 "script": "nacl_integration.py" 2031 "script": "nacl_integration.py"
2026 } 2032 }
2027 ] 2033 ]
2028 } 2034 }
2029 } 2035 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698