-
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
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7041 +/- ##
==========================================
+ Coverage 86.93% 87.96% +1.03%
==========================================
Files 1651 1310 -341
Lines 64740 55253 -9487
Branches 2035 903 -1132
==========================================
- Hits 56283 48606 -7677
+ Misses 8122 6510 -1612
+ Partials 335 137 -198
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
Quality Gate passedIssues Measures |
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