-
Notifications
You must be signed in to change notification settings - Fork 4
chore(build): Provide multiple build jobs. Closes #150 #153
Conversation
✔️ Deploy Preview for arcus-azureml ready! 🔨 Explore the source changes: 4261488 🔍 Inspect the deploy log: https://app.netlify.com/sites/arcus-azureml/deploys/61bc7037d0ce940007a65039 😎 Browse the preview: https://deploy-preview-153--arcus-azureml.netlify.app |
Yeah, but if you can install them locally into a build artifact you can pass along them to the next stage. Our other Arcus repo's all have this approach. We'll see. |
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.
Great to have some more separation and consistency with the Arcus repo's. I'm wondering if the other Python ML package uses the same (almost the same) setup for building; and if so, we could move it to our general Azure DevOps YAML templates repo instead of manually having all the script commands here.
Also, we should update the release pipeline too, right?
@stijnmoreels release build is updated. |
Great! 👍 |
We can always look further into why the build and tests jobs needs to be in the same stage, but for a first run, I think this is good. @ALaks96 , what do you think? |
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.
Great first improvement on this 💯
Add multiple stages & jobs: