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

Unified Diff: scripts/slave/recipe_modules/chromium_tests/trybots.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/trybots.py
diff --git a/scripts/slave/recipe_modules/chromium_tests/trybots.py b/scripts/slave/recipe_modules/chromium_tests/trybots.py
index 7be50a6c056244aa2f6a13a1ddafa956d25795c8..41bbd706eb42e23b98999fb0513fc5b3f311c56b 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -344,6 +344,10 @@ TRYBOTS = freeze({
'mastername': 'chromium.fyi',
'buildername': 'Site Isolation Linux',
}),
+ 'linux_layout_tests_slimming_paint_v2': simple_bot({
+ 'mastername': 'chromium.fyi',
+ 'buildername': 'WebKit Linux slimming_paint_v2 Dummy Builder',
+ }),
# Optional GPU bots.
'linux_optional_gpu_tests_rel': {
'bot_ids': [

Powered by Google App Engine
This is Rietveld 408576698