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

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

Issue 1840063002: Recipe for Headless Linux bot (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Add "(dbg)" to bot name Created 4 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
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 8def1ed90896c08b420f2113e0079a70a53cfd04..ac986db418bbb905309b7cccd377d7c6ac90ecb2 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -1772,6 +1772,28 @@ SPEC = {
'use_isolate': True,
},
+ 'Headless Linux (dbg)': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Debug',
+ 'TARGET_BITS': 64,
+ 'TARGET_PLATFORM': 'linux',
+ },
+ 'bot_type': 'builder_tester',
+ 'compile_targets': [
+ 'headless_lib',
+ 'headless_tests',
+ ],
Dirk Pranke 2016/03/31 18:42:16 You should list the compile_targets in //testing/b
perezju 2016/04/01 10:47:51 I went for removing the compile_targets here. Sinc
+ 'test_generators': [
+ steps.generate_gtest,
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
+
'Android Builder (dbg)': {
'chromium_config': 'android',
'chromium_apply_config': ['chrome_with_codecs'],

Powered by Google App Engine
This is Rietveld 408576698