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

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

Issue 2463653002: Stop supporting old Gerrit CQ tryjob properties. (Closed)
Patch Set: review Created 4 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/boringssl_docs.py
diff --git a/scripts/slave/recipes/boringssl_docs.py b/scripts/slave/recipes/boringssl_docs.py
index 13199d1eaf2a5651e3788b7bc5648013eecc76a1..afd1e46e03967a47f7e160b7a57afa3f807de7e9 100644
--- a/scripts/slave/recipes/boringssl_docs.py
+++ b/scripts/slave/recipes/boringssl_docs.py
@@ -53,11 +53,3 @@ def GenTests(api):
mastername='actually-no-master', buildername='docs',
slavename='swarming-slave')
)
- yield (
- api.test('boringssl-docs-gerrit-deprecated') +
- api.properties.tryserver_gerrit(
- gerrit_host='boringssl-review.googlesource.com',
- full_project_name='boringssl',
- mastername='actually-no-master', buildername='docs',
- slavename='swarming-slave')
- )

Powered by Google App Engine
This is Rietveld 408576698