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

Unified Diff: scripts/slave/recipes/infra/infra_continuous.py

Issue 1917243002: Revert "build: roll infra_paths changes" (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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/infra/infra_continuous.py
diff --git a/scripts/slave/recipes/infra/infra_continuous.py b/scripts/slave/recipes/infra/infra_continuous.py
index 15213eecc58a29eee7474744dcb751293ec2a99e..ffadedee53d2f3579a06d67618e2af11484e4201 100644
--- a/scripts/slave/recipes/infra/infra_continuous.py
+++ b/scripts/slave/recipes/infra/infra_continuous.py
@@ -6,7 +6,6 @@ from recipe_engine.recipe_api import Property
DEPS = [
'depot_tools/bot_update',
- 'depot_tools/infra_paths',
'file',
'depot_tools/gclient',
'recipe_engine/json',
@@ -77,7 +76,7 @@ def build_luci(api):
absfiles = [api.path.join(go_bin, i) for i in files]
api.python(
'upload go bin',
- api.infra_paths['depot_tools'].join('upload_to_google_storage.py'),
+ api.path['depot_tools'].join('upload_to_google_storage.py'),
['-b', 'chromium-luci'] + absfiles)
for name, abspath in zip(files, absfiles):
sha1 = api.file.read(

Powered by Google App Engine
This is Rietveld 408576698