-
Notifications
You must be signed in to change notification settings - Fork 3
SCANPY-176 Avoid using POETRY_LINUX_TEMPLATE for Mend, formatting and documentation tasks #231
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
4ee7b71
to
719654f
Compare
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.
As discussed, the script feels really complicated to me. To understand what the YAML for a task actually looks like, one has to keep a lot of references in mind. I wonder if the complexity could be reduced by consolidating different configs.
At least personally, I don't mind having a container with all the tools that are needed by most tasks, if that means that the config gets simpler. Of course, granted that it doesn't impact reliability or the time the built takes significantly.
6172b46
to
bdd2305
Compare
… documentation tasks
|
Sending this for review again. I don't think spending too much time on this is worth it, we should think about dropping the ticket. |
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.
LGTM!
This way feels a bit less tangled and easier to review. Thx for the refactoring
|
||
win_vm_definition: &WINDOWS_VM_DEFINITION | ||
env: |
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.
This is smart. I like that the JF_ALIAS
is now defined by the platform of the instance
SCANPY-176