[Git][NTPsec/ntpsec][master] 2 commits: Move Fedora 27 CI to docker

Matt Selsky gitlab at mg.gitlab.com
Fri Apr 6 05:14:29 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
0e869cb4 by Matt Selsky at 2018-04-06T05:06:05Z
Move Fedora 27 CI to docker

- - - - -
5dd3f5ee by Matt Selsky at 2018-04-06T05:10:55Z
Move CentOS CI to docker

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -231,39 +231,39 @@ freebsd-11-refclocks:
 
 centos-6-basic:
   <<: *job_definition
+  image: centos:6
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure build check
   tags:
-    - centos-6
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 centos-6-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:
-    - centos-6
-  only:
-    - branches at NTPsec/ntpsec
+    - 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:
-    - centos-7
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 centos-7-refclocks:
   <<: *job_definition
+  image: centos:7
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure --refclock=all build check
   tags:
-    - centos-7
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 fedora-26-basic:
   <<: *job_definition
@@ -285,21 +285,21 @@ fedora-26-refclocks:
 
 fedora-27-basic:
   <<: *job_definition
+  image: fedora:27
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure build check
   tags:
-    - fedora-27
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 fedora-27-refclocks:
   <<: *job_definition
+  image: fedora:27
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure --refclock=all build check
   tags:
-    - fedora-27
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 python3:
   <<: *job_definition



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/17a47007bded35e4574f56c22cb4f1c69f25ff53...5dd3f5eef1a88a7092cb8d5ab0069b5e399ed346

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/compare/17a47007bded35e4574f56c22cb4f1c69f25ff53...5dd3f5eef1a88a7092cb8d5ab0069b5e399ed346
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/20180406/8ebcf468/attachment.html>


More information about the vc mailing list