[ST] Fix path to DrainCleaner deployment file in STs#12042
Merged
im-konge merged 1 commit intostrimzi:mainfrom Oct 16, 2025
Merged
[ST] Fix path to DrainCleaner deployment file in STs#12042im-konge merged 1 commit intostrimzi:mainfrom
im-konge merged 1 commit intostrimzi:mainfrom
Conversation
Signed-off-by: Lukas Kral <lukywill16@gmail.com>
see-quick
approved these changes
Oct 16, 2025
Member
Author
|
/gha run pipeline=regression |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12042 +/- ##
=========================================
Coverage 74.91% 74.92%
- Complexity 6454 6455 +1
=========================================
Files 343 343
Lines 24336 24336
Branches 3207 3207
=========================================
+ Hits 18232 18233 +1
Misses 4830 4830
+ Partials 1274 1273 -1 🚀 New features to boost your workflow:
|
|
⏳ System test verification started: link The following 6 job(s) will be executed:
Tests will start after successful build completion. |
|
🎉 System test verification passed: link |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of change
Description
This PR fixes issue with installation of DrainCleaner - as all the files are taken from the path configured by the platform, but the DrainCleaner dep file was always taken from
kubernetesfolder, which is wrong.Checklist