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

Unified Diff: scripts/slave/recipes/boringssl.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
« no previous file with comments | « no previous file | scripts/slave/recipes/boringssl.expected/gerrit_cl_deprecated.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 0bee4538f38deabb6e31442060d175296732eedb..c5e673e16ab90824d32f46df8e694c5fe89f1ee3 100644
--- a/scripts/slave/recipes/boringssl.py
+++ b/scripts/slave/recipes/boringssl.py
@@ -283,15 +283,6 @@ def GenTests(api):
)
yield (
- api.test('gerrit_cl_deprecated') +
- api.platform('linux', 64) +
- api.properties.tryserver_gerrit(
- gerrit_host='boringssl-review.googlesource.com',
- full_project_name='boringssl',
- mastername='actually-no-master', buildername='linux',
- slavename='swarming-slave')
- )
- yield (
api.test('gerrit_cl') +
api.platform('linux', 64) +
api.properties.tryserver(
« no previous file with comments | « no previous file | scripts/slave/recipes/boringssl.expected/gerrit_cl_deprecated.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698