diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 12:55:29 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 12:55:29 -0300 |
commit | 865cd487c4c876a045833bef1606a2be9670e42e (patch) | |
tree | 888e7eeb99f266f84396f2f787f0c8fd210fa715 /.drone.yml | |
parent | 705483e7123e2e2da6421d7f02c4a5b899cade3d (diff) | |
download | nextcloud-server-865cd487c4c876a045833bef1606a2be9670e42e.tar.gz nextcloud-server-865cd487c4c876a045833bef1606a2be9670e42e.zip |
Split up sharing-v1-part2.feature to avoid timeouts
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index 6302736e0d6..4d7d5285cc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -341,6 +341,15 @@ pipeline: when: matrix: TESTS: integration-sharing-v1-part2 + integration-sharing-v1-part3: + image: nextcloudci/integration-php7.0:integration-php7.0-3 + commands: + - ./occ maintenance:install --admin-pass=admin + - cd build/integration + - ./run.sh features/sharing-v1-part3.feature + when: + matrix: + TESTS: integration-sharing-v1-part3 integration-checksums-v1: image: nextcloudci/integration-php7.0:integration-php7.0-3 commands: @@ -564,6 +573,7 @@ matrix: - TESTS: integration-ocs-v1 - TESTS: integration-sharing-v1 - TESTS: integration-sharing-v1-part2 + - TESTS: integration-sharing-v1-part3 - TESTS: integration-checksums - TESTS: integration-external-storage - TESTS: integration-provisioning-v1 |