Message ID | 20201118162706.66551-1-cardoe@cardoe.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ci: drop building on CentOS 6 | expand |
On 18/11/2020 16:27, Doug Goldstein wrote: > CentOS 6 is no longer supported by upstream so we cannot test against it > for future Xen releases. > > Signed-off-by: Doug Goldstein <cardoe@cardoe.com> > --- > CC: Andrew Cooper <andrew.cooper3@citrix.com> > CC: George Dunlap <george.dunlap@citrix.com> > CC: Ian Jackson <iwj@xenproject.org> > CC: Jan Beulich <jbeulich@suse.com> > CC: Julien Grall <julien@xen.org> > CC: Stefano Stabellini <sstabellini@kernel.org> > CC: Wei Liu <wl@xen.org> Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> Do we want to drop the dockerfiles as well? We probably also want to drop one line from containerise as well. I can fix on commit if you're happy with this. ~Andrew
On 11/18/20 10:39 AM, Andrew Cooper wrote: > On 18/11/2020 16:27, Doug Goldstein wrote: >> CentOS 6 is no longer supported by upstream so we cannot test against it >> for future Xen releases. >> >> Signed-off-by: Doug Goldstein <cardoe@cardoe.com> >> --- >> CC: Andrew Cooper <andrew.cooper3@citrix.com> >> CC: George Dunlap <george.dunlap@citrix.com> >> CC: Ian Jackson <iwj@xenproject.org> >> CC: Jan Beulich <jbeulich@suse.com> >> CC: Julien Grall <julien@xen.org> >> CC: Stefano Stabellini <sstabellini@kernel.org> >> CC: Wei Liu <wl@xen.org> > > Acked-by: Andrew Cooper <andrew.cooper3@citrix.com> > > Do we want to drop the dockerfiles as well? We probably also want to > drop one line from containerise as well. > > I can fix on commit if you're happy with this. > > ~Andrew > Yes. That would make sense and should have included that. Thank you.
diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 1e61d30c85..4bd1cfc1c0 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -176,16 +176,6 @@ centos-7-gcc-debug: variables: CONTAINER: centos:7 -centos-6-gcc: - extends: .gcc-x86-64-build - variables: - CONTAINER: centos:6 - -centos-6-gcc-debug: - extends: .gcc-x86-64-build-debug - variables: - CONTAINER: centos:6 - debian-jessie-clang: extends: .clang-x86-64-build variables:
CentOS 6 is no longer supported by upstream so we cannot test against it for future Xen releases. Signed-off-by: Doug Goldstein <cardoe@cardoe.com> --- CC: Andrew Cooper <andrew.cooper3@citrix.com> CC: George Dunlap <george.dunlap@citrix.com> CC: Ian Jackson <iwj@xenproject.org> CC: Jan Beulich <jbeulich@suse.com> CC: Julien Grall <julien@xen.org> CC: Stefano Stabellini <sstabellini@kernel.org> CC: Wei Liu <wl@xen.org> --- automation/gitlab-ci/build.yaml | 10 ---------- 1 file changed, 10 deletions(-)