Remove letstest on Amazon Linux

This commit is contained in:
Adrien Ferrand 2021-02-09 16:12:27 +01:00
parent 8f0db13785
commit 534a38f24c
2 changed files with 1 additions and 8 deletions

View file

@ -57,10 +57,3 @@ targets:
type: centos
virt: hvm
user: centos
#-----------------------------------------------------------------------------
# Amazon Linux
- ami: ami-0ff8a91507f77f867
name: amazon
type: centos
virt: hvm
user: ec2-user

View file

@ -156,7 +156,7 @@ fi
# Finally, we check if our local server received more requests. Over time,
# we'll move more and more OSes into this case until it this is the expected
# behavior on all systems.
if [ -f /etc/issue ] && grep -iq "Amazon Linux" /etc/issue; then
if [ -f /etc/redhat-release ]; then
if ! diff "$LOG_FILE" "$PREVIOUS_LOG_FILE" ; then
echo our local server received unexpected requests
exit 1