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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | tools/mb/mb_config.pyl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/tryserver.chromium.linux.json
diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json
index 0967ef424bce6791893e9a57bb952f80fd536e93..d2f95a1ef2b28ea746024283bf1e8bf08fe1074d 100644
--- a/testing/buildbot/tryserver.chromium.linux.json
+++ b/testing/buildbot/tryserver.chromium.linux.json
@@ -1 +1,30 @@
-{}
+{
+ "Linux Ozone Builder": {
+ "additional_compile_targets": [
+ "mus_demo_unittests",
+ "mus_ws_unittests"
+ ]
+ },
+ "Linux Ozone Builder Tests (1)": {
+ "gtest_tests": [
+ {
+ "args": [
+ "--ozone-platform=headless"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "mus_demo_unittests"
+ },
+ {
+ "args": [
+ "--ozone-platform=headless"
+ ],
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "mus_ws_unittests"
+ }
+ ]
+ }
+}
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.
« 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