From dd736175493fb483cbe47bf709ab6ebfd5e73395 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicki=20K=C5=99=C3=AD=C5=BEek?= Date: Mon, 21 Oct 2024 12:18:43 +0200 Subject: [PATCH] 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 46810be809aa2ffc7ee7f305f10f29c5b9121423) --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1931129aef..b2239791ce 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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