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>2019-01-27 01:36:41 +0100
commit1af036bd70073da76e1c82d4949a6e64f7a1bb77 (patch)
treeec4bd5595417f0aea3aa050a002fabd6f5134be8 /docker
parent9ce357c42506a654679288d8556f179273b32406 (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> (cherry picked from commit 7cae747f327e78bd4a398b709eecd5f2c255e1fb)
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 938b0ebe..21663fb2 100644
--- a/docker/healthcheck/Dockerfile
+++ b/docker/healthcheck/Dockerfile
@@ -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) && \