From 8bbedbf5905bb814d2e5448f0caf74e34e5d3418 Mon Sep 17 00:00:00 2001 From: Kevin Earls Date: Wed, 2 Sep 2020 14:22:12 +0200 Subject: [PATCH] Temporary workaround for intermittent daemonset test failures Signed-off-by: Kevin Earls --- test/e2e/daemonset_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/test/e2e/daemonset_test.go b/test/e2e/daemonset_test.go index 1e46d48ac..16be91af7 100644 --- a/test/e2e/daemonset_test.go +++ b/test/e2e/daemonset_test.go @@ -228,6 +228,7 @@ func jaegerAgentAsDaemonsetDefinition(namespace string, name string) *v1.Jaeger Strategy: v1.DeploymentStrategyAllInOne, AllInOne: v1.JaegerAllInOneSpec{}, Agent: v1.JaegerAgentSpec{ + Image: "quay.io/jpkroehling/jaeger-agent:pr1176", // Remove once https://github.com/jaegertracing/jaeger-operator/issues/1175 is fixed Strategy: "DaemonSet", Options: v1.NewOptions(map[string]interface{}{ "log-level": "debug",