[Tarantool-patches] [PATCH v1] gitlab-ci: add ubuntu 19.10

Alexander V. Tikhonov avtikhon at tarantool.org
Wed Oct 23 19:52:33 MSK 2019


Added Ubuntu 19.10 Eoan Ermine into CI.

Close #4583
---

Github: https://github.com/tarantool/tarantool/tree/avtikhon/gh-4583-ubuntu1910-full-ci
Issue: https://github.com/tarantool/tarantool/issues/4583

 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 431730b67..cd5f2806f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -200,6 +200,12 @@ ubuntu_19_04:
     OS: 'ubuntu'
     DIST: 'disco'
 
+ubuntu_19_10:
+  <<: *deploy_definition
+  variables:
+    OS: 'ubuntu'
+    DIST: 'eoan'
+
 debian_8:
   <<: *deploy_definition
   variables:
-- 
2.17.1



More information about the Tarantool-patches mailing list