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

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

Issue 2336933002: Add 'ThinLTO Linux ToT' buildbot (recipes part). (Closed)
Patch Set: Created 4 years, 3 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 c6a15fb5736e2e01ff0935e3d661a3aaef0c2079..8d61d376005796bb7d926b57e86b3929e10cdaed 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -430,6 +430,24 @@ SPEC = {
'platform': 'linux',
},
},
+ 'ThinLTO Linux ToT': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['clang_tot', 'mb'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ steps.generate_isolated_script,
+ ],
+ 'bot_type': 'builder_tester',
+ 'testing': {
+ 'platform': 'linux',
+ },
+ },
'UBSanVptr Linux': {
'chromium_config': 'chromium',
'chromium_apply_config': ['mb'],

Powered by Google App Engine
This is Rietveld 408576698