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:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-02-07 00:12:51 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-04-06 16:59:31 +0300
commit50ee978aa84197685107062f48074823ef328355 (patch)
tree215220e8c91b66c97db66203533a3c2c90f664ef /.drone.yml
parent1d7bf328f8e3bbcd082b808825d435f88b9e484e (diff)
Do not run download scenarios tagged as "large" in Drone
Large scenarios take too long to run, so they would be cancelled before they were finished. Therefore, now they are not even run. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index b0f2664a01c..17557834428 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -547,7 +547,7 @@ pipeline:
commands:
- ./occ maintenance:install --admin-pass=admin --data-dir=/dev/shm/nc_int
- cd build/integration
- - ./run.sh features/download.feature
+ - ./run.sh --tags ~@large features/download.feature
when:
matrix:
TESTS: integration-download