1
0
Fork 0
mirror of https://github.com/kubernetes-sigs/node-feature-discovery.git synced 2024-12-14 11:57:51 +00:00

travis: enable e2e-test-config

Use the contents of 'E2E_TEST_CONFIG_DATA' environment variable as the
e2e-test-config, enabling wider end-to-end test converage (assuming
E2E_TEST_CONFIG_DATA is properly populated).
This commit is contained in:
Markus Lehtonen 2020-02-27 14:14:37 +02:00
parent 3d5866a06d
commit 362c0e4a0e

View file

@ -21,7 +21,8 @@ script:
chmod a+x $HOME/bin/aws-iam-authenticator;
export PATH=$PATH:$HOME/bin;
echo "$KUBECONFIG_AWS" > kubeconfig_aws;
make e2e-test -e KUBECONFIG=`pwd`/kubeconfig_aws;
echo "$E2E_TEST_CONFIG_DATA" > e2e-test-config;
make e2e-test -e KUBECONFIG=`pwd`/kubeconfig_aws E2E_TEST_CONFIG=`pwd`/e2e-test-config;
fi
deploy: