[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:
parent
5361935cd0
commit
639244261a
@ -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,
|
||||
},
|
||||
|
@ -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": [
|
||||
|
Loading…
Reference in New Issue
Block a user