From: Cédric Ollivier Date: Fri, 14 Sep 2018 12:26:30 +0000 (+0200) Subject: Stop writing in clusterapi-tester/pod.yaml X-Git-Tag: opnfv-9.0.0~24 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=7cae747f327e78bd4a398b709eecd5f2c255e1fb;p=functest-kubernetes.git Stop writing in clusterapi-tester/pod.yaml It was removed in master tree [1]. [1] https://build.opnfv.org/ci/job/functest-kubernetes-healthcheck-docker-build-arm64-master/20/console Change-Id: Ice0c88c2a3954934acdb69828d9675efac6bb1fe Signed-off-by: Cédric Ollivier --- diff --git a/docker/healthcheck/Dockerfile b/docker/healthcheck/Dockerfile index 9dff9a08..c3e2c654 100644 --- a/docker/healthcheck/Dockerfile +++ b/docker/healthcheck/Dockerfile @@ -12,8 +12,6 @@ RUN apk --no-cache add --update make py-pip bash git \ (cd /src/k8s.io/kubernetes && \ git fetch --tags https://github.com/kubernetes/kubernetes $K8S_TAG && \ git checkout FETCH_HEAD && \ - # Replace the amd64 with arm64 when building e2e.test on arm platform. - if [ "$(uname -m)" = "aarch64" ]; then sed -i "s/amd64/arm64/g" ./test/images/clusterapi-tester/pod.yaml ; fi && \ make kubectl ginkgo && \ make WHAT=test/e2e/e2e.test && \ mv _output/bin/* /usr/local/bin) && \