stale-dress-12719
06/10/2025, 4:15 PMpulumi up
and deploy the stack to production.
The first time Pulumi runs in CI it seems to take 5-6min before even beginning to run the stack (we have a log right at the start) and I was hoping that there would be some way to cache the output of whatever initialization work is happening?
We're using Go to define our stacks and I've downloaded dependencies ahead of time and cached the Pulumi plugins... we don't have hardly any encrypted values in the config, so I don't think it's that either...stale-dress-12719
06/10/2025, 4:17 PMlittle-cartoon-10569
06/12/2025, 12:45 AMstale-dress-12719
06/12/2025, 2:47 AMlittle-cartoon-10569
06/12/2025, 3:04 AMstale-dress-12719
06/12/2025, 5:22 AM@ Updating...
with then a .
every ~second thereafter
Also got this log towards the beginning:
/usr/local/bin/pulumi version
v3.173.0
warning: A new version of Pulumi is available. To upgrade from version '3.173.0' to '3.175.0', visit <https://pulumi.com/docs/install/> for manual instructions and release notes.
Pulumi version 3.173.0 is already installed on this machine. Skipping download
is there any chance the action might be auto updating the Pulumi CLI? I've been looking at the CLI source code and that's one of the only things I see that runs a check on each command?stale-dress-12719
06/12/2025, 5:25 AM