pulumi/pkg/testing/integration
Pat Gavlin d72b85c90b Add a few gas exceptions.
The first exception relates to how we launch plugins. Plugin paths are
calculated using a well-known set of rules; this makes `gas` suspicious
due to the need to use a variable to store the path of the plugin.

The second and third are in test code and aren't terribly concerning.
The latter exception asks `gas` to ignore the access key we hard-code
into the integration tests for our Pulumi test account.

The fourth exception allows use to use more permissive permissions for
the `.pulumi` directory than `gas` would prefer. We use `755`; `gas`
wants `700` or stricter. `755` is the default for `mkdir` and `.git` and
so seems like a reasonable choice for us.
2017-11-24 16:14:43 -08:00
..
program.go Change configuration verbs for getting and setting values 2017-11-16 11:39:28 -08:00
program_test.go Rename pulumi-fabric to pulumi 2017-09-21 19:18:21 -07:00
pulumi.go Add a few gas exceptions. 2017-11-24 16:14:43 -08:00
s3reporter.go Report test run data and timing to S3 (#560) 2017-11-14 09:33:22 -08:00