mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 04:32:04 -04:00
[9.20] fix: ci: Set cross-version-config-tests to allow_failure in CI
Address failing cross-version-config-tests job. Closes #5087 Backport of MR !9833 Merge branch 'backport-mnowak/cross-version-config-tests-allow-fail-9.20' into 'bind-9.20' See merge request isc-projects/bind9!9886
This commit is contained in:
commit
efbfa541b5
1 changed files with 6 additions and 0 deletions
|
|
@ -745,6 +745,12 @@ cross-version-config-tests:
|
|||
untracked: true
|
||||
expire_in: "1 day"
|
||||
when: always
|
||||
# Changes in the January milestone necessitate allowing this job to fail. The
|
||||
# "soft failure" should be reverted when January releases are published.
|
||||
# - #4261 introduced extra artifacts check but missed a file visible only in
|
||||
# this job. This is fixed in !9815 but present in December releases.
|
||||
# System test affected: mkeys.
|
||||
allow_failure: true
|
||||
|
||||
# Jobs for regular GCC builds on Alpine Linux 3.21 (amd64)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue