mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Rebuild unit-test image for every branch
This variable is set by Jenkins, you'll have to set it manually if you build locally.
This commit is contained in:
parent
a1fce99e67
commit
0fa4b16660
@ -5,7 +5,7 @@ services:
|
||||
build:
|
||||
context: ../../../
|
||||
dockerfile: tools/docker-compose/unit-tests/Dockerfile
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:${GIT_BRANCH}
|
||||
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user