Update CI/CD to use specific test ldap instance
This commit is contained in:
parent
02f3152ffd
commit
409b0301dc
@ -43,7 +43,7 @@ PUSHER_APP_CLUSTER=mt1
|
|||||||
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
|
||||||
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"
|
||||||
|
|
||||||
LDAP_HOST=ldap
|
LDAP_HOST=test_ldap
|
||||||
LDAP_PORT=389
|
LDAP_PORT=389
|
||||||
LDAP_BASE_DN="dc=Test"
|
LDAP_BASE_DN="dc=Test"
|
||||||
LDAP_USERNAME="cn=admin,dc=Test"
|
LDAP_USERNAME="cn=admin,dc=Test"
|
||||||
|
@ -7,7 +7,7 @@ test:
|
|||||||
# resulting in the testing to fail on the first run.
|
# resulting in the testing to fail on the first run.
|
||||||
services:
|
services:
|
||||||
- name: osixia/openldap:latest
|
- name: osixia/openldap:latest
|
||||||
alias: ldap
|
alias: test_ldap
|
||||||
command: ["--loglevel","debug"]
|
command: ["--loglevel","debug"]
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
@ -16,8 +16,6 @@ test:
|
|||||||
LDAP_BASE_DN: "dc=Test"
|
LDAP_BASE_DN: "dc=Test"
|
||||||
LDAP_DOMAIN: "Test"
|
LDAP_DOMAIN: "Test"
|
||||||
LDAP_ADMIN_PASSWORD: test
|
LDAP_ADMIN_PASSWORD: test
|
||||||
LDAP_HOST: ldap
|
|
||||||
LDAP_PORT: 389
|
|
||||||
#CI_DEBUG_SERVICES: "true"
|
#CI_DEBUG_SERVICES: "true"
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
|
Loading…
Reference in New Issue
Block a user