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

Unified Diff: scripts/slave/recipe_modules/chromium_android/example.py

Issue 2315823002: Make chromium_android recipe_module expectations more accurate. (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
Index: scripts/slave/recipe_modules/chromium_android/example.py
diff --git a/scripts/slave/recipe_modules/chromium_android/example.py b/scripts/slave/recipe_modules/chromium_android/example.py
index 5e36fbd8ecfb9b8de5d5af187ce6b6b42888d639..07f6d6598cb88f724607e1bab2fa9f47948e03cc 100644
--- a/scripts/slave/recipe_modules/chromium_android/example.py
+++ b/scripts/slave/recipe_modules/chromium_android/example.py
@@ -251,7 +251,9 @@ def GenTests(api):
buildername=buildername,
slavename='tehslave',
repo_name='src/repo',
- patch_url='https://the.patch.url/the.patch',
+ issue='123456789',
+ patchset='1',
+ rietveld='http://rietveld.example.com',
repo_url='svn://svn.chromium.org/chrome/trunk/src',
revision='4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00',
internal=True)
@@ -302,7 +304,9 @@ def GenTests(api):
buildername='gerrit_try_builder',
slavename='testslave',
repo_name='src/repo',
- patch_url='https://the.patch.url/the.patch',
+ issue='123456789',
+ patchset='1',
+ rietveld='http://rietveld.example.com',
repo_url='svn://svn.chromium.org/chrome/trunk/src',
revision='4f4b02f6b7fa20a3a25682c457bbc8ad589c8a00',
internal=True, **({'event.patchSet.ref':'refs/changes/50/176150/1'})))

Powered by Google App Engine
This is Rietveld 408576698