pulumi/pkg
Matt Ellis aba89792c4 Don't use a per test cache
The use of a per test cache is problematic right now because when run
on Node 11 it forces every test to build its own copy of gRPC from
source, which is very slow.

Go back to the shared cache (with --mutex network) but add a command
after running `yarn install` which cleans any local packages that were
installed. This is, unfortunately, the best we can do for now.
2018-11-16 09:47:28 -08:00
..
apitype Add missing annotation 2018-11-09 11:11:05 -08:00
backend Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
diag Support colors in CI/CD environments (#2094) 2018-10-24 14:45:15 -07:00
encoding Add license headers 2018-05-22 15:02:47 -07:00
engine Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
graph Add license headers 2018-05-22 15:02:47 -07:00
operations Fix log retrieval for lambdas. (#2160) 2018-11-05 12:27:11 -08:00
resource Add an API for importing stack outputs (#2180) 2018-11-14 13:33:35 -08:00
testing Don't use a per test cache 2018-11-16 09:47:28 -08:00
tokens Adopt golangci-lint and address issues 2018-11-08 14:11:47 -08:00
tools Add a `WriteString` method to `tools/GenWriter`. (#1839) 2018-08-29 14:43:20 -07:00
util Add CircleCI support (#2143) 2018-11-01 11:20:31 -07:00
version Add license headers 2018-05-22 15:02:47 -07:00
workspace Fix a race when `pulumi plugin install` ran concurrently 2018-11-15 15:50:08 -08:00