From 6c074dd4b719701d8298ad0a8032700485a8f347 Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 21 Feb 2019 01:14:10 -0500 Subject: gitlab-ci: Only build x86_64-deb8 and fedora27 for releases These are largely redundant as they are covered by x86_64-deb9. --- .gitlab-ci.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 33d96d88df..69074dc4d5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -277,24 +277,28 @@ validate-x86_64-linux-deb9-llvm: cache: key: linux-x86_64-deb9 -validate-x86_64-linux-deb8: +release-x86_64-linux-deb8: extends: .validate-linux stage: full-build image: ghcci/x86_64-linux-deb8:0.1 variables: TEST_ENV: "x86_64-linux-deb8" + only: + - tags cache: key: linux-x86_64-deb8 artifacts: when: always expire_in: 2 week -validate-x86_64-linux-fedora27: +release-x86_64-linux-fedora27: extends: .validate-linux stage: full-build image: ghcci/x86_64-linux-fedora27:0.1 variables: TEST_ENV: "x86_64-linux-fedora27" + only: + - tags cache: key: linux-x86_64-fedora27 artifacts: -- cgit v1.2.1