-
Notifications
You must be signed in to change notification settings - Fork 312
allow to get dependency builds env vars #4716
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
Signed-off-by: Javier Lopez <javier@okteto.com>
…correct data retrieval Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (46.57%) is below the target coverage (60.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #4716 +/- ##
==========================================
- Coverage 48.79% 48.78% -0.01%
==========================================
Files 354 354
Lines 29567 29638 +71
==========================================
+ Hits 14428 14460 +32
- Misses 13989 14023 +34
- Partials 1150 1155 +5 🚀 New features to boost your workflow:
|
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 would consider to add an e2e for this case, as this might be a tricky case, but it has to be done once the CLI is integrated in the backend
Signed-off-by: Javier Lopez <javier@okteto.com>
Signed-off-by: Javier Lopez <javier@okteto.com>
Created a ticket for the next sprint |
Signed-off-by: Javier Lopez javier@okteto.com
Proposed changes
Fixes DEV-940
When building and using smart build store the build env vars in the configmap so it can be used by any dependant service. The name of the variable is
fmt.Sprintf("OKTETO_DEPENDENCY_%s_BUILD_%s_%s", dependencyName, build, buildEnvVar)
How to validate
CLI Quality Reminders 🔧
For both authors and reviewers: