We found a broken test that fail when running on EDT timezone:
https://gerrit.ovirt.org/c/vdsm/+/116187
However this test fails randomly. Looking at the run logs, we see that
some nodes
are using UTC:
[2021-08-13T15:04:26.855Z] ## Fri Aug 13 15:04:26 UTC 2021 Running
env: el8stream:centos-stream-8-x86_64
But others use EDT:
[2021-08-13T16:32:26.866Z] ## Fri Aug 13 12:32:26 PM EDT 2021
Running env: el8stream:centos-stream-8-x86_64
Run logs:
-
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
-
https://jenkins.ovirt.org/blue/rest/organizations/jenkins/pipelines/vdsm_...
Having different time zones on the same system wastes time for everyone.
Please use the same timezone on all systems. I think using UTC will
make everyone
life easier since developers and admins are located on multiple
timezones and everyone
know what is UTC.
Nir