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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 449993005: Converted the tryserver.chromium.linux asan builder to a recipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Using chromium_memory_trybot spec file Created 6 years, 4 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index b65966f1989d9b7ad9b521217df2da1b358bac85..1ff98f4dba09c1ceeb74cc058cf6c1d6d4974c89 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -91,6 +91,19 @@ BUILDERS = {
'test_spec_file': 'chromium_memory_trybot.json',
},
},
+ 'linux_asan': {
Paweł Hajdan Jr. 2014/08/26 16:27:20 The builder name should match above pattern and th
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'exclude_compile_all': True,
+ 'chromium_config': 'chromium_asan',
+ 'compile_only': False,
+ 'testing': {
+ 'platform': 'linux',
+ 'test_spec_file': 'chromium_memory_trybot.json',
+ },
+ },
# Fake builder to provide testing coverage for non-bot_update.
'linux_no_bot_update': {
'chromium_config_kwargs': {

Powered by Google App Engine
This is Rietveld 408576698