Skip to content

Commit

Permalink
automation: Drop ppc64le-*randconfig jobs
Browse files Browse the repository at this point in the history
Since ppc64le is still undergoing early bringup, disable the randconfig
CI build which was causing spurious CI failures.

Reported-by: Jan Beulich <[email protected]>
Signed-off-by: Shawn Anastasio <[email protected]>
Acked-by: Stefano Stabellini <[email protected]>
Release-acked-by: Henry Wang <[email protected]>
  • Loading branch information
Shawn Anastasio authored and jbeulich committed Sep 26, 2023
1 parent e47f8c6 commit cbb71b9
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions automation/gitlab-ci/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

# Yocto test jobs
yocto-qemuarm64:
extends: .yocto-test-arm64
Expand Down

0 comments on commit cbb71b9

Please sign in to comment.