[Git][NTPsec/ntpsec][master] Use tags for CentOS CI jobs so we don't need to maintain versions
Matt Selsky
gitlab at mg.gitlab.com
Tue May 22 02:30:25 UTC 2018
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
1111a082 by Matt Selsky at 2018-05-22T02:24:51Z
Use tags for CentOS CI jobs so we don't need to maintain versions
We drop the CentOS 6 job, but we'll always get the latest release as it comes
out with no further effort on our part.
- - - - -
1 changed file:
- .gitlab-ci.yml
Changes:
=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -293,36 +293,18 @@ freebsd-11-refclocks:
only:
- branches at NTPsec/ntpsec
-centos-6-basic:
+centos-latest-basic:
<<: *job_definition
- image: centos:6
+ image: centos:latest
script:
- yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
- python ./waf configure build check
tags:
- gitlab-org
-centos-6-refclocks:
+centos-latest-refclocks:
<<: *job_definition
- image: centos:6
- script:
- - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
- - python ./waf configure --refclock=all build check
- tags:
- - gitlab-org
-
-centos-7-basic:
- <<: *job_definition
- image: centos:7
- script:
- - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
- - python ./waf configure build check
- tags:
- - gitlab-org
-
-centos-7-refclocks:
- <<: *job_definition
- image: centos:7
+ image: centos:latest
script:
- yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
- python ./waf configure --refclock=all build check
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1111a082f852bb447cdbfe18c821d799cd04530e
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/1111a082f852bb447cdbfe18c821d799cd04530e
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20180522/21714dc5/attachment.html>
More information about the vc
mailing list