From 50ee978aa84197685107062f48074823ef328355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Calvi=C3=B1o=20S=C3=A1nchez?= Date: Tue, 6 Feb 2018 22:12:51 +0100 Subject: [PATCH] Do not run download scenarios tagged as "large" in Drone MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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