Skip to content

Commit

Permalink
Merge pull request openshift#29329 from jaypoulz/OCPBUGS-44970
Browse files Browse the repository at this point in the history
OCPBUGS-44970: Excluding loki prod-bearer-token container from excessive restarts test in SNO
  • Loading branch information
openshift-merge-bot[bot] authored Dec 5, 2024
2 parents a44573b + 6428725 commit 4def802
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkg/monitortests/node/legacynodemonitortests/exclusions.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ func isThisContainerRestartExcluded(locator string, exclusion Exclusion) bool {
containerName: "container/snapshot-controller", // https://issues.redhat.com/browse/OCPBUGS-43113
topologyToExclude: "single",
},
{
// prod-bearer-token is part of the opeshift-e2e-loki deployment
// (see https://github.com/openshift/release/tree/master/ci-operator/step-registry/ipi/install/hosted-loki)
// the error from the pod is the inability to resolve sso.redhat.com due to dns being unavailable
// briefly during the upgrade
containerName: "container/prod-bearer-token", // https://issues.redhat.com/browse/OCPBUGS-44970
topologyToExclude: "single",
},
{
containerName: "container/kube-multus", // https://issues.redhat.com/browse/OCPBUGS-42267
},
Expand Down

0 comments on commit 4def802

Please sign in to comment.