Skip to content

Commit 54734aa

Browse files
Merge pull request #30215 from dgoodwin/retry-oc-log-test
OCPBUGS-61287: Add flaky kubectl logs test to the retry list to clean signal for release
2 parents 841b786 + cf8fa0f commit 54734aa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pkg/test/ginkgo/cmd_runsuite.go

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,10 @@ func shouldRetryTest(ctx context.Context, test *testCase, permittedRetryImageTag
165165
// were actually flaky and nobody knew. We attempted to fix these, a few did not make it in time. Restore
166166
// retries for specific test names so the overall suite can continue to not retry.
167167
retryTestNames := []string{
168-
"[sig-instrumentation] Metrics should grab all metrics from kubelet /metrics/resource endpoint [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57477
169-
"[sig-network] Services should be rejected for evicted pods (no endpoints exist) [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57665
170-
"[sig-node] Pods Extended Pod Container lifecycle evicted pods should be terminal [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57658
168+
"[sig-instrumentation] Metrics should grab all metrics from kubelet /metrics/resource endpoint [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57477
169+
"[sig-network] Services should be rejected for evicted pods (no endpoints exist) [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57665
170+
"[sig-node] Pods Extended Pod Container lifecycle evicted pods should be terminal [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-57658
171+
"[sig-cli] Kubectl logs all pod logs the Deployment has 2 replicas and each pod has 2 containers should get logs from each pod and each container in Deployment [Suite:openshift/conformance/parallel] [Suite:k8s]", // https://issues.redhat.com/browse/OCPBUGS-61287
171172
}
172173
for _, rtn := range retryTestNames {
173174
if test.name == rtn {

0 commit comments

Comments
 (0)