mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
While working on https://github.com/certbot/certbot/issues/8400, I noticed our Fedora AMIs are quite out of date. I considered updating them and what we could do to avoid the AMIs becoming so out-of-date in the future, but I think we don't actually need these tests. I pulled a new count of Certbot users by OS and we have less than 7,000 Fedora users meaning only ~0.26% of Certbot users run Fedora. (I think Fedora is a popular desktop OS, but not as popular of a server OS which is where Certbot normally runs.) Also, Certbot is regularly updated on Fedora including Fedora Rawhide or the rolling release version of Fedora which is similar to Debian sid/unstable. Rawhide changes far too frequently for it to make sense for us to run tests there in my opinon, but that also means that many problems such as Certbot's unit tests failing to run because of Fedora changes will be caught there by our Fedora maintainers before we'd even see it. This is how https://github.com/certbot/certbot/issues/7106 became an issue and how I learned [Certbot worked on Python 3.9 before we could run tests on it](https://github.com/certbot/certbot/issues/8134#issuecomment-655106169). Because of all this, I think we should just simplify things and remove these tests. If a problem arises in the future, we can always add them back.
50 lines
1.1 KiB
YAML
50 lines
1.1 KiB
YAML
# These images are located in us-east-1.
|
|
|
|
targets:
|
|
#-----------------------------------------------------------------------------
|
|
#Ubuntu
|
|
- ami: ami-0f2e2c076f4c2f941
|
|
name: ubuntu20.10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-0758470213bdd23b1
|
|
name: ubuntu20.04
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-095192256fe1477ad
|
|
name: ubuntu18.04LTS
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
- ami: ami-09677e0a6b14905b0
|
|
name: ubuntu16.04LTS
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: ubuntu
|
|
#-----------------------------------------------------------------------------
|
|
# Debian
|
|
- ami: ami-01db78123b2b99496
|
|
name: debian10
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
- ami: ami-0dcd54b7d2fff584f
|
|
name: debian10_arm64
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
machine_type: a1.medium
|
|
- ami: ami-003f19e0e687de1cd
|
|
name: debian9
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
#-----------------------------------------------------------------------------
|
|
# CentOS
|
|
- ami: ami-9887c6e7
|
|
name: centos7
|
|
type: centos
|
|
virt: hvm
|
|
user: centos
|