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

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

Issue 2237033002: Add extracting GM comments to the housekeeper bot. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: unused import Created 4 years, 4 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_trigger.py
diff --git a/infra/bots/recipes/swarm_trigger.py b/infra/bots/recipes/swarm_trigger.py
index 17d2d697ec884b7c4c04206af4cc0713f531b6e7..9b6d77c95fe9ae4ec85880b80f1576eb04b14056 100644
--- a/infra/bots/recipes/swarm_trigger.py
+++ b/infra/bots/recipes/swarm_trigger.py
@@ -270,7 +270,9 @@ def housekeeper_swarm(api, builder_cfg, got_revision, infrabots_dir,
infrabots_dir,
idempotent=False,
store_output=False,
- extra_isolate_hashes=extra_isolate_hashes)
+ extra_isolate_hashes=extra_isolate_hashes,
+ cipd_packages=[cipd_pkg(api, infrabots_dir, 'go')],
+ )
return api.swarming.collect_swarming_task(task)

Powered by Google App Engine
This is Rietveld 408576698