Skip to content

Commit 1d59f70

Browse files
committed
Debian 10 is EOL, stop testing with it
1 parent 3e13929 commit 1d59f70

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

release-process/distro-configs/debian10.json

Lines changed: 0 additions & 16 deletions
This file was deleted.

release-process/test-system.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def __init__(self, machine_type, architecture, distro_config, keypair_pem_file):
4646
if len(images) == 0:
4747
raise Exception('No AMIs match filter')
4848
latest_image = sorted(map(lambda image: (
49-
datetime.strptime(image['CreationDate'], '%Y-%m-%dT%H:%M:%S.%f%z'),
49+
datetime.strptime(image['CreationDate'], '%Y-%m-%dT%H:%M:%S.%f%z').timestamp(),
5050
image
5151
), response['Images']))[-1][1]
5252
ami = latest_image['ImageId']

0 commit comments

Comments
 (0)