terraform-exec icon indicating copy to clipboard operation
terraform-exec copied to clipboard

Add ability to cache binaries between e2etest run

Open paultyng opened this issue 5 years ago • 2 comments

Downloading binaries for every test run is slow.

The easiest method is probably allowing a hard coded install directory that it can look for prior to downloading.

paultyng avatar Sep 11 '20 14:09 paultyng

We just download to the local e2e test directory and .gitignore it. Seems easiest to manage and least surprising.

eikenb avatar Sep 11 '20 18:09 eikenb

Probably would also be nice to use a local provider binary mirror for speed as well.

paultyng avatar Sep 30 '20 13:09 paultyng