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

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: Fix extra flag and run recipe_simulation_test train 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 06f4de53682455ddcb0215f8f78ab3bc1341abdc..a8ea5de0cf88516d4a8b081a8bd20b0deb30f73d 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=[
+ '--additional-driver-flag=--enable-slimming-paint-v2',
+ ]),
+ ],
+ '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