Hey all! I noticed a weird issue starting on last ...
# general
a
Hey all! I noticed a weird issue starting on last Friday where the Pulumi GitHub actions are getting stuck in a kind of pending state until they time out. On Friday I know I saw GitHub was having some issues so associated it with that, but the issue appears to remain today 😢 What happens: 1. Kick off/retry preview actions in GitHub PR 2. I can see the deployment in the Pulumi site 3. It gets to the Pulumi Preview step where an update just never seems to do anything 4. Eventually times out and fails, no preview run on PR a. I'm assuming the same would happen for the actual deployment action that's supposed to run on merge too Running
pulumi preview
locally does work. Wondering if anyone has seen this before! I'm 99.9999% sure no config has changed in our pulumi project as I was just able to run changes not that long ago
f
can you verify which version(s) of
pulumi
are being used?
a
locally I'm on
v3.218.0
, but the github action is the Pulumi official github app so not sure
ah its:
Copy code
Using runner default image with Pulumi version 3.221.0 (public.ecr.aws/pulumi/pulumi@sha256:d6f7caf66527bd1a4d52f7b12d66422c0e0059dbc31448e7bfcfac4f6ae0ce9e)
f
yeah 😞 we will be upgrading that shortly
👀 1
a
Some issue with v3.221.0 specifically?
f
that would be my guess yes, especially if you're using policies
sad panda 1
a
Okay! Do you know when it'll be updated? I'm assuming this impacts
preview
and
up
runners?
f
3.223.0 should be pinned now!
🙌 1