mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 14:54:24 -04:00
Fixes #7225. I got the AMI ID from https://wiki.debian.org/Cloud/AmazonEC2Image/Buster. You can see all test farm tests including test_tests.sh passing with these changes at https://travis-ci.com/certbot/certbot/builds/130318446.
55 lines
1.3 KiB
YAML
55 lines
1.3 KiB
YAML
targets:
|
|
#-----------------------------------------------------------------------------
|
|
#Ubuntu
|
|
- ami: ami-08ab45c4343f5f5c6
|
|
name: ubuntu19.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-003f19e0e687de1cd
|
|
name: debian9
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
- ami: ami-0ed54dd1b25657636
|
|
name: debian9_arm64
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
machine_type: a1.medium
|
|
- ami: ami-077bf3962f29d3fa4
|
|
name: debian8.1
|
|
type: ubuntu
|
|
virt: hvm
|
|
user: admin
|
|
#-----------------------------------------------------------------------------
|
|
# Fedora
|
|
- ami: ami-00bbc6858140f19ed
|
|
name: fedora30
|
|
type: centos
|
|
virt: hvm
|
|
user: fedora
|
|
#-----------------------------------------------------------------------------
|
|
# CentOS
|
|
- ami: ami-9887c6e7
|
|
name: centos7
|
|
type: centos
|
|
virt: hvm
|
|
user: centos
|