ci: label based input to skip tests if not required#1982
Merged
Conversation
Not all changes require konnect or gw tests. Example: A test added for file utilities can skip konnect and ee tests. Adding this feature to allow us to ship faster. This also helps us to not rely on Konnect Dev resiliency in case something is blocking and the change is irrelevant to Konnect
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1982 +/- ##
==========================================
- Coverage 32.62% 32.58% -0.05%
==========================================
Files 77 77
Lines 6903 6903
==========================================
- Hits 2252 2249 -3
- Misses 4472 4474 +2
- Partials 179 180 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
Adding the labels skip-konnect and skip-ee skipped the two test suites. |
harshadixit12
approved these changes
Apr 8, 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.
Not all changes require konnect or gw tests.
Example: A test added for file utilities
can skip konnect and ee tests.
Adding this feature to allow us to
ship faster.
This also helps us to not rely on
Konnect Dev resiliency in case
something is blocking and the change is
irrelevant to Konnect