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

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

Issue 2153503006: Add config for Linux layout test try bot with --enable-slimming-paint-v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Respond to comments round 1 Created 4 years, 5 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 66b17ba313155e0f9363b613c6fc4b57d3d264ba..8e8cf65373adbcbe7bbf974082d9c0ad41c5754a 100644
--- a/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
+++ b/scripts/slave/recipe_modules/chromium_tests/chromium_fyi.py
@@ -134,6 +134,35 @@ SPEC = {
'platform': 'linux',
},
},
+ # There are no slaves for this builder and this builder doesn't
+ # appear on the actual continuous waterfall; this configuration
+ # is here so that a try bot can be added.
+ 'WebKit Linux slimming_paint_v2 Dummy Builder': {
+ 'chromium_config': 'chromium',
+ 'chromium_apply_config': ['mb','ninja_confirm_noop'],
+ 'gclient_config': 'chromium',
+ 'chromium_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'compile_targets': [
+ 'blink_tests',
+ ],
+ 'test_generators': [
+ steps.generate_gtest,
+ steps.generate_script,
+ ],
+ 'tests': [
+ steps.BlinkTest(extra_args=[
+ '--enable-wptserve',
+ ]),
Dirk Pranke 2016/07/26 18:40:48 Do you really want --enable-wptserve here?
qyearsley 2016/07/26 22:10:33 Nope; I copied and pasted a section of code and ap
+ ],
+ 'testing': {
+ 'platform': 'linux',
+ },
+ 'enable_swarming': True,
+ 'use_isolate': True,
+ },
'WebKit Linux - WPTServe':{
'chromium_config': 'chromium',
'chromium_apply_config': ['mb','ninja_confirm_noop'],
« no previous file with comments | « masters/master.tryserver.chromium.linux/slaves.cfg ('k') | scripts/slave/recipe_modules/chromium_tests/trybots.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698