mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-06 11:02:05 -04:00
Set TZ to Australia/Sydney for bookworm CI job
Use a different timezone via the TZ variable in at least one of the
system test jobs in order to detect possible issues with timezone
handling in python.
(cherry picked from commit 46810be809)
This commit is contained in:
parent
2cdb8c90d1
commit
dd73617549
1 changed files with 1 additions and 0 deletions
|
|
@ -901,6 +901,7 @@ system:gcc:bookworm:amd64:
|
|||
<<: *system_test_gcov_job
|
||||
variables:
|
||||
CI_ENABLE_ALL_TESTS: 1
|
||||
TZ: Australia/Sydney
|
||||
needs:
|
||||
- job: unit:gcc:bookworm:amd64
|
||||
artifacts: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue