[infra] Trim down isolate for recipe bundle

Change-Id: Ic6da2d71b4e45fe67bc32942a87d41426bc9d05b
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/224189
Reviewed-by: Ben Wagner aka dogben <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
This commit is contained in:
Eric Boren 2019-06-27 12:14:34 -04:00 committed by Skia Commit-Bot
parent ed03e5f34b
commit 3ae2e54be0
3 changed files with 14 additions and 2 deletions

View File

@ -720,7 +720,7 @@ func bundleRecipes(b *specs.TasksCfgBuilder) string {
"PATH": []string{"cipd_bin_packages", "cipd_bin_packages/bin"},
},
Idempotent: true,
Isolate: relpath("swarm_recipe.isolate"),
Isolate: relpath("recipes.isolate"),
})
return BUNDLE_RECIPES_NAME
}

View File

@ -0,0 +1,12 @@
{
'variables': {
'files': [
'../../../.gclient',
'../config/recipes.cfg',
'bundle_recipes.sh',
'recipe_modules/',
'recipes/',
'recipes.py',
],
},
}

View File

@ -22922,7 +22922,7 @@
]
},
"idempotent": true,
"isolate": "swarm_recipe.isolate"
"isolate": "recipes.isolate"
},
"Housekeeper-PerCommit-CheckGeneratedFiles": {
"caches": [