Skip to content

Commit

Permalink
Revert "Remove test regressions for 4.18"
Browse files Browse the repository at this point in the history
This reverts commit 5eac98f.
  • Loading branch information
dgoodwin committed Jan 16, 2025
1 parent 41c82f4 commit 3eb2d7b
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 2 deletions.
7 changes: 6 additions & 1 deletion pkg/regressionallowances/consecutiveoverrides/overrides.json
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
{}
{
"4.18": {
"openshift-tests:d6b41cee7afca1c2a0b52f9e6975425fX": true,
"openshift-tests-upgrade:d6b41cee7afca1c2a0b52f9e6975425fX": true
}
}
3 changes: 3 additions & 0 deletions pkg/regressionallowances/intentional_regressions.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,15 @@ var regressions4_17 []byte
var regressions4_18 []byte

var (
release415 release = "4.15"
release417 release = "4.17"
release418 release = "4.18"
)

//nolint:all
func init() {
importIntentionalRegressions(release417, regressions4_17)
importIntentionalRegressions(release418, regressions4_18)
}

func importIntentionalRegressions(releaseTarget release, jsonRegressions []byte) {
Expand Down
53 changes: 52 additions & 1 deletion pkg/regressionallowances/regressions_4.18.json
Original file line number Diff line number Diff line change
@@ -1 +1,52 @@
[]
[
{
"JiraComponent": "kube-apiserver",
"TestID": "openshift-tests:d6b41cee7afca1c2a0b52f9e6975425f",
"TestName": "[bz-kube-apiserver][invariant] alert/KubeAPIErrorBudgetBurn should not be at or above info",
"JiraBug": "https://issues.redhat.com/browse/OCPBUGS-42083",
"ReasonToAllowInsteadOfFix": "Degraded enough to trip test near the end of stabilization. Still no root cause determined, and the team is still actively investigating. We are marking this as not a blocker because we did not see signals indicating that this does not stabilize after install is completed, although that has not yet been confirmed.",
"variant": {
"variants": {
"Network": "ovn",
"Upgrade": "none",
"Architecture": "amd64",
"Platform": "azure",
"FeatureSet": "default",
"Suite": "serial",
"Topology": "ha",
"Installer": "ipi"
}
},
"PreviousSuccesses": 74,
"PreviousFailures": 0,
"PreviousFlakes": 0,
"RegressedSuccesses": 20,
"RegressedFailures": 3,
"RegressedFlakes": 0
},
{
"JiraComponent": "kube-apiserver",
"TestID": "openshift-tests-upgrade:d6b41cee7afca1c2a0b52f9e6975425f",
"TestName": "[bz-kube-apiserver][invariant] alert/KubeAPIErrorBudgetBurn should not be at or above info",
"JiraBug": "https://issues.redhat.com/browse/OCPBUGS-42083",
"ReasonToAllowInsteadOfFix": "Degraded enough to trip test near the end of stabilization. Still no root cause determined, and the team is still actively investigating. We are marking this as not a blocker because we did not see signals indicating that this does not stabilize after install is completed, although that has not yet been confirmed.",
"variant": {
"variants": {
"Network": "ovn",
"Upgrade": "micro",
"Architecture": "amd64",
"Platform": "azure",
"FeatureSet": "default",
"Suite": "unknown",
"Topology": "ha",
"Installer": "ipi"
}
},
"PreviousSuccesses": 735,
"PreviousFailures": 3,
"PreviousFlakes": 0,
"RegressedSuccesses": 211,
"RegressedFailures": 16,
"RegressedFlakes": 0
}
]

0 comments on commit 3eb2d7b

Please sign in to comment.