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

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

Issue 641903002: Adding Athenas browser and unit tests which are required for running the tests on a buildbot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addting trybot configuration Created 6 years, 2 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 | testing/buildbot/chromium_trybot.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 ChromiumOS Tests (1)": { 2 "Linux ChromiumOS Tests (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 { 5 {
6 "test": "base_unittests", 6 "test": "base_unittests",
7 "swarming": { 7 "swarming": {
8 "can_use_on_swarming_builders": true 8 "can_use_on_swarming_builders": true
9 } 9 }
10 }, 10 },
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "athena_unittests", 85 "athena_unittests",
86 "app_shell_browsertests", 86 "app_shell_browsertests",
87 "app_shell_unittests", 87 "app_shell_unittests",
88 "chromevox_tests" 88 "chromevox_tests"
89 ] 89 ]
90 }, 90 },
91 "Linux ChromiumOS Tests (2)": { 91 "Linux ChromiumOS Tests (2)": {
92 "gtest_tests": [ 92 "gtest_tests": [
93 ] 93 ]
94 }, 94 },
95 "Linux ChromiumOS Athena Tests (1)": {
96 "gtest_tests": [
97 "athena_unittests",
98 "browser_tests"
sky 2014/10/09 17:43:19 Can these be swarmed?
Mr4D (OOO till 08-26) 2014/10/09 19:45:14 Should be the same as chrome. Added.
99 ]
100 },
95 "Linux ChromiumOS Ozone Tests (1)": { 101 "Linux ChromiumOS Ozone Tests (1)": {
96 "gtest_tests": [ 102 "gtest_tests": [
97 "accessibility_unittests", 103 "accessibility_unittests",
98 "app_list_unittests", 104 "app_list_unittests",
99 "app_shell_browsertests", 105 "app_shell_browsertests",
100 "app_shell_unittests", 106 "app_shell_unittests",
101 "ash_unittests", 107 "ash_unittests",
102 "athena_unittests", 108 "athena_unittests",
103 "aura_unittests", 109 "aura_unittests",
104 "base_unittests", 110 "base_unittests",
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 }, 240 },
235 "Linux ChromiumOS Tests (dbg)(2)": { 241 "Linux ChromiumOS Tests (dbg)(2)": {
236 "gtest_tests": [ 242 "gtest_tests": [
237 ] 243 ]
238 }, 244 },
239 "Linux ChromiumOS Tests (dbg)(3)": { 245 "Linux ChromiumOS Tests (dbg)(3)": {
240 "gtest_tests": [ 246 "gtest_tests": [
241 ] 247 ]
242 } 248 }
243 } 249 }
OLDNEW
« no previous file with comments | « no previous file | testing/buildbot/chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698