Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable-2.13] Replace FreeBSD 12.{3->4} & 13.{0->1} @ testing #81498

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions .azure-pipelines/azure-pipelines.yml
Expand Up @@ -90,10 +90,10 @@ stages:
test: rhel/8.5@3.8
- name: RHEL 9.0
test: rhel/9.0
- name: FreeBSD 12.3
test: freebsd/12.3
- name: FreeBSD 13.0
test: freebsd/13.0
- name: FreeBSD 12.4
test: freebsd/12.4
- name: FreeBSD 13.1
test: freebsd/13.1
groups:
- 1
- 2
Expand Down
4 changes: 4 additions & 0 deletions changelogs/fragments/freebsd-12.3-replacement.yml
@@ -0,0 +1,4 @@
minor_changes:
- >-
ansible-test — Replaced `freebsd/12.3` remote with `freebsd/12.4`.
The former is no longer functional.
4 changes: 4 additions & 0 deletions changelogs/fragments/freebsd-13.0-replacement.yml
@@ -0,0 +1,4 @@
minor_changes:
- >-
ansible-test — Replaced `freebsd/13.0` remote with `freebsd/13.1`.
The former is no longer functional.
4 changes: 2 additions & 2 deletions test/lib/ansible_test/_data/completion/remote.txt
Expand Up @@ -2,8 +2,8 @@ alpine/3.16 python=3.10 become=doas_sudo provider=aws arch=x86_64
alpine become=doas_sudo provider=aws arch=x86_64
fedora/36 python=3.10 become=sudo provider=aws arch=x86_64
fedora become=sudo provider=aws arch=x86_64
freebsd/12.3 python=3.8 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/13.0 python=3.7,2.7,3.8,3.9 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/12.4 python=3.9 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd/13.1 python=3.8,3.7,3.9,3.10 python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
freebsd python_dir=/usr/local/bin become=su_sudo provider=aws arch=x86_64
macos/12.0 python=3.10 python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
macos python_dir=/usr/local/bin become=sudo provider=parallels arch=x86_64
Expand Down
2 changes: 2 additions & 0 deletions test/lib/ansible_test/_util/target/setup/bootstrap.sh
Expand Up @@ -171,6 +171,8 @@ bootstrap_remote_freebsd()
# Declare platform/python version combinations which do not have supporting OS packages available.
# For these combinations ansible-test will use pip to install the requirements instead.
case "${platform_version}/${python_version}" in
"12.4/3.9")
;;
"13.0/3.8")
jinja2_pkg="" # not available
cryptography_pkg="" # not available
Expand Down