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 444a8a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
12 changes: 0 additions & 12 deletions .gitlab-ci.yml
Expand Up @@ -323,12 +323,6 @@ ubuntu_18_04:
OS: 'ubuntu'
DIST: 'bionic'

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

ubuntu_19_10:
<<: *pack_definition
variables:
Expand Down Expand Up @@ -415,12 +409,6 @@ ubuntu_18_04_deploy:
OS: 'ubuntu'
DIST: 'bionic'

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

ubuntu_19_10_deploy:
<<: *deploy_definition
variables:
Expand Down
3 changes: 0 additions & 3 deletions .travis.yml
Expand Up @@ -67,9 +67,6 @@ 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"
Expand Down

0 comments on commit 444a8a7

Please sign in to comment.