From d7c2a384c11160b13bba564f047b3eb470665e0a Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 26 Feb 2020 10:33:52 -0600 Subject: [PATCH] obs: Remove obs packages and testing for ubuntu 19.04 and fedora 29 Now that ubuntu 19.04 and fedora 29 has come EOL, we should remove the generation of the obs generation and testing for ubuntu 19.04. Fixes #953 Signed-off-by: Gabriela Cervantes --- obs-packaging/distros_x86_64 | 2 -- tests/run_obs_testing.sh | 2 -- 2 files changed, 4 deletions(-) diff --git a/obs-packaging/distros_x86_64 b/obs-packaging/distros_x86_64 index 8819741496..447e77e370 100644 --- a/obs-packaging/distros_x86_64 +++ b/obs-packaging/distros_x86_64 @@ -7,7 +7,6 @@ CentOS_7::CentOS:CentOS-7::standard Debian_9::Debian:9.0::standard Debian_10::Debian:10::standard -Fedora_29::Fedora:29::standard Fedora_30::Fedora:30::standard # FIXME: https://github.com/kata-containers/packaging/issues/510 #RHEL_7::RedHat:RHEL-7::standard @@ -17,4 +16,3 @@ openSUSE_Leap_15.1::openSUSE:Leap:15.1::standard openSUSE_Tumbleweed::openSUSE:Factory::snapshot xUbuntu_16.04::Ubuntu:16.04::universe,universe-update,update xUbuntu_18.04::Ubuntu:18.04::universe -xUbuntu_19.04::Ubuntu:19.04::universe diff --git a/tests/run_obs_testing.sh b/tests/run_obs_testing.sh index ac71014de2..64d5d3df12 100755 --- a/tests/run_obs_testing.sh +++ b/tests/run_obs_testing.sh @@ -16,8 +16,6 @@ DOCKERFILE_PATH="${SCRIPT_PATH}/Dockerfile" declare -a OS_DISTRIBUTION=( \ 'ubuntu:16.04' \ 'ubuntu:18.04' \ - 'ubuntu:19.04' \ - 'fedora:29' \ 'fedora:30' \ 'opensuse/leap:15.1' \ 'debian:9' \