From 92529d560581d6b4520f45fde5258b1c0b75a3d1 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Fri, 21 Jul 2023 16:55:54 +0200 Subject: [PATCH] [PR #6985/d9951cbc backport][stable-6] CI: move FreeBSD 12.4 from ansible-core devel to stable-2.15 (#6986) 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 9bb2a04c58..5c9c901ded 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