From 041393f6a5f3341dbbc65563c2f53fd7172f015d Mon Sep 17 00:00:00 2001 From: Patrik Dufresne Date: Mon, 10 Feb 2020 08:00:54 -0500 Subject: [PATCH] Reduce the number of build To improve the CICD pipeline and reduce the load. Remove some of the target build that are not used anywhere. --- .gitlab-ci.yml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f4a335ae..91d79fee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,18 +65,6 @@ py3-jinja210: py27-cherrypy35: <<: *tox -py27-cherrypy4: - <<: *tox - -py27-cherrypy5: - <<: *tox - -py27-cherrypy6: - <<: *tox - -py27-cherrypy7: - <<: *tox - py27-cherrypy8: <<: *tox @@ -110,18 +98,6 @@ py27-cherrypy17: py3-cherrypy35: <<: *tox -py3-cherrypy4: - <<: *tox - -py3-cherrypy5: - <<: *tox - -py3-cherrypy6: - <<: *tox - -py3-cherrypy7: - <<: *tox - py3-cherrypy8: <<: *tox -- GitLab