This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Ignore on_qa bugs when checking for regression #518
Merged
thegreyd
merged 2 commits into
openshift-eng:master
from
thegreyd:ignore_on_qa_blocking_bugs
Mar 1, 2023
Merged
Ignore on_qa bugs when checking for regression #518
thegreyd
merged 2 commits into
openshift-eng:master
from
thegreyd:ignore_on_qa_blocking_bugs
Mar 1, 2023
Conversation
This file contains 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
Build #1
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## master #518 +/- ##
==========================================
- Coverage 38.71% 38.61% -0.11%
==========================================
Files 60 60
Lines 6240 6260 +20
Branches 1311 1316 +5
==========================================
+ Hits 2416 2417 +1
- Misses 3628 3647 +19
Partials 196 196
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/lgtm |
Build #2
|
Build #3
|
Build #4
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Often times, we would complain about on_qa to on_qa bugs
when checking for regression, which creates confusion
when it is posted on #forum-release as part of check-bugs
(https://redhat-internal.slack.com/archives/CJARLA942/p1677594929245159)
But this case is not regression,
(regression would be if the blocking bug (e.g. 4.11) status is modified,
and blocked bug (backported bug e.g. 4.10) is on_qa). So ignore this case