-
Notifications
You must be signed in to change notification settings - Fork 881
fix: report failed CompletedJob #8318
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change looks good to me, although the PR title could possibly be reworded as "detect duplicate metadata resources" as this is the bigger change here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@johnstcn had some good comments, only found some crumbs left over 😂
Fixes: #8048
This PR improves provisioner job handling by reporting failed
CompletedJob
. Currently, the CLI hangs as the provisioner job fails silently. Once the change is merged, CLI will fail with:Additionally, this PR modifies the
ConvertState
logic to detect duplicatecoder_metadata
resources.