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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Added tryserver config Created 4 years, 1 month 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 | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
index 538fe8d59db889cfebe3247c23ccd488889ab7aa..d15fb0932deb4c51379c91008e547a23051d7ea3 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -412,6 +412,23 @@ SPEC = {
'platform': 'mac',
},
},
+ 'Ozone Linux': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder',
+ 'compile_targets': [],
+ 'checkout_dir': 'linux',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ 'use_isolate': True,
+ 'enable_swarming': True,
+ },
'Site Isolation Android': {
'chromium_config': 'android',
'gclient_config': 'chromium',
« no previous file with comments | « scripts/slave/gatekeeper.json ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698