From 1ad7d2a4064477e4c171c5cc19ef2d7bdefa167d Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Thu, 2 Aug 2018 15:56:47 -0400 Subject: [PATCH] Limit the number of branches that trigger the full test suit. Signed-off-by: Roberto Rosario --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c2ea509d0..90da9d8733 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -55,6 +55,11 @@ job_docker_nightly: - export LC_ALL=en_US.UTF-8 - apt-get install -qq curl gcc ghostscript gpgv gnupg graphviz libjpeg-dev libmagic1 libpng-dev libtiff-dev poppler-utils libreoffice poppler-utils python-dev python-pip tesseract-ocr tesseract-ocr-deu - pip install -r requirements/testing.txt + only: + - master + - versions/next + - nightly + - staging test-mysql: <<: *test_base