[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [PATCH 3/5] CI: Update riscv64 to use Debian Trixie
On 8/10/25 12:12 AM, Andrew Cooper
wrote:
Everything works fine with Debian 13. Provide two new build jobs, and update both the randconfig the test jobs. Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx> --- CC: Anthony PERARD <anthony.perard@xxxxxxxxxx> CC: Michal Orzel <michal.orzel@xxxxxxx> CC: Jan Beulich <jbeulich@xxxxxxxx> CC: Julien Grall <julien@xxxxxxx> CC: Roger Pau Monné <roger.pau@xxxxxxxxxx> CC: Stefano Stabellini <sstabellini@xxxxxxxxxx> CC: Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx> CC: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> CC: Doug Goldstein <cardoe@xxxxxxxxxx> CC: Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx> CC: Victor Lira <victorm.lira@xxxxxxx> https://gitlab.com/xen-project/hardware/xen-staging/-/pipelines/1975929387 --- automation/gitlab-ci/build.yaml | 22 ++++++++++++++++++---- automation/gitlab-ci/test.yaml | 2 +- 2 files changed, 19 insertions(+), 5 deletions(-) diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index 3fe539dc5683..f8e45f3467c8 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -329,10 +329,10 @@ debian-13-ppc64le-gcc-debug: CONFIG_UBSAN=y CONFIG_UBSAN_FATAL=y -debian-12-riscv64-gcc-debug: +debian-13-riscv64-gcc-debug: extends: .gcc-riscv64-cross-build-debug variables: - CONTAINER: debian:12-riscv64 + CONTAINER: debian:13-riscv64 KBUILD_DEFCONFIG: tiny64_defconfig HYPERVISOR_ONLY: y EXTRA_XEN_CONFIG: | @@ -727,6 +727,20 @@ debian-12-riscv64-gcc: KBUILD_DEFCONFIG: tiny64_defconfig HYPERVISOR_ONLY: y +debian-12-riscv64-gcc-debug: + extends: .gcc-riscv64-cross-build-debug + variables: + CONTAINER: debian:12-riscv64 + KBUILD_DEFCONFIG: tiny64_defconfig + HYPERVISOR_ONLY: y Don't you mind to keep an order? So: debian-12-riscv64-gcc-debug: ... debian-13-riscv64-gcc-debug: ... Also, it will make a diff a little bit better. + +debian-13-riscv64-gcc: + extends: .gcc-riscv64-cross-build + variables: + CONTAINER: debian:13-riscv64 + KBUILD_DEFCONFIG: tiny64_defconfig + HYPERVISOR_ONLY: y + .riscv-fixed-randconfig: variables: &riscv-fixed-randconfig EXTRA_FIXED_RANDCONFIG: | @@ -739,10 +753,10 @@ debian-12-riscv64-gcc: CONFIG_VM_EVENT=n CONFIG_XSM=n -debian-12-riscv64-gcc-randconfig: +debian-13-riscv64-gcc-randconfig: Are we going to have randconfig build test only for Debian-13? extends: .gcc-riscv64-cross-build variables: - CONTAINER: debian:12-riscv64 + CONTAINER: debian:13-riscv64 KBUILD_DEFCONFIG: tiny64_defconfig RANDCONFIG: y <<: *riscv-fixed-randconfig diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index 2f6f3affa637..9acd984d294c 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -705,7 +705,7 @@ qemu-smoke-riscv64-gcc: script: - ./automation/scripts/qemu-smoke-riscv64.sh 2>&1 | tee ${LOGFILE} needs: - - debian-12-riscv64-gcc-debug + - debian-13-riscv64-gcc-debug The same as above, are we going to run smoke tests only for Debian-13? If the answer to this and the question above is “yes,” then (probably keeping the order — first debian-12, then debian-13 — for the jobs): Reviewed-by: Oleksii Kurochko <oleksii.kurochko@xxxxxxxxx> Thanks. ~ Oleksii qemu-smoke-ppc64le-powernv9-gcc: extends: .qemu-ppc64le
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |