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

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

Issue 1819613002: Flip remaining chromium_gn bots to the chromium recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 9 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 92046311044a36e0b8bae8a0ce63bc0a29d1abb8..41e4f4eb6b78008abbba01cbc9edaa95e33df0b0 100644
--- a/scripts/slave/recipe_modules/chromium_tests/trybots.py
+++ b/scripts/slave/recipe_modules/chromium_tests/trybots.py
@@ -643,6 +643,14 @@ TRYBOTS = freeze({
'mastername': 'chromium.webkit',
'buildername': 'WebKit Linux',
}),
+ 'v8_linux_chromium_gn_rel': simple_bot({
+ 'mastername': 'client.v8.fyi',
+ 'buildername': 'V8 Linux GN',
+ }),
+ 'v8_android_chromium_gn_dbg': simple_bot({
+ 'mastername': 'client.v8.fyi',
+ 'buildername': 'V8 Android GN (dbg)',
+ }),
},
},
})

Powered by Google App Engine
This is Rietveld 408576698