[Git][NTPsec/ntpsec][master] Move Fedora 26 CI jobs to docker

Matt Selsky gitlab at mg.gitlab.com
Fri Apr 6 04:59:09 UTC 2018


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
17a47007 by Matt Selsky at 2018-04-06T04:54:12Z
Move Fedora 26 CI jobs to docker

Instead of running them on static VMs

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -267,21 +267,21 @@ centos-7-refclocks:
 
 fedora-26-basic:
   <<: *job_definition
+  image: fedora:26
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure build check
   tags:
-    - fedora-26
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 fedora-26-refclocks:
   <<: *job_definition
+  image: fedora:26
   script:
+    - yum -y install bison gcc openssl-devel libcap-devel pps-tools-devel python-devel
     - python ./waf configure --refclock=all build check
   tags:
-    - fedora-26
-  only:
-    - branches at NTPsec/ntpsec
+    - gitlab-org
 
 fedora-27-basic:
   <<: *job_definition



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/17a47007bded35e4574f56c22cb4f1c69f25ff53

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/17a47007bded35e4574f56c22cb4f1c69f25ff53
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/89f15abc/attachment.html>


More information about the vc mailing list