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

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

Issue 1045313003: Converted accessibility_unittests to run on Swarming everywhere. (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@3_convert_to_swarming
Patch Set: Remove from OSX 10.10 Created 5 years, 8 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.linux.json ('k') | testing/buildbot/chromium.memory.fyi.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 "Linux ASan LSan Tests (1)": { 2 "Linux ASan LSan Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": {
6 "can_use_on_swarming_builders": true
7 },
5 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
6 }, 9 },
7 { 10 {
8 "swarming": { 11 "swarming": {
9 "can_use_on_swarming_builders": true 12 "can_use_on_swarming_builders": true
10 }, 13 },
11 "test": "base_unittests" 14 "test": "base_unittests"
12 }, 15 },
13 { 16 {
14 "swarming": { 17 "swarming": {
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 "swarming": { 151 "swarming": {
149 "can_use_on_swarming_builders": true 152 "can_use_on_swarming_builders": true
150 }, 153 },
151 "test": "interactive_ui_tests" 154 "test": "interactive_ui_tests"
152 } 155 }
153 ] 156 ]
154 }, 157 },
155 "Linux Chromium OS ASan LSan Tests (1)": { 158 "Linux Chromium OS ASan LSan Tests (1)": {
156 "gtest_tests": [ 159 "gtest_tests": [
157 { 160 {
161 "swarming": {
162 "can_use_on_swarming_builders": true
163 },
158 "test": "accessibility_unittests" 164 "test": "accessibility_unittests"
159 }, 165 },
160 { 166 {
161 "test": "app_list_unittests" 167 "test": "app_list_unittests"
162 }, 168 },
163 { 169 {
164 "swarming": { 170 "swarming": {
165 "can_use_on_swarming_builders": true 171 "can_use_on_swarming_builders": true
166 }, 172 },
167 "test": "ash_unittests" 173 "test": "ash_unittests"
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 }, 514 },
509 { 515 {
510 "test": "ui_base_unittests" 516 "test": "ui_base_unittests"
511 }, 517 },
512 { 518 {
513 "test": "url_unittests" 519 "test": "url_unittests"
514 } 520 }
515 ] 521 ]
516 } 522 }
517 } 523 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/chromium.memory.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698