mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 05:02:50 +00:00
Move branch-specific test env out of the kubekins-test image
This commit is contained in:
@@ -40,12 +40,14 @@ export KUBE_KEEP_VERBOSE_TEST_OUTPUT=y
|
||||
export KUBE_TIMEOUT='-timeout 300s'
|
||||
export KUBE_INTEGRATION_TEST_MAX_CONCURRENCY=4
|
||||
export LOG_LEVEL=4
|
||||
export KUBE_TEST_API_VERSIONS=v1,extensions/v1beta1
|
||||
export KUBE_TEST_ETCD_PREFIXES=registry
|
||||
|
||||
./hack/build-go.sh
|
||||
godep go install ./...
|
||||
./hack/install-etcd.sh
|
||||
|
||||
./hack/verify-all.sh
|
||||
./hack/verify-all.sh -v
|
||||
|
||||
./hack/test-go.sh -- -p=2
|
||||
./hack/test-cmd.sh
|
||||
|
Reference in New Issue
Block a user