Stop writing in clusterapi-tester/pod.yaml 75/66675/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 14 Sep 2018 12:26:30 +0000 (14:26 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 27 Jan 2019 00:36:41 +0000 (01:36 +0100)
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 <cedric.ollivier@orange.com>
(cherry picked from commit 7cae747f327e78bd4a398b709eecd5f2c255e1fb)

docker/healthcheck/Dockerfile

index 938b0eb..21663fb 100644 (file)
@@ -11,8 +11,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) && \