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

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

Issue 2315813002: Make libyuv expectations more realistic. (Closed)
Patch Set: Created 4 years, 3 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/libyuv/libyuv.expected/tryserver_libyuv_android.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/libyuv/libyuv.py
diff --git a/scripts/slave/recipes/libyuv/libyuv.py b/scripts/slave/recipes/libyuv/libyuv.py
index 5e7b3dd1e41bb953dd1e9d773f32be25c509e754..1b42421dd82cde913526c0469d336df586eee086 100644
--- a/scripts/slave/recipes/libyuv/libyuv.py
+++ b/scripts/slave/recipes/libyuv/libyuv.py
@@ -66,7 +66,8 @@ def GenTests(api):
test += api.properties(revision=revision)
if mastername.startswith('tryserver'):
- test += api.properties(patch_url='try_job_svn_patch')
+ test += api.properties(issue='123456789', patchset='1',
+ rietveld='https://rietveld.example.com')
return test
for mastername, master_config in builders.iteritems():
« no previous file with comments | « no previous file | scripts/slave/recipes/libyuv/libyuv.expected/tryserver_libyuv_android.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698