[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:
parent
ed03e5f34b
commit
3ae2e54be0
@ -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
|
||||
}
|
||||
|
12
infra/bots/recipes.isolate
Normal file
12
infra/bots/recipes.isolate
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
'variables': {
|
||||
'files': [
|
||||
'../../../.gclient',
|
||||
'../config/recipes.cfg',
|
||||
'bundle_recipes.sh',
|
||||
'recipe_modules/',
|
||||
'recipes/',
|
||||
'recipes.py',
|
||||
],
|
||||
},
|
||||
}
|
@ -22922,7 +22922,7 @@
|
||||
]
|
||||
},
|
||||
"idempotent": true,
|
||||
"isolate": "swarm_recipe.isolate"
|
||||
"isolate": "recipes.isolate"
|
||||
},
|
||||
"Housekeeper-PerCommit-CheckGeneratedFiles": {
|
||||
"caches": [
|
||||
|
Loading…
Reference in New Issue
Block a user