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

fix(pulumi): fix dependency resolution when --skip-dependencies is on #6229

Merged
merged 2 commits into from
Jun 25, 2024

Conversation

vvagaytsev
Copy link
Collaborator

What this PR does / why we need it:

A follow-up fix for #6226.

It returns the current task itself if the --skip-dependencies flag is on.
Otherwise, a graph resolution error will be thrown.

Which issue(s) this PR fixes:

Patches #6226
Fixes #6206

Special notes for your reviewer:

A follow-up fix for #6226.
It returns the current task itself if the deps as skipped.
@vvagaytsev vvagaytsev requested a review from twelvemo June 25, 2024 14:07
@vvagaytsev vvagaytsev marked this pull request as ready for review June 25, 2024 14:07
@vvagaytsev vvagaytsev enabled auto-merge June 25, 2024 14:08
@vvagaytsev vvagaytsev requested a review from 10ko June 25, 2024 14:16
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 25, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jun 25, 2024
@vvagaytsev vvagaytsev added this pull request to the merge queue Jun 25, 2024
Merged via the queue into main with commit ece0119 Jun 25, 2024
40 checks passed
@vvagaytsev vvagaytsev deleted the fix/pulumi-process-deps branch June 25, 2024 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0.13: [Bug]: --skip-dependencies is not working correctly with garden plugins pulumi preview command
2 participants