pulumi / pulumi-docker-containers

Definitions for official Pulumi Docker images.
Apache License 2.0
18 stars 22 forks source link

Run template tests for kitchen sink in parallel #215

Open julienp opened 1 month ago

julienp commented 1 month ago

Having too many of the tests running at the same time causes disk space issues.

https://github.com/pulumi/pulumi-docker-containers/actions/runs/10099404024/job/27928516574#step:10:254

tgummerer commented 1 month ago

In other places we're using jlumbroso/free-disk-space@main to clean up unnecessary stuff from the action runners. Might be worth trying to use here as well.