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

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

Issue 2045253008: Move CFI Linux CF bot to a real recipe (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build@master
Patch Set: less Created 4 years, 6 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 9f67dba7c5365327d40c58dfcdf93bf18ec26d6b..43014418da26dcfc4d10b989f1f52cb1be40f91f 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -360,16 +360,19 @@ SPEC = {
},
'CFI Linux CF': {
'chromium_config': 'chromium_cfi',
- 'chromium_apply_config': ['mb'],
+ 'chromium_apply_config': ['mb', 'clobber'],
'gclient_config': 'chromium',
'chromium_config_kwargs': {
'BUILD_CONFIG': 'Release',
'TARGET_BITS': 64,
},
'bot_type': 'builder',
- 'testing': {
- 'platform': 'linux',
- },
+ 'compile_targets': [ 'chromium_builder_asan' ],
+ 'cf_archive_build': True,
+ 'cf_gs_bucket': 'chromium-browser-cfi',
+ 'cf_gs_acl': 'public-read',
+ 'cf_archive_name': 'cfi',
+ 'testing': { 'platform': 'linux' },
},
'LTO Linux': {
'chromium_config': 'chromium_official',

Powered by Google App Engine
This is Rietveld 408576698