* [Tarantool-patches] [PATCH v2] gitlab-ci: add ubuntu 19.10
@ 2019-10-24 11:14 Alexander V. Tikhonov
2019-10-24 23:41 ` Alexander Turenko
0 siblings, 1 reply; 2+ messages in thread
From: Alexander V. Tikhonov @ 2019-10-24 11:14 UTC (permalink / raw)
To: Alexander Turenko; +Cc: tarantool-patches, tarantool-patches
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 ++++++
.travis.yml | 3 +++
2 files changed, 9 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:
diff --git a/.travis.yml b/.travis.yml
index a98ebcdca..db7d80bd2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -67,6 +67,9 @@ jobs:
- name: "Ubuntu Disco (19.04) build + deploy DEB"
env: OS=ubuntu DIST=disco
if: branch = "master"
+ - name: "Ubuntu Eoan (19.10) build + deploy DEB"
+ env: OS=ubuntu DIST=eoan
+ if: branch = "master"
- name: "Debian Jessie (8) build + deploy DEB"
env: OS=debian DIST=jessie
if: branch = "master"
--
2.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [Tarantool-patches] [PATCH v2] gitlab-ci: add ubuntu 19.10
2019-10-24 11:14 [Tarantool-patches] [PATCH v2] gitlab-ci: add ubuntu 19.10 Alexander V. Tikhonov
@ 2019-10-24 23:41 ` Alexander Turenko
0 siblings, 0 replies; 2+ messages in thread
From: Alexander Turenko @ 2019-10-24 23:41 UTC (permalink / raw)
To: Alexander V. Tikhonov; +Cc: tarantool-patches, tarantool-patches
I only changed the commit title from
> gitlab-ci: add ubuntu 19.10
to
> travis-ci/gitlab-ci: add ubuntu 19.10
Pushed to master, 2.2, 2.1, 1.10.
WBR, Alexander Turenko.
On Thu, Oct 24, 2019 at 02:14:01PM +0300, Alexander V. Tikhonov wrote:
> 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 ++++++
> .travis.yml | 3 +++
> 2 files changed, 9 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:
> diff --git a/.travis.yml b/.travis.yml
> index a98ebcdca..db7d80bd2 100644
> --- a/.travis.yml
> +++ b/.travis.yml
> @@ -67,6 +67,9 @@ jobs:
> - name: "Ubuntu Disco (19.04) build + deploy DEB"
> env: OS=ubuntu DIST=disco
> if: branch = "master"
> + - name: "Ubuntu Eoan (19.10) build + deploy DEB"
> + env: OS=ubuntu DIST=eoan
> + if: branch = "master"
> - name: "Debian Jessie (8) build + deploy DEB"
> env: OS=debian DIST=jessie
> if: branch = "master"
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-10-24 23:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 11:14 [Tarantool-patches] [PATCH v2] gitlab-ci: add ubuntu 19.10 Alexander V. Tikhonov
2019-10-24 23:41 ` Alexander Turenko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox