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

Unified Diff: scripts/slave/recipes/webrtc/standalone.py

Issue 687863002: WebRTC: Add flakiness dashboard reporting. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Rebased Created 6 years, 1 month 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/recipes/webrtc/standalone.py
diff --git a/scripts/slave/recipes/webrtc/standalone.py b/scripts/slave/recipes/webrtc/standalone.py
index 8ad248cf57ebb58b1bbb2e83cbd2db2e1be9528b..8668217907c1c954943f626d73765278bc59019a 100644
--- a/scripts/slave/recipes/webrtc/standalone.py
+++ b/scripts/slave/recipes/webrtc/standalone.py
@@ -124,6 +124,8 @@ def GenTests(api):
else:
test += api.properties(issue=666666, patchset=1,
rietveld='https://fake.rietveld.url')
+ else:
+ test += api.properties(buildnumber=1337)
return test
for mastername in ('client.webrtc', 'client.webrtc.fyi', 'tryserver.webrtc'):

Powered by Google App Engine
This is Rietveld 408576698