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

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

Issue 2658203004: Increase shards level for browser_tests on Linux ChromiumOS Tests (dbg)(1) (Closed)
Patch Set: Created 3 years, 10 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 | « no previous file | no next file » | 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 "Linux ChromiumOS Builder": { 2 "Linux ChromiumOS Builder": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "All" 4 "All"
5 ] 5 ]
6 }, 6 },
7 "Linux ChromiumOS Ozone Tests (1)": { 7 "Linux ChromiumOS Ozone Tests (1)": {
8 "gtest_tests": [ 8 "gtest_tests": [
9 { 9 {
10 "swarming": { 10 "swarming": {
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 }, 907 },
908 { 908 {
909 "swarming": { 909 "swarming": {
910 "can_use_on_swarming_builders": true 910 "can_use_on_swarming_builders": true
911 }, 911 },
912 "test": "base_unittests" 912 "test": "base_unittests"
913 }, 913 },
914 { 914 {
915 "swarming": { 915 "swarming": {
916 "can_use_on_swarming_builders": true, 916 "can_use_on_swarming_builders": true,
917 "shards": 10 917 "shards": 20
918 }, 918 },
919 "test": "browser_tests" 919 "test": "browser_tests"
920 }, 920 },
921 { 921 {
922 "swarming": { 922 "swarming": {
923 "can_use_on_swarming_builders": true 923 "can_use_on_swarming_builders": true
924 }, 924 },
925 "test": "cacheinvalidation_unittests" 925 "test": "cacheinvalidation_unittests"
926 }, 926 },
927 { 927 {
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
1189 }, 1189 },
1190 { 1190 {
1191 "swarming": { 1191 "swarming": {
1192 "can_use_on_swarming_builders": true 1192 "can_use_on_swarming_builders": true
1193 }, 1193 },
1194 "test": "wm_unittests" 1194 "test": "wm_unittests"
1195 } 1195 }
1196 ] 1196 ]
1197 } 1197 }
1198 } 1198 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698