pulumi / examples

Infrastructure, containers, and serverless apps to AWS, Azure, GCP, and Kubernetes... all deployed with Pulumi
https://www.pulumi.com
Apache License 2.0
2.33k stars 873 forks source link

set RequireService to true for benchmarks #1598

Closed tgummerer closed 4 months ago

tgummerer commented 4 months ago

RequireService used to be the default for ProgramTest, in older pulumi/pkg versions. However when pkg got updated in https://github.com/pulumi/examples/commit/3d889a90972a440406524a785b0152fe8a1fb00d#diff-8af729bc718ea271aecd1ceaae6d16e2119d7dfbe6a21b6e6f793b3b92fc65d1R10, running against the service started to be hidden behind a flag for better test isolation.

We do however want to run benchmarks against the service, so set RequireService to true here to get that behaviour back.

/cc @t0yv0 @justinvp