aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-09-14 14:26:30 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2018-09-14 14:50:11 +0200
commit7cae747f327e78bd4a398b709eecd5f2c255e1fb (patch)
tree374c01c8bcc7b24e49083947b24db63d7cf55310 /docker
parent13e26a382bc7c5507885e92c19bd67e086eb83c4 (diff)
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 <cedric.ollivier@orange.com>
Diffstat (limited to 'docker')
-rw-r--r--docker/healthcheck/Dockerfile2
1 files changed, 0 insertions, 2 deletions
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) && \