Skip to content

Commit

Permalink
[infra] Speculative fix for vpython cache
Browse files Browse the repository at this point in the history
Bug: skia:8263
Change-Id: Ic5003128485116c66ae1ed61e8727b9b1c33aa1a
Reviewed-on: https://skia-review.googlesource.com/147968
Reviewed-by: Ben Wagner <benjaminwagner@google.com>
Commit-Queue: Eric Boren <borenet@google.com>
  • Loading branch information
erock2112 authored and Skia Commit-Bot committed Aug 20, 2018
1 parent cc9c45d commit 7c42e01
Show file tree
Hide file tree
Showing 2 changed files with 957 additions and 957 deletions.
4 changes: 2 additions & 2 deletions infra/bots/gen_tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ func kitchenTask(name, recipe, isolate, serviceAccount string, dimensions []stri
Dependencies: []string{BUNDLE_RECIPES_NAME},
Dimensions: dimensions,
EnvPrefixes: map[string][]string{
"PATH": []string{"cipd_bin_packages", "cipd_bin_packages/bin"},
"VPYTHON_VIRTUALENV_ROOT": []string{"${cache_dir}/vpython"},
"PATH": []string{"cipd_bin_packages", "cipd_bin_packages/bin"},
"VPYTHON_VIRTUALENV_ROOT": []string{"cache/vpython"},
},
ExtraTags: map[string]string{
"log_location": logdogAnnotationUrl(),
Expand Down
Loading

0 comments on commit 7c42e01

Please sign in to comment.