[Git][NTPsec/ntpsec][master] Update fedora releases targeted by gitlab-ci

Matt Selsky gitlab at mg.gitlab.com
Thu Nov 16 15:09:14 UTC 2017


Matt Selsky pushed to branch master at NTPsec / ntpsec


Commits:
08c83690 by Matt Selsky at 2017-11-16T09:54:13-05:00
Update fedora releases targeted by gitlab-ci

Fedora 24 is EOL since August 2017
Fedora 26 and 27 have been released

- - - - -


1 changed file:

- .gitlab-ci.yml


Changes:

=====================================
.gitlab-ci.yml
=====================================
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -150,37 +150,53 @@ centos-7-refclocks:
   tags:
     - centos-7
 
-fedora-24-basic:
+fedora-25-basic:
   <<: *job_definition
   script:
     - python ./waf configure build
     - python -m unittest discover -s build/main/tests/pylib
   tags:
-    - fedora-24
+    - fedora-25
 
-fedora-24-refclocks:
+fedora-25-refclocks:
   <<: *job_definition
   script:
     - python ./waf configure --refclock=all build
     - python -m unittest discover -s build/main/tests/pylib
   tags:
-    - fedora-24
+    - fedora-25
 
-fedora-25-basic:
+fedora-26-basic:
   <<: *job_definition
   script:
     - python ./waf configure build
     - python -m unittest discover -s build/main/tests/pylib
   tags:
-    - fedora-25
+    - fedora-26
 
-fedora-25-refclocks:
+fedora-26-refclocks:
   <<: *job_definition
   script:
     - python ./waf configure --refclock=all build
     - python -m unittest discover -s build/main/tests/pylib
   tags:
-    - fedora-25
+    - fedora-26
+
+fedora-27-basic:
+  <<: *job_definition
+  script:
+    - python ./waf configure build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - fedora-27
+
+fedora-27-refclocks:
+  <<: *job_definition
+  script:
+    - python ./waf configure --refclock=all build
+    - python -m unittest discover -s build/main/tests/pylib
+  tags:
+    - fedora-27
 
 python3:
   <<: *job_definition



View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/08c8369049a4a834778a8e3016ad1b61875418f1

---
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/08c8369049a4a834778a8e3016ad1b61875418f1
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/20171116/f3fc5219/attachment.html>


More information about the vc mailing list