Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simone Rossi
main
Commits
0efa4f8a
Commit
0efa4f8a
authored
Feb 23, 2018
by
Daniele Venzano
Browse files
The network "zoe" as default no longer works
parent
de24375a
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
0efa4f8a
...
...
@@ -11,7 +11,7 @@ variables:
POSTGRES_USER
:
zoeuser
POSTGRES_PASSWORD
:
zoepass
ZOE_TEST_IMAGE
:
zoe-test:$CI_PIPELINE_ID
ZOE_COMMON_OPTIONS
:
--debug --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850 --listen-port 5100 --workspace-base-path /tmp
ZOE_COMMON_OPTIONS
:
--debug --deployment-name test${CI_BUILD_REF} --dbuser ${POSTGRES_USER} --dbhost postgres --dbport 5432 --dbname ${POSTGRES_DB} --dbpass ${POSTGRES_PASSWORD} --master-url tcp://localhost:4850 --listen-port 5100 --workspace-base-path /tmp
--overlay-network-name bridge
cache
:
paths
:
...
...
integration_tests/conftest.py
View file @
0efa4f8a
...
...
@@ -20,7 +20,8 @@ ARGS = [
'--auth-file'
,
'zoepass.csv'
,
'--backend'
,
'DockerEngine'
,
'--backend-docker-config-file'
,
'integration_tests/sample_docker.conf'
,
'--zapp-shop-path'
,
'contrib/zapp-shop-sample'
'--zapp-shop-path'
,
'contrib/zapp-shop-sample'
,
'--overlay-network-name'
,
'bridge'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment