Skip to content
This repository was archived by the owner on Aug 13, 2025. It is now read-only.

Commit f86d4f3

Browse files
committed
Drop unit and system tests on amd64cross32
amd64cross32 jobs run a cross-compiled 32-bit BIND 9 on the 64-bit platform. This approach brings no build issues, and it is a good way to catch 32-bit issues in BIND 9 code-base and ensure cross-compilation keeps working. Unfortunately, running unit and system tests is a problem: - #3269 - doth-ns1 frequently failed to start - #3316 - quota_test sometimes fails to create new thread - #3956 - tcp-ns1 sometimes fails to allocate memory There's little value in running unit and system tests on the amd64cross32 platform, and it only means the effort spent by QA by looking into what turns out to be 32-bit limitations.
1 parent a8fbdbe commit f86d4f3

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -688,8 +688,8 @@ unit:gcc:bullseye:unstable:amd64:
688688
- job: gcc:bullseye:amd64
689689
artifacts: true
690690

691-
# Jobs for cross-compiled GCC builds on Debian 11 "bullseye" (amd64) with
692-
# 32-bit libraries
691+
# Build job for cross-compiled GCC builds on 64-bit Debian 11 "bullseye"
692+
# (amd64) with 32-bit BIND 9.
693693

694694
gcc:bullseye:amd64cross32:
695695
variables:
@@ -699,20 +699,6 @@ gcc:bullseye:amd64cross32:
699699
<<: *debian_bullseye_amd64cross32_image
700700
<<: *build_job
701701

702-
system:gcc:bullseye:amd64cross32:
703-
<<: *debian_bullseye_amd64cross32_image
704-
<<: *system_test_job
705-
needs:
706-
- job: gcc:bullseye:amd64cross32
707-
artifacts: true
708-
709-
unit:gcc:bullseye:amd64cross32:
710-
<<: *debian_bullseye_amd64cross32_image
711-
<<: *unit_test_job
712-
needs:
713-
- job: gcc:bullseye:amd64cross32
714-
artifacts: true
715-
716702
# Jobs for scan-build builds on Debian 11 "bullseye" (amd64)
717703

718704
.scan_build: &scan_build

0 commit comments

Comments
 (0)