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

Unified Diff: scripts/slave/recipes/chromium_trybot.py

Issue 1984623002: Add test case for WebRTC patch on Chromium trybots. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated expectations for https://codereview.chromium.org/1976243002/#ps40001 Created 4 years, 7 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
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/use_webrtc_patch_on_chromium_trybot.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index ed30db594be6180030df28889661ef224203d4e2..5b8aa4e58d91141ef159d769b57f168c61b026b6 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -752,6 +752,14 @@ def GenTests(api):
)
yield (
+ api.test('use_webrtc_patch_on_chromium_trybot') +
+ props(buildername='win_chromium_rel_ng',
+ mastername='tryserver.chromium.win',
+ patch_project='webrtc') +
+ api.platform.name('win')
+ )
+
+ yield (
api.test('use_skia_patch_on_chromium_trybot') +
props(buildername='win_chromium_rel_ng',
mastername='tryserver.chromium.win',
« no previous file with comments | « no previous file | scripts/slave/recipes/chromium_trybot.expected/use_webrtc_patch_on_chromium_trybot.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698