From bc1673e43463d95762de0ebc98a3ddf38269d4c4 Mon Sep 17 00:00:00 2001 From: Matthew McGill <mhollismcgill@gmail.com> Date: Wed, 21 Nov 2018 18:59:30 +0000 Subject: [PATCH] Only do cfi tests on ubuntu 18 to save time (and also test script error on centos--but it's not a cfi error) Former-commit-id: 3b556134075c0e72feec5c07b87c5602ee70919e --- .gitlab-ci.yml | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 549755dd7..ab1f90757 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -162,20 +162,6 @@ test_foo-ubuntu18: - ubuntu18 variables: OS: 'ubuntu18' - -test_foo-ubuntu16: - <<: *test_foo - tags: - - ubuntu16 - variables: - OS: 'ubuntu16' - -test_foo-centos75: - <<: *test_foo - tags: - - centos75 - variables: - OS: 'centos75' # @@ -194,17 +180,3 @@ test_fib-ubuntu18: - ubuntu18 variables: OS: 'ubuntu18' - -test_fib-ubuntu16: - <<: *test_fib - tags: - - ubuntu16 - variables: - OS: 'ubuntu16' - -test_fib-centos75: - <<: *test_fib - tags: - - centos75 - variables: - OS: 'centos75' -- GitLab