From 696226bbb752396d120fd7aea02200e8ad0790ad Mon Sep 17 00:00:00 2001 From: Guilhem Saurel <guilhem.saurel@gmail.com> Date: Tue, 16 Oct 2018 16:21:27 +0200 Subject: [PATCH] [CI] Disable tests on 14.04 --- .gitlab-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8e55a10f..be38bfc0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,10 +23,6 @@ cache: - cd work.$(hostname)/$(make show-var VARNAME=DISTNAME) - make test -robotpkg-hpp-manipulation-14.04-release: - <<: *robotpkg-hpp-manipulation - image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation:14.04 - robotpkg-hpp-manipulation-16.04-release: <<: *robotpkg-hpp-manipulation image: eur0c.laas.fr:5000/humanoid-path-planner/hpp-manipulation/hpp-manipulation:16.04 @@ -53,4 +49,3 @@ doc-coverage: paths: - doxygen-html/ - coverage/ - -- GitLab