-
Notifications
You must be signed in to change notification settings - Fork 529
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
fix (jkube-kit/build/service/jib) : JibServiceUtil should push additional tags in single request (#2293) #2315
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2315 (2023-08-07T09:06:04Z) ⚙️ JKube E2E Tests (5782934754)
|
Codecov Report
@@ Coverage Diff @@
## master #2315 +/- ##
============================================
+ Coverage 59.36% 60.72% +1.36%
- Complexity 4586 4722 +136
============================================
Files 500 514 +14
Lines 21211 21262 +51
Branches 2830 2806 -24
============================================
+ Hits 12591 12911 +320
+ Misses 7370 7126 -244
+ Partials 1250 1225 -25
... and 38 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
…onal tags in single request (eclipse-jkube#2293) We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on in built jib's Containerizer.withAdditionalTag method Signed-off-by: Rohan Kumar <rohaan@redhat.com>
9fff1b6
to
da093a6
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs 92.9% Coverage The version of Java (11.0.18) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. |
Description
Fix #2293
We are doing separate push requests for each additional tag provided in build configuration. Use only single push request and rely on inbuilt jib's Containerizer.withAdditionalTag method.
Instead of iterating of tags provided in the build configuration, pass them over to jib's core withAdditionalTag method while preparing Containerizer for push request.
Type of change
test, version modification, documentation, etc.)
Checklist