From 81fcc3c11a1010843c1e69efd2884c0e507b8f49 Mon Sep 17 00:00:00 2001 From: skwerlman Date: Thu, 18 Jan 2018 19:24:43 -0500 Subject: [PATCH] remove builds for 1610 and 1704 (#3023) ubuntu turned off the repo servers :( --- .gitlab-ci.yml | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5ed47ffa..20bf4ff0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -78,22 +78,6 @@ stages: <<: *artifacts_deb <<: *cache -.build_1610: &1610 - image: ubuntu:16.10 - <<: *tags - <<: *branches - <<: *install_requirements_16xx - <<: *artifacts_deb - <<: *cache - -.build_1704: &1704 - image: ubuntu:17.04 - <<: *tags - <<: *branches - <<: *install_requirements_17xx - <<: *artifacts_deb - <<: *cache - .build_1710: &1710 image: ubuntu:17.10 <<: *tags @@ -112,28 +96,6 @@ build_debug_1604: <<: *build_debug_package_deb when: always -build_rc_1610: - <<: *1610 - <<: *build_rc_package_deb - when: always - -build_debug_1610: - <<: *1610 - <<: *build_debug_package_deb - when: always - allow_failure: true - -build_rc_1704: - <<: *1704 - <<: *build_rc_package_deb - when: always - -build_debug_1704: - <<: *1704 - <<: *build_debug_package_deb - when: always - allow_failure: true - build_rc_1710: <<: *1710 <<: *build_rc_package_deb