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

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

Issue 1986553002: Add 'Linux LTO' buildbot (recipes part). (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: unique build dir Created 4 years, 7 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 8602a1b86892df935fe68f581ad7f09c11a7cb88..0708863f0ab825742c1b0edd2d4c56d27965c00e 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -328,6 +328,25 @@ SPEC = {
'platform': 'linux',
},
},
+ 'LTO Linux': {
+ 'chromium_config': 'chromium_official',
+ 'chromium_apply_config': ['mb'],
+ 'gclient_config': 'chromium',
+ 'gclient_apply_config': ['chrome_internal'],
+ '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',
+ },
+ },
'LTO Linux Perf': {
'chromium_config': 'chromium_official',
'chromium_apply_config': ['mb'],
« no previous file with comments | « masters/master.chromium.fyi/slaves.cfg ('k') | scripts/slave/recipes/chromium.expected/full_chromium_fyi_LTO_Linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698