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

Unified Diff: testing/buildbot/chromium.chromiumos.json

Issue 2835163002: Enable mus_browser_tests on trybot (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.chromiumos.json
diff --git a/testing/buildbot/chromium.chromiumos.json b/testing/buildbot/chromium.chromiumos.json
index 4dd1b30d83b29002507696ee1d5696dc8456baa0..0cb94d85044b2d556149c817dd50b825bac4766a 100644
--- a/testing/buildbot/chromium.chromiumos.json
+++ b/testing/buildbot/chromium.chromiumos.json
@@ -294,6 +294,18 @@
"test": "midi_unittests"
},
{
+ "args": [
+ "--ozone-platform=headless",
+ "--override-use-software-gl-for-tests",
+ "--test-launcher-filter-file=../../testing/buildbot/filters/mus.browser_tests.filter"
+ ],
+ "hard_timeout": 60,
+ "swarming": {
+ "can_use_on_swarming_builders": true
+ },
+ "test": "mus_browser_tests"
+ },
+ {
"swarming": {
"can_use_on_swarming_builders": true
},
« no previous file with comments | « no previous file | testing/buildbot/filters/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698