diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-02 17:27:37 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-02 17:27:37 -0300 |
commit | a94c706f26266def2a8d66476a57e65677366e04 (patch) | |
tree | 61296783de8ac40e9635f950c2147305391faf42 /.drone.yml | |
parent | c079ca76514b6622dbe711c8c6bc020f1a2564a2 (diff) | |
parent | 865cd487c4c876a045833bef1606a2be9670e42e (diff) | |
download | nextcloud-server-a94c706f26266def2a8d66476a57e65677366e04.tar.gz nextcloud-server-a94c706f26266def2a8d66476a57e65677366e04.zip |
Merge pull request #4667 from nextcloud/split-up-more-integration-tests
Split up sharing-v1-part2.feature to avoid timeouts
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 0a4cd6a9318..f5776cd019e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -311,6 +311,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: @@ -535,6 +544,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 |