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

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

Issue 2442203002: Update recipes to understand new Gerrit patch properties. (Closed)
Patch Set: Fix bugs. Created 4 years, 2 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/boringssl.expected/gerrit_cl.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/boringssl.py
diff --git a/scripts/slave/recipes/boringssl.py b/scripts/slave/recipes/boringssl.py
index fccdfff4f00aa739f27bc652b2a7041649292526..0bee4538f38deabb6e31442060d175296732eedb 100644
--- a/scripts/slave/recipes/boringssl.py
+++ b/scripts/slave/recipes/boringssl.py
@@ -283,7 +283,7 @@ def GenTests(api):
)
yield (
- api.test('gerrit_cl') +
+ api.test('gerrit_cl_deprecated') +
api.platform('linux', 64) +
api.properties.tryserver_gerrit(
gerrit_host='boringssl-review.googlesource.com',
@@ -291,3 +291,12 @@ def GenTests(api):
mastername='actually-no-master', buildername='linux',
slavename='swarming-slave')
)
+ yield (
+ api.test('gerrit_cl') +
+ api.platform('linux', 64) +
+ api.properties.tryserver(
+ gerrit_project='boringssl',
+ gerrit_url='https://boringssl-review.googlesource.com',
+ mastername='actually-no-master', buildername='linux',
+ slavename='swarming-slave')
+ )
« no previous file with comments | « no previous file | scripts/slave/recipes/boringssl.expected/gerrit_cl.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698