diff options
author | Sviatoslav Sydorenko (Святослав Сидоренко) <webknjaz@redhat.com> | 2023-12-11 19:45:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-11 12:45:13 -0600 |
commit | 01b7d928aac2a161e52ae269352afe12b12e7608 (patch) | |
tree | 5d232971feb70804503faa07426b147c45901727 /.azure-pipelines | |
parent | cf15cd7d44cb349659cd089c10e26de712632e38 (diff) | |
download | ansible-01b7d928aac2a161e52ae269352afe12b12e7608.zip |
[backport-2.14] Replace FreeBSD 13.1 with 13.2 in CI and ansible-test (#82398)
* [backport-2.14] Add FreeBSD 13.2 to ansible-test (#80698)
(cherry picked from commit d12aa7f69cefddf8b849a93186d4afd8e6615bc5)
* [backport-2.14] remove Freebsd 13.1 from test matrix (#81058)
* remove Freebsd 13.1 from test matrix
fixes #80416
Co-authored-by: Matt Clay <matt@mystile.com>
(cherry picked from commit 534f688a53f076691f93041726931e4b218e9769)
* Revert to the original Python versions for the branch
Co-authored-by: Matt Martz <matt@sivel.net>
---------
Co-authored-by: Brian Coca <bcoca@users.noreply.github.com>
Co-authored-by: Matt Martz <matt@sivel.net>
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index ec9f58eacb..0d881c7470 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -93,8 +93,8 @@ stages: test: rhel/9.0 - name: FreeBSD 12.4 test: freebsd/12.4 - - name: FreeBSD 13.1 - test: freebsd/13.1 + - name: FreeBSD 13.2 + test: freebsd/13.2 groups: - 1 - 2 @@ -107,8 +107,8 @@ stages: test: rhel/8.6 - name: RHEL 9.0 test: rhel/9.0 - - name: FreeBSD 13.1 - test: freebsd/13.1 + - name: FreeBSD 13.2 + test: freebsd/13.2 groups: - 3 - 4 |