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

Side by Side Diff: testing/buildbot/chromium_athena.json

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
(Empty)
1 {
2 "compile_targets": [
3 "chrome",
4 "athena_main"
5 ],
6 "gtest_tests": [
7 {
8 "test": "browser_tests",
9 "swarming": {
10 "can_use_on_swarming_builders": true,
11 "shards": 5
12 }
13 },
14 {
15 "test": "athena_unittests",
16 "swarming": {
17 "can_use_on_swarming_builders": true,
18 "shards": 5
19 }
20 }
21 ]
22 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698