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-09-28 11:15:08 +0300
committerArthur Schiwon <blizzz@arthur-schiwon.de>2018-09-28 12:19:48 +0300
commit108a8d6c4c696016d0b32ee3a82b693718a011a7 (patch)
tree425c1c9775a2156f93a3f7a55b81e7d4103cdc69 /.drone.yml
parentc759a78926b8555aa03262478a57eab9371303b0 (diff)
extend integration tests with users with numerical IDs
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml14
1 files changed, 13 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index f22f7df69a2..5228d4e6562 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -589,6 +589,16 @@ pipeline:
when:
matrix:
TESTS: integration-ldap-openldap-uid-features
+ integration-ldap-openldap-numerical-id-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-numerical-id.feature
+ when:
+ matrix:
+ TESTS: integration-ldap-openldap-numerical-id-features
integration-trashbin:
image: nextcloudci/integration-php7.0:integration-php7.0-8
commands:
@@ -860,6 +870,8 @@ matrix:
ENABLE_OPENLDAP: true
- TESTS: integration-ldap-openldap-uid-features
ENABLE_OPENLDAP: true
+ - TESTS: integration-ldap-openldap-numerical-id-features
+ ENABLE_OPENLDAP: true
- TESTS: integration-trashbin
- TESTS: integration-remote-api
- TESTS: integration-download
@@ -1042,7 +1054,7 @@ services:
matrix:
TESTS: acceptance
openldap:
- image: nextcloudci/openldap:openldap-4
+ image: nextcloudci/openldap:openldap-5
environment:
- SLAPD_DOMAIN=nextcloud.ci
- SLAPD_ORGANIZATION=Nextcloud