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:
parent
3d5866a06d
commit
362c0e4a0e
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ script:
|
||||||
chmod a+x $HOME/bin/aws-iam-authenticator;
|
chmod a+x $HOME/bin/aws-iam-authenticator;
|
||||||
export PATH=$PATH:$HOME/bin;
|
export PATH=$PATH:$HOME/bin;
|
||||||
echo "$KUBECONFIG_AWS" > kubeconfig_aws;
|
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
|
fi
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Reference in a new issue