mirror of
https://github.com/corda/corda.git
synced 2024-12-18 20:47:57 +00:00
fix merge issue with sidecar image work (#5724)
This commit is contained in:
parent
01c1e4bc17
commit
052adc9791
@ -275,7 +275,7 @@ public class KubesTest extends DefaultTask {
|
||||
return new KubePodResult(podIdx, resCode, podOutput, binaryResults);
|
||||
});
|
||||
} catch (Retry.RetryException e) {
|
||||
Pod pod = getKubernetesClient().pods().inNamespace(namespace).create(buildPodRequest(podName, pvc));
|
||||
Pod pod = getKubernetesClient().pods().inNamespace(namespace).create(buildPodRequest(podName, pvc, sidecarImage != null));
|
||||
downloadTestXmlFromPod(namespace, pod);
|
||||
throw new RuntimeException("Failed to build in pod " + podName + " (" + podNumber + "/" + numberOfPods + ") in " + numberOfRetries + " attempts", e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user