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

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 builder name in master.cfg. 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..ba84a007bd1815a075b3ce70c189fad988288773 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -340,9 +340,9 @@ TRYBOTS = freeze({
'mastername': 'chromium.fyi',
'buildername': 'CFI Linux',
}),
- 'linux_site_isolation': simple_bot({
Paweł Hajdan Jr. 2016/07/22 13:36:12 Did you intend to remove linux_site_isolation? I d
qyearsley 2016/07/22 16:42:06 I didn't intend to remove linux_site_isolation, th
+ 'linux_layout_tests_slimming_paint_v2': simple_bot({
'mastername': 'chromium.fyi',
- 'buildername': 'Site Isolation Linux',
+ 'buildername': 'WebKit Linux slimming_paint_v2 Dummy Builder',
}),
# Optional GPU bots.
'linux_optional_gpu_tests_rel': {

Powered by Google App Engine
This is Rietveld 408576698