Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 30db00d

Browse files
author
Yury Tsarev
committed
Containerized test run
Local `make test` fails for me miserably so `containerized-test-run` was created in a similar fashion to `containerized-build-release-binaries`
1 parent 7f7cdc5 commit 30db00d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

containerized-test-run

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/bash
2+
set -euo pipefail
3+
4+
COREOS_KUBERNETES_ROOT=$(git rev-parse --show-toplevel)
5+
KUBERNETES_MOUNT_DIR="/go/src/github.com/kubernetes-incubator/kube-aws"
6+
7+
docker run --rm -i \
8+
-v "${COREOS_KUBERNETES_ROOT}:${KUBERNETES_MOUNT_DIR}:z" -w ${KUBERNETES_MOUNT_DIR} \
9+
golang:1.8.3 ./make/test

0 commit comments

Comments
 (0)