From 97b081de3f52193ecf3a3d793f53a8a98518fde7 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Wed, 4 Sep 2024 18:06:34 -0400 Subject: [PATCH] Switch xfstests tag over in CI jobs using this marker file. CI testing needs to know which xfstests branch to use on all OSs. We can't just use the el9 xfstests branch on el9 only, because we need to run the same el9 xfstests on el8 and el7 as well, otherwise testing will just fail. So, we put a marker file in our git repo that tells us that we're not going to use the default `scoutfs` branch from scoutfs-xfstests-dev but our own special tag or branch. The CI job then should pass the proper -x {branch} flag to the run-tests.sh script. Signed-off-by: Auke Kok --- tests/.xfstests-branch | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/.xfstests-branch diff --git a/tests/.xfstests-branch b/tests/.xfstests-branch new file mode 100644 index 00000000..31a466f6 --- /dev/null +++ b/tests/.xfstests-branch @@ -0,0 +1 @@ +v2022.05.01-2-g787cd20