[marathon] Fix and extend integration tests.
- Update compose file. - Add integration test for Marathon application deployment.
This commit is contained in:
parent
19a5ba3264
commit
64b8fc52c3
4 changed files with 159 additions and 65 deletions
3
Makefile
3
Makefile
|
@ -8,7 +8,8 @@ TRAEFIK_ENVS := \
|
|||
-e VERSION \
|
||||
-e CODENAME \
|
||||
-e TESTDIRS \
|
||||
-e CI
|
||||
-e CI \
|
||||
-e CONTAINER=DOCKER # Indicator for integration tests that we are running inside a container.
|
||||
|
||||
SRCS = $(shell git ls-files '*.go' | grep -v '^vendor/' | grep -v '^integration/vendor/')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue