Justin Van Patten

Results 202 comments of Justin Van Patten

Sorry, temporarily removing from the merge queue. Trying to get the v3.108.1 patch release out. Will add this back to the queue after.

The Chocolatey verification tests failed due to a 503 response: https://gist.github.com/choco-bot/cd786c1fd8fec6b56f8e914f350ff3f8. I signed-in as pulumibot and set the tests to re-run. I have no idea when the tests will actually...

I was wondering if we should do something like this: https://github.com/jestjs/jest/pull/15008 Looks like there is an upstream issue, and there's a [comment](https://github.com/AlecAivazis/survey/issues/436#issuecomment-1204252532) mentioning DEC private mode 2026: https://github.com/AlecAivazis/survey/issues/436

Related: https://github.com/pulumi/pulumi/issues/14515 We're looking at adding `pulumi up --continue-on-error` and `pulumi destroy --continue-on-error`.

It's entirely possible that this could be a blip with GitHub. GitHub Actions is dragging today. I've noticed it as well as others on the team. No mention of it...

I wanted to check the code coverage associated with some of the changes we postmortem'd, such as https://github.com/pulumi/pulumi/commit/a05c188edc3f2acd712657920be3571d1372e672. I checked CodeCov and couldn't find the commit listed there. Alarmingly, it...

Apparently, skipped jobs are counted as successful. Likely need a workaround like this: https://github.com/pulumi/pulumi-azure/blob/60738de3b1f19a8e2429332e16f32bbbd1caaec6/.github/workflows/run-acceptance-tests.yml#L258-L259

> So what happened here is that CI failed in this PR, but CI for a commit that was put in the merge group later, 3), succeeded while the first...

@Frassle, can we make it an error rather than panic in the meantime?

Thanks for the suggestion, @bcheidemann. I'm honestly not sure we'd do this anytime soon as it fundamentally changes how outputs are instantiated for resources. Unless the dynamic provider is returning...