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

ansible-test added and deprecated platforms #17

Closed
51 tasks done
mattclay opened this issue May 26, 2022 · 2 comments
Closed
51 tasks done

ansible-test added and deprecated platforms #17

mattclay opened this issue May 26, 2022 · 2 comments

Comments

@mattclay
Copy link

mattclay commented May 26, 2022

The following platforms have been added to ansible-test:

  • Containers (--docker)
    • ubuntu2204
    • fedora36
  • Virtual Machines (--remote)
    • ubuntu/22.04
    • rhel/8.6
    • rhel/9.0
    • freebsd/13.1

The following platforms have been deprecated in ansible-test:

  • Containers (--docker)
    • ubuntu1804
    • fedora34
  • Virtual Machines (--remote)
    • rhel/8.5
    • freebsd/13.0

The deprecated platforms will be removed from the devel version of ansible-test on June 23rd. Please update your test environments before then.

Azure Pipelines Test Matrix Updates

Projects using Azure Pipelines to test against the ansible-core devel branch must be updated.

IMPORTANT: These changes should only be made for the portion of the test matrix tested against the devel branch of ansible-core.

Checklist

  • community.crypto:main - Update
    • Remove: ubuntu1804
    • Add: ubuntu2004
  • community.general:stable-4 - Update
    • Remove: fedora34
    • Remove: ubuntu1804
    • Add: fedora35
    • Add: ubuntu2004
  • community.general:stable-5 - Update
    • Remove: fedora34
    • Remove: ubuntu1804
    • Add: fedora35
    • Add: ubuntu2004
  • community.general:main - Update
    • Remove: fedora34
    • Remove: ubuntu1804
    • Add: fedora35
    • Add: ubuntu2004
  • ansible.posix:main - Update
    • Remove: fedora34
    • Remove: freebsd/13.0
    • Remove: rhel/8.5
    • Remove: ubuntu1804
    • Add: fedora36
    • Add: freebsd/13.1
    • Add: rhel/8.6
    • Add: ubuntu2204
  • community.postgresql:stable-1 - Update
    • Remove: fedora34
    • Remove: rhel/8.5
    • Add: fedora35
    • Add: fedora36
    • Add: rhel/8.6
  • community.postgresql:main - Update
    • Remove: fedora34
    • Remove: rhel/8.5
    • Add: fedora35
    • Add: fedora36
    • Add: rhel/8.6
  • community.docker:main - Update
    • Remove: ubuntu1804
    • Add: ubuntu2004
  • community.libvirt:main - Update
    • Remove: fedora34
    • Remove: freebsd/13.0
    • Remove: rhel/8.5
    • Remove: ubuntu1804
    • Add: fedora36
    • Add: freebsd/13.1
    • Add: rhel/8.6
    • Add: ubuntu2204
@saito-hideki
Copy link

Hi @mattclay
I have fixed CI test matrix for ansible engine devel branch in ansible.posix:

  • ansible.posix:main - Update
    • Remove: fedora34
    • Remove: freebsd/13.0
    • Remove: rhel/8.5
    • Remove: ubuntu1804
    • Add: fedora36
    • Add: freebsd/13.1
    • Add: rhel/8.6
    • Add: ubuntu2204

csmart added a commit to csmart/community.libvirt that referenced this issue Jun 5, 2022
This change removes the following from devel testing:
- Fedora 34
- FreeBSD 13.0
- RHEL 8.5
- Ubuntu 18.04

This change adds the following from devel testing:
- Fedora 36
- FreeBSD 13.1
- RHEL 8.6
- RHEL 9.0
- Ubuntu 22.04

See ansible-collections/news-for-maintainers#17
csmart added a commit to csmart/community.libvirt that referenced this issue Jun 5, 2022
This change removes the following from devel testing:
- Fedora 34
- FreeBSD 13.0
- RHEL 8.5
- Ubuntu 18.04

This change adds the following from devel testing:
- Fedora 36
- FreeBSD 13.1
- RHEL 8.6
- RHEL 9.0
- Ubuntu 22.04

See ansible-collections/news-for-maintainers#17
csmart added a commit to csmart/community.libvirt that referenced this issue Jun 5, 2022
This change removes the following from devel testing:
- Fedora 34
- FreeBSD 13.0
- RHEL 8.5
- Ubuntu 18.04

This change adds the following from devel testing:
- Fedora 36
- FreeBSD 13.1
- RHEL 8.6
- RHEL 9.0
- Ubuntu 22.04

See ansible-collections/news-for-maintainers#17
csmart added a commit to ansible-collections/community.libvirt that referenced this issue Jun 5, 2022
This change removes the following from devel testing:
- Fedora 34
- FreeBSD 13.0
- RHEL 8.5
- Ubuntu 18.04

This change adds the following from devel testing:
- Fedora 36
- FreeBSD 13.1
- RHEL 8.6
- RHEL 9.0
- Ubuntu 22.04

See ansible-collections/news-for-maintainers#17
@csmart
Copy link

csmart commented Jun 5, 2022

@mattclay libvirt collection has been updated and merged, thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants