From: Nicki Křížek Date: Mon, 21 Oct 2024 10:18:43 +0000 (+0200) Subject: Set TZ to Australia/Sydney for bookworm CI job X-Git-Tag: v9.21.3~63^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=46810be809aa2ffc7ee7f305f10f29c5b9121423;p=thirdparty%2Fbind9.git 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. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ef8813cdd05..55f58ff3304 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -900,6 +900,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