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

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

Issue 1930383002: build: add dependencies on infra_paths (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 8 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/recipes/chromium_trybot.py
diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
index 071cd5e0cdef0c3f460890f334b3cb34fef06644..49067b387728659cfd6cb8a764c076711fae5d73 100644
--- a/scripts/slave/recipes/chromium_trybot.py
+++ b/scripts/slave/recipes/chromium_trybot.py
@@ -792,16 +792,6 @@ def GenTests(api):
)
)
- yield (
- api.test('swarming_paths') +
- api.properties.tryserver(
- mastername='tryserver.chromium.linux',
- buildername='linux_chromium_rel_ng',
- path_config='swarming',
- ) +
- api.platform.name('linux')
- )
-
# This tests that if the first fails, but the second pass succeeds
# that we fail the whole build.
yield (
« no previous file with comments | « scripts/slave/recipe_modules/repo/__init__.py ('k') | scripts/slave/recipes/chromium_trybot.expected/swarming_paths.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698