diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-02-06 22:12:51 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2018-04-06 15:59:31 +0200 |
commit | 50ee978aa84197685107062f48074823ef328355 (patch) | |
tree | 215220e8c91b66c97db66203533a3c2c90f664ef /.drone.yml | |
parent | 1d7bf328f8e3bbcd082b808825d435f88b9e484e (diff) | |
download | nextcloud-server-50ee978aa84197685107062f48074823ef328355.tar.gz nextcloud-server-50ee978aa84197685107062f48074823ef328355.zip |
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.yml | 2 |
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 |