ci: added default values in case repo variables are not present#1938
Merged
Prashansa-K merged 4 commits intomainfrom Mar 20, 2026
Merged
ci: added default values in case repo variables are not present#1938Prashansa-K merged 4 commits intomainfrom
Prashansa-K merged 4 commits intomainfrom
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1938 +/- ##
==========================================
- Coverage 33.58% 33.54% -0.05%
==========================================
Files 76 76
Lines 6711 6711
==========================================
- Hits 2254 2251 -3
- Misses 4278 4280 +2
- Partials 179 180 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
shivaygupta-dotcom
approved these changes
Mar 20, 2026
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.
Adding some default values in timeouts extracted from repo variables.
This would unblock open-source contributions via forks where we could at least test against
open source gateway wherever possible.
All kinds of changes may not work as we would require EE and Konnect testing but things
like lib updates, doc updates, etc. can be allowed via forks.
Update: Added a go timeout for tests as Konnect tests were failing after the default 10minute marker.
Updated that to 20m for now.