Skip to content

Commit a5a5568

Browse files
committed
Update platform tests as well
1 parent 7b35bb0 commit a5a5568

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.gitlab/test/e2e_install_packages/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
.new-e2e_ubuntu_a7_arm64:
1111
variables:
12-
E2E_DESCRIPTORS: "ubuntu/arm64/18-04,ubuntu/arm64/20-04,ubuntu/arm64/24-04"
12+
E2E_DESCRIPTORS: "ubuntu/arm64/18-04,ubuntu/arm64/20-04,ubuntu/arm64/26-04"
1313
E2E_CWS_SUPPORTED_DESCRIPTORS: "ubuntu/arm64/18-04,ubuntu/arm64/20-04"
1414
E2E_BRANCH_DESCRIPTORS: "ubuntu/arm64/20-04"
1515
needs:

test/new-e2e/tests/installer/unix/all_packages_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var (
4646
}
4747
arm64Flavors = []e2eos.Descriptor{
4848
e2eos.Ubuntu2604,
49-
// e2eos.Ubuntu2404, A bug in APT causes some apt update calls to timeout with unstable mirrors: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2003851/comments/41
49+
// e2eos.Ubuntu2404, A bug in APT causes some apt update calls to timeout with unstable mirrors: https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2003851
5050
e2eos.AmazonLinux2,
5151
e2eos.Suse15,
5252
}

0 commit comments

Comments
 (0)