-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 extend ooil to support depends_on
keyword in overwrites
#7041
🎨 extend ooil to support depends_on
keyword in overwrites
#7041
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7041 +/- ##
==========================================
+ Coverage 87.26% 88.84% +1.57%
==========================================
Files 1634 1312 -322
Lines 64259 54567 -9692
Branches 2050 904 -1146
==========================================
- Hits 56076 48478 -7598
+ Misses 7846 5952 -1894
+ Partials 337 137 -200
Continue to review full report in Codecov by Sentry.
|
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.
thx.
packages/service-integration/src/service_integration/osparc_image_specs.py
Outdated
Show resolved
Hide resolved
packages/service-integration/src/service_integration/osparc_image_specs.py
Outdated
Show resolved
Hide resolved
packages/service-integration/src/service_integration/osparc_image_specs.py
Outdated
Show resolved
Hide resolved
…imcore-forked into pr-osparc-ooil-extensions
|
What do these changes do?
When building some services like https://github.com/ITISFoundation/ML-TensorFlow-application it is mandatory that certain build job are concluded before start. With the
depends_on
keyword it is now possible to do so.Related issue/s
How to test
Dev-ops checklist