Files
d92a72c612cc50307e7da5cbb0633f164263bd86
89 lines
3.4 KiB
Bash
89 lines
3.4 KiB
Bash
#!/usr/bin/env bash
# https://opendev.org/openstack/openstack-ansible-tests/src/run_tests.sh
# If you need to modify this file, update the one in the openstack-ansible-tests
## Shell Opts ----------------------------------------------------------------
## Vars ----------------------------------------------------------------------
OSA_PROJECT_NAME="$(sed -n 's|^project=openstack/\(.*\).git$|1円|p' $(pwd)/.gitreview)"
ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/opendev.org/openstack/openstack-ansible-tests"
## Main ----------------------------------------------------------------------
# Install git so that we can clone the tests repo if git is not available