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

Unified Diff: infra/bots/recipes/swarm_housekeeper.py

Issue 2370153003: Make the housekeeper upload doxygen to a newer bucket (Closed)
Patch Set: Remove lots of references to chromium-skia-gm Created 4 years, 3 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: infra/bots/recipes/swarm_housekeeper.py
diff --git a/infra/bots/recipes/swarm_housekeeper.py b/infra/bots/recipes/swarm_housekeeper.py
index e318463b3779885d6621c09d01977e2264b66355..4400f3f8ed04b2cf72dec022643995838671ce9f 100644
--- a/infra/bots/recipes/swarm_housekeeper.py
+++ b/infra/bots/recipes/swarm_housekeeper.py
@@ -47,8 +47,7 @@ def RunSteps(api):
api.run(
api.step,
'generate and upload doxygen',
- cmd=['python', api.core.resource('generate_and_upload_doxygen.py'),
- gsutil_path],
+ cmd=['python', api.core.resource('generate_and_upload_doxygen.py')],
cwd=cwd,
abort_on_failure=False)
« no previous file with comments | « infra/bots/recipe_modules/vars/api.py ('k') | infra/bots/recipes/swarm_housekeeper.expected/Housekeeper-PerCommit.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698