[recipes] Housekeeper-PerCommit-BundleRecipes needs vpython

Bug: skia:
Change-Id: I6808e6337477fa3b5ea2833e1ebc739bf65fc062
Reviewed-on: https://skia-review.googlesource.com/136523
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2018-06-21 09:02:30 -04:00 committed by Skia Commit-Bot
parent 5361935cd0
commit 639244261a
2 changed files with 8 additions and 1 deletions

View File

@ -629,8 +629,10 @@ func relpath(f string) string {
// bundleRecipes generates the task to bundle and isolate the recipes.
func bundleRecipes(b *specs.TasksCfgBuilder) string {
pkgs := append([]*specs.CipdPackage{}, CIPD_PKGS_GIT...)
pkgs = append(pkgs, CIPD_PKGS_PYTHON...)
b.MustAddTask(BUNDLE_RECIPES_NAME, &specs.TaskSpec{
CipdPackages: CIPD_PKGS_GIT,
CipdPackages: pkgs,
Command: []string{
"/bin/bash", "skia/infra/bots/bundle_recipes.sh", specs.PLACEHOLDER_ISOLATED_OUTDIR,
},

View File

@ -17581,6 +17581,11 @@
"name": "infra/tools/luci/git-credential-luci/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:e1abc57be62d198b5c2f487bfb2fa2d2eb0e867c"
},
{
"name": "infra/tools/luci/vpython/${platform}",
"path": "cipd_bin_packages",
"version": "git_revision:ad60019cb66a75b59991d43b95a43f68e3fff81b"
}
],
"command": [