mdadm/0038-Update-tests.yml.patch
Xiao Ni 44b5736620 Update mdadm to latest upstream
The change of mdmonitor.service is for RHEL-100087.

Resolves: RHEL-100087, RHEL-107083

Signed-off-by: Xiao Ni <xni@redhat.com>
2025-10-28 15:45:51 +08:00

31 lines
1.0 KiB
Diff

From 32ab389711c718e1690e6f63c21adbd8b84b010a Mon Sep 17 00:00:00 2001
From: Paul Luse <paul.e.luse@intel.com>
Date: Wed, 30 Apr 2025 14:04:14 -0700
Subject: [PATCH 38/74] Update tests.yml
Signed-off-by: Paul Luse <paul.e.luse@intel.com>
---
.github/workflows/tests.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index 2556fccfb99b..73082fd2ef15 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -37,9 +37,9 @@ jobs:
vagrant status
vagrant up
sleep 2
- vagrant ssh -c "uname -r"
- echo "FYI vagrant uname command finished with exit code: $?"
-
+ vagrant ssh -c "sudo timedatectl set-timezone UTC && \
+ sudo systemctl restart chronyd && sudo chronyc -a makestep && sleep 1 && uname -r"
+ echo "FYI vagrant time command finished with exit code: $?"
- name: 'Run tests'
id: testing
continue-on-error: true
--
2.50.1