From 8eb94dc36b60793791f37934d27d85b3f853e851 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:56:03 +0200 Subject: [PATCH] [PR #6985/d9951cbc backport][stable-7] CI: move FreeBSD 12.4 from ansible-core devel to stable-2.15 (#6987) CI: move FreeBSD 12.4 from ansible-core devel to stable-2.15 (#6985) Move FreeBSD 12.4 from ansible-core devel to stable-2.15. (cherry picked from commit d9951cbc32e2a58f9d485a5dc4318fc71a1fe6fc) Co-authored-by: Felix Fontein --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index dc21e05952..93476d9c04 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -195,8 +195,6 @@ stages: test: rhel/8.8 - name: FreeBSD 13.2 test: freebsd/13.2 - - name: FreeBSD 12.4 - test: freebsd/12.4 groups: - 1 - 2 @@ -217,6 +215,8 @@ stages: test: rhel/7.9 - name: FreeBSD 13.1 test: freebsd/13.1 + - name: FreeBSD 12.4 + test: freebsd/12.4 groups: - 1 - 2