Browse Source

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>
tags/v14.0.0beta1
Daniel Calviño Sánchez 6 years ago
parent
commit
50ee978aa8
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      .drone.yml

+ 1
- 1
.drone.yml View File

@@ -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

Loading…
Cancel
Save