From: Magnus Jacobsson Date: Sat, 11 Apr 2020 10:00:40 +0000 (+0200) Subject: Add test stage for Centos 6-8 & Fedora 29-33 X-Git-Tag: 2.44.1~79^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d112b7be3f425bdd1acd48bf3565a6a05b2c32b;p=graphviz Add test stage for Centos 6-8 & Fedora 29-33 --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aef2507fb..d9f7d3dee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -155,6 +155,54 @@ ubuntu19-10-test: - linux image: "graphviz/graphviz:ubuntu-19.10" +centos6-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:centos6" + +centos7-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:centos7" + +centos8-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:centos8" + +fedora29-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:fedora29" + +fedora30-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:fedora30" + +fedora31-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:fedora31" + +fedora32-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:fedora32" + +fedora33-test: + <<: *test_definition + tags: + - linux + image: "graphviz/graphviz:fedora33" + deployment: stage: deploy script: