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

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

Issue 2463523002: Add Linux Ozone fyi compile-only bot (Closed)
Patch Set: Created 4 years, 2 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
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..0894f6bcfee2030e247ce7fd3214e23cd68497a4 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -412,6 +412,26 @@ 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': [
+ 'content_unittests',
+ 'content_browsertests',
+ ],
Dirk Pranke 2016/10/28 22:07:58 Leave this array empty.
+ 'checkout_dir': 'linux',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ 'use_isolate': True,
+ 'enable_swarming': True,
+ },
'Site Isolation Android': {
'chromium_config': 'android',
'gclient_config': 'chromium',

Powered by Google App Engine
This is Rietveld 408576698