[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 1/3] automation: Drop ppc64le-*randconfig jobs
On 25/09/2023 11:42 pm, Shawn Anastasio wrote: > Since ppc64le is still undergoing early bringup, disable the randconfig > CI build which was causing spurious CI failures. > > Signed-off-by: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx> > Reported-by: Jan Beulich <jbeulich@xxxxxxxx> > --- > automation/gitlab-ci/build.yaml | 18 ------------------ > 1 file changed, 18 deletions(-) > > diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml > index 1619e9a558..32af30cced 100644 > --- a/automation/gitlab-ci/build.yaml > +++ b/automation/gitlab-ci/build.yaml > @@ -563,24 +563,6 @@ debian-bullseye-gcc-ppc64le-debug: > KBUILD_DEFCONFIG: ppc64_defconfig > HYPERVISOR_ONLY: y > > -debian-bullseye-gcc-ppc64le-randconfig: > - extends: .gcc-ppc64le-cross-build > - variables: > - CONTAINER: debian:bullseye-ppc64le > - KBUILD_DEFCONFIG: ppc64_defconfig > - RANDCONFIG: y > - EXTRA_FIXED_RANDCONFIG: > - CONFIG_COVERAGE=n > - > -debian-bullseye-gcc-ppc64le-debug-randconfig: > - extends: .gcc-ppc64le-cross-build-debug > - variables: > - CONTAINER: debian:bullseye-ppc64le > - KBUILD_DEFCONFIG: ppc64_defconfig > - RANDCONFIG: y > - EXTRA_FIXED_RANDCONFIG: > - CONFIG_COVERAGE=n I know this has been committed, but it shouldn't have been. Randconfig is important to have even at this point in the bringup. For options which are known-incompatible, append them to EXTRA_FIXED_RANDCONFIG, just like COVERAGE already is. However, it was only grant tables which showed up as broken, and ought to be easy to address. ~Andrew
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |