Skip to content

Commit cf8fa0f

Browse files
committed
Add flaky kubectl logs test to the retry list to clean signal for release
1 parent cc048c3 commit cf8fa0f

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
@@ -161,9 +161,10 @@ func shouldRetryTest(ctx context.Context, test *testCase, permittedRetryImageTag
161161
// were actually flaky and nobody knew. We attempted to fix these, a few did not make it in time. Restore
162162
// retries for specific test names so the overall suite can continue to not retry.
163163
retryTestNames := []string{
164-
"[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
165-
"[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
166-
"[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
164+
"[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
165+
"[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
166+
"[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
167+
"[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
167168
}
168169
for _, rtn := range retryTestNames {
169170
if test.name == rtn {

0 commit comments

Comments
 (0)