Skip to content

Commit

Permalink
gitlab-ci: remove Ubuntu 19.04 Disco
Browse files Browse the repository at this point in the history
Removed Ubuntu 19.04 Disco from testing which is EOL.

Close #4896
  • Loading branch information
avtikhon committed Apr 15, 2020
1 parent 5d79552 commit e14d8cb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .gitlab-ci.yml
Expand Up @@ -323,17 +323,17 @@ ubuntu_18_04:
OS: 'ubuntu'
DIST: 'bionic'

ubuntu_19_04:
ubuntu_19_10:
<<: *pack_definition
variables:
OS: 'ubuntu'
DIST: 'disco'
DIST: 'eoan'

ubuntu_19_10:
ubuntu_20_04:
<<: *pack_definition
variables:
OS: 'ubuntu'
DIST: 'eoan'
DIST: 'focal'

debian_8:
<<: *pack_definition
Expand Down Expand Up @@ -415,17 +415,17 @@ ubuntu_18_04_deploy:
OS: 'ubuntu'
DIST: 'bionic'

ubuntu_19_04_deploy:
ubuntu_19_10_deploy:
<<: *deploy_definition
variables:
OS: 'ubuntu'
DIST: 'disco'
DIST: 'eoan'

ubuntu_19_10_deploy:
ubuntu_20_04_deploy:
<<: *deploy_definition
variables:
OS: 'ubuntu'
DIST: 'eoan'
DIST: 'focal'

debian_8_deploy:
<<: *deploy_definition
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -67,12 +67,12 @@ jobs:
- name: "Ubuntu Bionic (18.04) build + deploy DEB"
env: OS=ubuntu DIST=bionic
if: branch = "master"
- 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: "Ubuntu Focal (20.04) build + deploy DEB"
env: OS=ubuntu DIST=focal
if: branch = "master"
- name: "Debian Jessie (8) build + deploy DEB"
env: OS=debian DIST=jessie
if: branch = "master"
Expand Down

0 comments on commit e14d8cb

Please sign in to comment.