mirror of
https://github.com/ansible/awx.git
synced 2026-01-20 14:11:24 -03:30
run network ui tests in shippable and Jenkins
This commit is contained in:
parent
9dc4e1944c
commit
3abdf66794
@ -8,7 +8,7 @@ services:
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH:-latest}
|
||||
environment:
|
||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
|
||||
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests awx/network_ui/tests
|
||||
command: ["make test"]
|
||||
volumes:
|
||||
- /awx_devel:/awx_devel
|
||||
|
||||
@ -8,7 +8,7 @@ services:
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH:-latest}
|
||||
environment:
|
||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests
|
||||
TEST_DIRS: awx/main/tests/functional awx/main/tests/unit awx/conf/tests awx/sso/tests awx/network_ui/tests
|
||||
command: ["make test_combined"]
|
||||
volumes:
|
||||
- ../../../:/awx_devel
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user