diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-04-13 15:39:12 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2018-08-09 23:45:12 +0200 |
commit | 8808da816dcc35c05bb73f17cd3c84f70e850c0e (patch) | |
tree | 8e119634082cbba454bf8d7304307fadb5ea7b55 /.drone.yml | |
parent | eaf352b8d11251becbbd04690af80e04e3b1e35e (diff) | |
download | nextcloud-server-8808da816dcc35c05bb73f17cd3c84f70e850c0e.tar.gz nextcloud-server-8808da816dcc35c05bb73f17cd3c84f70e850c0e.zip |
simplify tests and move some out to a new feature as we need a pristine
database for them
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 84a6d0495f2..2ac98e4523f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -572,6 +572,16 @@ pipeline: when: matrix: TESTS: integration-ldap-openldap-features + integration-ldap-openldap-uid-features: + image: nextcloudci/integration-php7.0:integration-php7.0-6 + commands: + - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int + - ./occ app:enable user_ldap + - cd build/integration + - ./run.sh ldap_features/openldap-uid-username.feature + when: + matrix: + TESTS: integration-ldap-openldap-uid-features integration-trashbin: image: nextcloudci/integration-php7.0:integration-php7.0-8 commands: @@ -840,6 +850,8 @@ matrix: - TESTS: integration-ldap-features - TESTS: integration-ldap-openldap-features ENABLE_OPENLDAP: true + - TESTS: integration-ldap-openldap-uid-features + ENABLE_OPENLDAP: true - TESTS: integration-trashbin - TESTS: integration-remote-api - TESTS: integration-download |