Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 2a5f9f1

Browse files
author
Pavel Zorin
committed
CI: Moved arbitrary functions to e2eUtils.groovy
1 parent 8193f89 commit 2a5f9f1

7 files changed

Lines changed: 611 additions & 526 deletions

File tree

.ci/.e2e-platforms.yaml

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,51 +66,60 @@ PLATFORMS:
6666
instance_type: "t3.xlarge"
6767
shell_type: sh
6868
username: ubuntu
69+
70+
# Machines with preinstalled dependencies
71+
# Argument "image" doesn't fully specify the AMI name.
72+
# The result image name is concatenated with branch name and corresponds to pattern:
73+
# [image]-[branch]
74+
# for example:
75+
# - ubuntu-2204-e2e-runner-main
76+
# - ubuntu-2204-e2e-runner-8.3
77+
# - ubuntu-2204-e2e-runner-PR-3698 (a temporary AMI is being built and tested when we change ansible packer dirs)
6978
ubuntu_22_04_amd64_preinstalled:
7079
description: "Ubuntu 22.04 AMD64 Preinstalled"
71-
image: "ubuntu-2204-e2e-runner-1"
80+
image: "ubuntu-2204-e2e-runner"
7281
instance_type: "t3.xlarge"
7382
shell_type: sh
7483
username: ubuntu
7584
dependencies_installed: true
7685
debian_10_arm64_preinstalled:
7786
description: "Debian 10 ARM64 Preinstalled"
78-
image: "debian-10-arm64-runner-1"
87+
image: "debian-10-arm64-runner"
7988
instance_type: "a1.large"
8089
shell_type: sh
8190
username: admin
8291
dependencies_installed: true
8392
debian_10_amd64_preinstalled:
8493
description: "Debian 10 AMD64 Preinstalled"
85-
image: "debian-10-amd64-runner-1"
94+
image: "debian-10-amd64-runner"
8695
instance_type: "t3.xlarge"
8796
shell_type: sh
8897
username: admin
8998
dependencies_installed: true
9099
debian_11_amd64_preinstalled:
91100
description: "Debian 11 AMD64 Preinstalled"
92-
image: "debian-11-amd64-runner-1"
101+
image: "debian-11-amd64-runner"
93102
instance_type: "t3.xlarge"
94103
shell_type: sh
95104
username: admin
96105
dependencies_installed: true
97106
centos8_arm64_preinstalled:
98107
description: "CentOS Stream 8 aarch64 preinstalled"
99-
image: "centos-8-arm64-runner-1"
108+
image: "centos-8-arm64-runner"
100109
instance_type: "a1.large"
101110
shell_type: sh
102111
username: centos
103112
dependencies_installed: true
104113
centos8_amd64_preinstalled:
105114
description: "CentOS Stream 8 x86_64"
106-
image: "centos-8-amd64-runner-1"
115+
image: "centos-8-amd64-runner"
107116
instance_type: "t3.xlarge"
108117
shell_type: sh
109118
username: centos
110119
dependencies_installed: true
111120
windows2019_preinstalled:
112121
description: "Windows 2019 x86_64 (HVM) preinstalled"
113-
image: "windows-2019-runner-1"
122+
image: "windows-2019-runner"
114123
instance_type: "c5.2xlarge"
115124
shell_type: cmd
116125
username: ogc

0 commit comments

Comments
 (0)