pulumi/pkg
Matt Ellis 8fda24a776 Write a .yarnrc file when running tests to enable mutex
In #411 we started to run tests in parallel again. To support that, we
added a .yarnrc file in the root of our repository to pass --mutex
network to all yarn invocations, because tests may run yarn commands
concurrently with one another and yarn is not safe to run
concurrently.

However, when we run the integration tests, we actually copy them into
a folder under `/tmp` and so yarn's logic to walk up the directory to
tree to find a `.yarnrc` will not see this `.yarnrc` and we're back
where we started.

Have the testing package explicitly write this file, which should
prevent this issue from happening in the future.
2017-10-16 16:08:50 -07:00
..
compiler/errors Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
diag Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
encoding Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
engine Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00
graph Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pack Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
resource Merge pull request #420 from pulumi/rename-env-to-stack 2017-10-16 14:24:11 -07:00
testing/integration Write a .yarnrc file when running tests to enable mutex 2017-10-16 16:08:50 -07:00
tokens Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
tools Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
util Have engine emit "events" instead of writing to streams 2017-10-09 18:24:56 -07:00
workspace Use Stack over Environment to describe a deployment target 2017-10-16 13:04:20 -07:00