]> source.dussan.org Git - nextcloud-server.git/commitdiff
Also execute the new tests on drone
authorJoas Schilling <coding@schilljs.com>
Wed, 10 Mar 2021 18:10:24 +0000 (19:10 +0100)
committerJoas Schilling <coding@schilljs.com>
Wed, 10 Mar 2021 18:10:24 +0000 (19:10 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.drone.yml
build/integration/collaboration_features/autocomplete.feature

index 8ea80eb76c520cb9ff2414ef62e992fc94df54a0..54932162cdbd5cc938ca4c32ba052d2487daa558 100644 (file)
@@ -754,6 +754,31 @@ trigger:
     - pull_request
     - push
 
+---
+kind: pipeline
+name: integration-collaboration_features
+
+steps:
+- name: submodules
+  image: docker:git
+  commands:
+    - git submodule update --init
+- name: integration-collaboration_features
+  image: nextcloudci/integration-php7.3:integration-php7.3-2
+  commands:
+    - bash tests/drone-run-integration-tests.sh || exit 0
+    - ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
+    - cd build/integration
+    - ./run.sh collaboration_features/
+
+trigger:
+  branch:
+    - master
+    - stable*
+  event:
+    - pull_request
+    - push
+
 ---
 kind: pipeline
 name: integration-federation_features
index 5e294709d7fa0e60e72d46b2e38740b7360ce7ef..e20993e420e36edcb4454acac0da7d2494143eae 100644 (file)
@@ -12,6 +12,13 @@ Feature: autocomplete
     Given As an "admin"
     When get autocomplete for "auto"
       | id | source |
+      | auto | users |
+      | autocomplete | users |
+      | autocomplete2 | users |
+    When parameter "shareapi_restrict_user_enumeration_full_match" of app "core" is set to "no"
+    Then get autocomplete for "auto"
+      | id | source |
+      | auto | users |
       | autocomplete | users |
       | autocomplete2 | users |