[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/4] automation: Fix KBUILD_DEFCONFIG for *ppc64le jobs
During an iteration of the initial ppc64le support patchset the default defconfig was renamed but build.yaml wasn't updated to reflect this. Fix it up. Signed-off-by: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx> --- automation/gitlab-ci/build.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index bd8c7332db..c401f62d61 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -548,21 +548,21 @@ debian-bullseye-gcc-ppc64le: extends: .gcc-ppc64le-cross-build variables: CONTAINER: debian:bullseye-ppc64le - KBUILD_DEFCONFIG: openpower_defconfig + KBUILD_DEFCONFIG: ppc64_defconfig HYPERVISOR_ONLY: y debian-bullseye-gcc-ppc64le-debug: extends: .gcc-ppc64le-cross-build-debug variables: CONTAINER: debian:bullseye-ppc64le - KBUILD_DEFCONFIG: openpower_defconfig + KBUILD_DEFCONFIG: ppc64_defconfig HYPERVISOR_ONLY: y debian-bullseye-gcc-ppc64le-randconfig: extends: .gcc-ppc64le-cross-build variables: CONTAINER: debian:bullseye-ppc64le - KBUILD_DEFCONFIG: openpower_defconfig + KBUILD_DEFCONFIG: ppc64_defconfig RANDCONFIG: y EXTRA_FIXED_RANDCONFIG: CONFIG_COVERAGE=n @@ -571,7 +571,7 @@ debian-bullseye-gcc-ppc64le-debug-randconfig: extends: .gcc-ppc64le-cross-build-debug variables: CONTAINER: debian:bullseye-ppc64le - KBUILD_DEFCONFIG: openpower_defconfig + KBUILD_DEFCONFIG: ppc64_defconfig RANDCONFIG: y EXTRA_FIXED_RANDCONFIG: CONFIG_COVERAGE=n -- 2.30.2
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |