-
Notifications
You must be signed in to change notification settings - Fork 162
Move /plans/provision/container into its own Packit job
#4400
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
base: main
Are you sure you want to change the base?
Conversation
e7efd52 to
abc7325
Compare
abc7325 to
fafc6f2
Compare
LecrisUT
left a comment
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.
Just minor moving around
| # TODO: can I merge `provision` and `internal`? They seem to fight over `tf_extra_params`, | ||
| # dropping keys. |
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.
I did try this one at some point, and iirc it does an update, of the previously defined fields, so the conflict should be fine.
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.
I tried, virtual check found no tests as it was missing the custom context. Will try again.
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.
packit validate should show the final yaml file, but we should see this from a simple yaml.load also.
| - tmt: | ||
| context: | ||
| how: provision | ||
| <<: *tmt-cloud-resources |
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.
I believe you want to remove this, otherwise it is the same as internal except for missing use_internal_tf?
| settings: | ||
| provisioning: | ||
| tags: | ||
| BusinessUnit: tmt |
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.
| settings: | |
| provisioning: | |
| tags: | |
| BusinessUnit: tmt | |
| <<: *tmt-cloud-resources |
We already have a shortcut :)
Pull Request Checklist