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>
pull/7972/head
Daniel Calviño Sánchez 8 years ago
committed by Roeland Jago Douma
parent
commit
50ee978aa8
No known key found for this signature in database GPG Key ID: F941078878347C0C
  1. 2
      .drone.yml

2
.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

Loading…
Cancel
Save