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/tryserver.chromium.linux.json

Issue 2739183002: Run Mus Demo and WS tests on Ozone Linux bot (Closed)
Patch Set: Align name with https://chromium-review.googlesource.com/c/452481/ Created 3 years, 9 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 | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {} 1 {
2 "Linux Ozone Builder": {
3 "additional_compile_targets": [
4 "mus_demo_unittests",
5 "mus_ws_unittests"
6 ]
7 },
8 "Linux Ozone Builder Tests (1)": {
9 "gtest_tests": [
10 {
11 "args": [
12 "--ozone-platform=headless"
13 ],
14 "swarming": {
15 "can_use_on_swarming_builders": true
16 },
17 "test": "mus_demo_unittests"
18 },
19 {
20 "args": [
21 "--ozone-platform=headless"
22 ],
23 "swarming": {
24 "can_use_on_swarming_builders": true
25 },
26 "test": "mus_ws_unittests"
27 }
28 ]
29 }
30 }
Dirk Pranke 2017/03/13 21:24:40 This won't do what you want. You need to add these
fwang 2017/03/14 12:55:36 Right.
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')

Powered by Google App Engine
This is Rietveld 408576698