Added HTTP bridge pipeline to system tests in GitHub actions#12591
Added HTTP bridge pipeline to system tests in GitHub actions#12591ppatierno merged 1 commit intostrimzi:mainfrom
Conversation
Signed-off-by: Paolo Patierno <ppatierno@live.com>
|
You realize the Bridge pipeline was used exactly twice ... once in 2023 and once in 2024? :-o |
I can't see it as a reason for not having it defined, if it doesn't hurt. Otherwise please gives me a technical reason. Thanks. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12591 +/- ##
============================================
+ Coverage 74.99% 75.01% +0.01%
- Complexity 6432 6435 +3
============================================
Files 373 373
Lines 24904 24904
Branches 3205 3205
============================================
+ Hits 18677 18681 +4
+ Misses 4907 4905 -2
+ Partials 1320 1318 -2 🚀 New features to boost your workflow:
|
I just wanted to confirm you know how much it was used. There is no need to reply this way! |
im-konge
left a comment
There was a problem hiding this comment.
As I mentioned to you in our offline discussion, you can do this by specifying profile when triggering the pipeline. However if you want to have it consistent, I don't see an issue not having it there.
The changes LGTM. Thanks
Frawless
left a comment
There was a problem hiding this comment.
I am fine with that, but we should probably improve the process of running custom pipelines. The discussion is still in progress on strimzi-dev slack.
This PR tries to add the bridge pipeline to the GitHub actions as we were used to have within Azure pipelines.