Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2018-04-13 16:39:12 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-08-10 00:45:12 +0300
commit8808da816dcc35c05bb73f17cd3c84f70e850c0e (patch)
tree8e119634082cbba454bf8d7304307fadb5ea7b55 /.drone.yml
parenteaf352b8d11251becbbd04690af80e04e3b1e35e (diff)
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.yml12
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