Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explicitly install pulumi CLI in CI #1487

Merged
merged 1 commit into from
Nov 26, 2024
Merged

Conversation

julienp
Copy link
Contributor

@julienp julienp commented Nov 26, 2024

We were relying on the Pulumi version that comes preinstalled on GHA runners. This got updated to 3.141.0 and we started hitting pulumi/pulumi#17862 in our template tests.

Explicitly install the latest version, so once we release a fix for the issue we can pass CI without waiting for a new runner image.

Tests will fail until 3.142.0 is out.

@julienp julienp added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Nov 26, 2024
We were relying on the Pulumi version that comes preinstalled on GHA runners. This got updated to 3.141.0 and we started hitting pulumi/pulumi#17862 in our template tests.

Explicitly install the latest version, so once we release a fix for the issue we can pass CI without waiting for a new runner image.
@julienp julienp force-pushed the julienp/pulumi-version-ci branch from 85cf1ca to 00e07aa Compare November 26, 2024 16:55
@julienp julienp marked this pull request as ready for review November 26, 2024 16:57
@julienp julienp requested a review from a team as a code owner November 26, 2024 16:57
@julienp julienp merged commit e1a6ac3 into main Nov 26, 2024
23 checks passed
@julienp julienp deleted the julienp/pulumi-version-ci branch November 26, 2024 17:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants