From: Anthony PERARD Date: Fri, 24 Feb 2023 17:29:15 +0000 (+0000) Subject: automation: Remove non-debug x86_32 build jobs X-Git-Tag: archive/raspbian/4.17.1+2-gb773c48e36-1+rpi1~1^2~27^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=435a1e5e8fd6fbd52cc16570dcff5982bdbec351;p=xen.git automation: Remove non-debug x86_32 build jobs In the interest of having less jobs, we remove the x86_32 build jobs that do release build. Debug build is very likely to be enough to find 32bit build issues. Signed-off-by: Anthony PERARD Acked-by: Andrew Cooper (cherry picked from commit 7b66792ea7f77fb9e587e1e9c530a7c869eecba1) --- diff --git a/automation/gitlab-ci/build.yaml b/automation/gitlab-ci/build.yaml index ff6df1cfc2..eea517aa0a 100644 --- a/automation/gitlab-ci/build.yaml +++ b/automation/gitlab-ci/build.yaml @@ -264,21 +264,11 @@ debian-stretch-gcc-debug: variables: CONTAINER: debian:stretch -debian-stretch-32-clang: - extends: .clang-x86-32-build - variables: - CONTAINER: debian:stretch-i386 - debian-stretch-32-clang-debug: extends: .clang-x86-32-build-debug variables: CONTAINER: debian:stretch-i386 -debian-stretch-32-gcc: - extends: .gcc-x86-32-build - variables: - CONTAINER: debian:stretch-i386 - debian-stretch-32-gcc-debug: extends: .gcc-x86-32-build-debug variables: @@ -324,21 +314,11 @@ debian-unstable-gcc-debug-randconfig: CONTAINER: debian:unstable RANDCONFIG: y -debian-unstable-32-clang: - extends: .clang-x86-32-build - variables: - CONTAINER: debian:unstable-i386 - debian-unstable-32-clang-debug: extends: .clang-x86-32-build-debug variables: CONTAINER: debian:unstable-i386 -debian-unstable-32-gcc: - extends: .gcc-x86-32-build - variables: - CONTAINER: debian:unstable-i386 - debian-unstable-32-gcc-debug: extends: .gcc-x86-32-build-debug variables: