From 70757c4d6e14fbfd504226e07d2802e99307cc02 Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Fri, 13 Jun 2025 20:12:42 +0000 Subject: [PATCH] Merge pull request #1706 from stackhpc/force-ntp CI: Force system clock synchronisation --- etc/kayobe/environments/ci-aio/time.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 etc/kayobe/environments/ci-aio/time.yml diff --git a/etc/kayobe/environments/ci-aio/time.yml b/etc/kayobe/environments/ci-aio/time.yml new file mode 100644 index 000000000..6c1bef686 --- /dev/null +++ b/etc/kayobe/environments/ci-aio/time.yml @@ -0,0 +1,3 @@ +--- +# Force system clock synchronisation +ntp_force_sync: True