From a7012bfe35dc3923537ee936417144a0328970ab Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 1 Apr 2020 14:39:48 -0700 Subject: Stop building S390x packages We will not be supporting these platforms for Chef 16 Signed-off-by: Tim Smith --- .expeditor/release.omnibus.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 0aaaa6eace..6307bf13a7 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -25,8 +25,6 @@ builder-to-testers-map: - el-7-ppc64 el-7-ppc64le: - el-7-ppc64le - el-7-s390x: - - el-7-s390x el-7-x86_64: - el-7-x86_64 - el-8-x86_64 @@ -37,8 +35,6 @@ builder-to-testers-map: - mac_os_x-10.13-x86_64 - mac_os_x-10.14-x86_64 - mac_os_x-10.15-x86_64 - sles-12-s390x: - - sles-12-s390x sles-12-x86_64: - sles-12-x86_64 - sles-15-x86_64 -- cgit v1.2.1 From fdc4f7009df6c69f7374a30da4d148975b21cd40 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 1 Apr 2020 15:15:45 -0700 Subject: Remove Ubuntu 20.04 for now as well It's coming back once we work out our AMI / python 2 issues Signed-off-by: Tim Smith --- .expeditor/release.omnibus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.expeditor/release.omnibus.yml b/.expeditor/release.omnibus.yml index 6307bf13a7..470a5c0f63 100644 --- a/.expeditor/release.omnibus.yml +++ b/.expeditor/release.omnibus.yml @@ -45,7 +45,7 @@ builder-to-testers-map: ubuntu-16.04-x86_64: - ubuntu-16.04-x86_64 - ubuntu-18.04-x86_64 - - ubuntu-20.04-x86_64 +# - ubuntu-20.04-x86_64 # waiting on AMI update windows-2012r2-i386: - windows-2012r2-i386 windows-2012r2-x86_64: -- cgit v1.2.1