mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 02:19:59 -04:00
new: ci: Add FreeBSD 15.0
Merge branch 'mnowak/freebsd-15.0' into 'main' See merge request isc-projects/bind9!11320
This commit is contained in:
commit
e5496bb41e
4 changed files with 100 additions and 34 deletions
105
.gitlab-ci.yml
105
.gitlab-ci.yml
|
|
@ -179,26 +179,14 @@ stages:
|
|||
- shell
|
||||
- stress-test
|
||||
|
||||
.freebsd-autoscaler-amd64: &freebsd_autoscaler_amd64
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
# Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
|
||||
# incompatibility; see https://bugs.freebsd.org/275241.
|
||||
EXTRA_CONFIGURE: "${WITH_LIBEDIT} -Doptimization=g --native-file ci/freebsd.ini"
|
||||
|
||||
# Autoscaling GitLab Runner on AWS EC2 (FreeBSD 13)
|
||||
|
||||
.freebsd-autoscaler-13-amd64: &freebsd_autoscaler_13_amd64
|
||||
<<: *freebsd_autoscaler_amd64
|
||||
<<: *freebsd_autoscaler_13_amd64_tags
|
||||
|
||||
# Autoscaling GitLab Runner on AWS EC2 (FreeBSD 14)
|
||||
|
||||
.freebsd-autoscaler-14-amd64: &freebsd_autoscaler_14_amd64
|
||||
<<: *freebsd_autoscaler_amd64
|
||||
<<: *freebsd_autoscaler_14_amd64_tags
|
||||
.freebsd-autoscaler-15-amd64-tags: &freebsd_autoscaler_15_amd64_tags
|
||||
tags:
|
||||
- amd64
|
||||
- autoscaler
|
||||
- aws
|
||||
- bsd-stress-test-3
|
||||
- shell
|
||||
- stress-test
|
||||
|
||||
### Docker Image Templates
|
||||
|
||||
|
|
@ -1627,45 +1615,98 @@ unit:clang:trixie:amd64:
|
|||
# Jobs for Clang builds on FreeBSD 13 (amd64)
|
||||
|
||||
clang:freebsd13:amd64:
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
# Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
|
||||
# incompatibility; see https://bugs.freebsd.org/275241.
|
||||
EXTRA_CONFIGURE: "${WITH_LIBEDIT} -Doptimization=g --native-file ci/freebsd.ini"
|
||||
<<: *build_job
|
||||
<<: *freebsd_autoscaler_13_amd64
|
||||
<<: *freebsd_autoscaler_13_amd64_tags
|
||||
|
||||
system:clang:freebsd13:amd64:
|
||||
<<: *system_test_job
|
||||
<<: *freebsd_autoscaler_13_amd64
|
||||
<<: *extra_system_tests_triggering_rules
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd13:amd64
|
||||
artifacts: true
|
||||
<<: *system_test_job
|
||||
<<: *freebsd_autoscaler_13_amd64_tags
|
||||
<<: *extra_system_tests_triggering_rules
|
||||
|
||||
unit:clang:freebsd13:amd64:
|
||||
<<: *unit_test_job
|
||||
<<: *freebsd_autoscaler_13_amd64
|
||||
<<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd13:amd64
|
||||
artifacts: true
|
||||
<<: *unit_test_job
|
||||
<<: *freebsd_autoscaler_13_amd64_tags
|
||||
<<: *api_pipelines_schedules_tags_triggers_web_triggering_rules
|
||||
|
||||
# Jobs for Clang builds on FreeBSD 14 (amd64)
|
||||
|
||||
clang:freebsd14:amd64:
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
# Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
|
||||
# incompatibility; see https://bugs.freebsd.org/275241.
|
||||
EXTRA_CONFIGURE: "${WITH_LIBEDIT} -Doptimization=g --native-file ci/freebsd.ini"
|
||||
<<: *build_job
|
||||
<<: *freebsd_autoscaler_14_amd64
|
||||
<<: *freebsd_autoscaler_14_amd64_tags
|
||||
|
||||
system:clang:freebsd14:amd64:
|
||||
<<: *system_test_job
|
||||
<<: *freebsd_autoscaler_14_amd64
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd14:amd64
|
||||
artifacts: true
|
||||
<<: *system_test_job
|
||||
<<: *freebsd_autoscaler_14_amd64_tags
|
||||
|
||||
unit:clang:freebsd14:amd64:
|
||||
<<: *unit_test_job
|
||||
<<: *freebsd_autoscaler_14_amd64
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd14:amd64
|
||||
artifacts: true
|
||||
retry: 1 # GL #4924
|
||||
<<: *unit_test_job
|
||||
<<: *freebsd_autoscaler_14_amd64_tags
|
||||
|
||||
# Jobs for Clang builds on FreeBSD 15 (amd64)
|
||||
|
||||
clang:freebsd15:amd64:
|
||||
variables:
|
||||
CC: clang
|
||||
CFLAGS: "${CFLAGS_COMMON}"
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
# Use MIT Kerberos5 for BIND 9 GSS-API support because of FreeBSD Heimdal
|
||||
# incompatibility; see https://bugs.freebsd.org/275241.
|
||||
EXTRA_CONFIGURE: "${WITH_LIBEDIT} -Doptimization=g --native-file ci/freebsd.ini"
|
||||
<<: *build_job
|
||||
<<: *freebsd_autoscaler_15_amd64_tags
|
||||
|
||||
system:clang:freebsd15:amd64:
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd15:amd64
|
||||
artifacts: true
|
||||
<<: *system_test_job
|
||||
<<: *freebsd_autoscaler_15_amd64_tags
|
||||
|
||||
unit:clang:freebsd15:amd64:
|
||||
variables:
|
||||
GIT_CLONE_PATH: "${GIT_CLONE_PATH_INSTANCE_EXECUTOR}"
|
||||
needs:
|
||||
- job: clang:freebsd15:amd64
|
||||
artifacts: true
|
||||
<<: *unit_test_job
|
||||
<<: *freebsd_autoscaler_15_amd64_tags
|
||||
|
||||
# Job producing a release directory
|
||||
|
||||
|
|
|
|||
25
bin/tests/system/xfer/ans10/ans.py
Normal file
25
bin/tests/system/xfer/ans10/ans.py
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# SPDX-License-Identifier: MPL-2.0
|
||||
#
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
||||
#
|
||||
# See the COPYRIGHT file distributed with this work for additional
|
||||
# information regarding copyright ownership.
|
||||
|
||||
from isctest.asyncserver import (
|
||||
AsyncDnsServer,
|
||||
IgnoreAllQueries,
|
||||
)
|
||||
|
||||
|
||||
def main() -> None:
|
||||
server = AsyncDnsServer()
|
||||
server.install_response_handler(IgnoreAllQueries())
|
||||
server.run()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
|
|
@ -87,7 +87,7 @@ zone "axfr-rndc-retransfer-force" {
|
|||
|
||||
zone "xot-primary-try-next" {
|
||||
type secondary;
|
||||
primaries { 10.53.0.99 port @EXTRAPORT1@ tls ephemeral; 10.53.0.1; };
|
||||
primaries { 10.53.0.10 port @EXTRAPORT1@ tls ephemeral; 10.53.0.1; };
|
||||
file "xot-primary-try-next.bk";
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -47,7 +47,7 @@ following systems:
|
|||
- Ubuntu LTS 22.04, 24.04
|
||||
- Fedora 43
|
||||
- Red Hat Enterprise Linux / CentOS / AlmaLinux 8, 9, 10
|
||||
- FreeBSD 13.4, 14.2
|
||||
- FreeBSD 13, 14, 15
|
||||
- Alpine Linux 3.23
|
||||
|
||||
The amd64 CPU architecture is fully supported and regularly tested.
|
||||
|
|
|
|||
Loading…
Reference in a new issue