-
Notifications
You must be signed in to change notification settings - Fork 155
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 v6 job queue migration #3091
Conversation
Does the PR have any schema changes?Does the PR have any schema changes?Looking good! No breaking changes found. Maintainer note: consult the runbook for dealing with any breaking changes. |
Minor note that they refresh by default - but you can do a |
Fixes #3075
The problem was that the tf migration didn't migrate the ARN property of the job queue resource.
Looks like this isn't a problem for tf programs, likely because tf does a refresh during update.
This PR adds a patch and an upgrade test for this.