mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Add an initial check and gate job configuration for zuul
Updates for running ui tests and linters
This commit is contained in:
9
tools/docker-compose/start_tests.sh
Executable file
9
tools/docker-compose/start_tests.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
set +x
|
||||
|
||||
cp -R /tmp/awx.egg-info /awx_devel/ || true
|
||||
sed -i "s/placeholder/$(cat /awx_devel/VERSION)/" /awx_devel/awx.egg-info/PKG-INFO
|
||||
cp /tmp/awx.egg-link /venv/awx/lib/python2.7/site-packages/awx.egg-link
|
||||
|
||||
cd /awx_devel
|
||||
cp awx/settings/local_settings.py.docker_compose awx/settings/local_settings.py
|
||||
make test
|
||||
Reference in New Issue
Block a user