CI: Bump EC2 AMIs to Ubuntu 26.04 LTS - #1883
Open
mkannwischer wants to merge 1 commit into
Open
Conversation
The stock AMIs used by the EC2 runners were 24.04 images, the ones for the CI and benchmarking runners built as far back as August 2024. Bump them all to the current 26.04 LTS images in us-east-1 (release 20260819). Also rename AMI_UBUNTU_LATEST_* to AMI_UBUNTU_* and the AMI selector strings from "ubuntu-latest (...)" to "ubuntu (...)": the AMIs are pinned, so "latest" was never accurate. The Ubuntu version, the architecture and the region are now recorded in a comment next to each AMI ID instead. The custom AMI in ci.yml (docker images preinstalled) is unchanged. Signed-off-by: Matthias J. Kannwischer <matthias@zerorisc.com>
Contributor
CBMC Results (ML-KEM-768)
Full Results (191 proofs)
|
Contributor
CBMC Results (ML-KEM-1024)
Full Results (191 proofs)
|
Contributor
CBMC Results (ML-KEM-512)
Full Results (191 proofs)
|
mkannwischer
marked this pull request as ready for review
August 28, 2026 15:21
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The stock AMIs used by the EC2 runners were 24.04 images, the ones for the CI and benchmarking runners built as far back as August 2024. Bump them all to the current 26.04 LTS images in us-east-1 (release 20260819).
Also rename AMI_UBUNTU_LATEST_* to AMI_UBUNTU_* and the AMI selector strings from "ubuntu-latest (...)" to "ubuntu (...)": the AMIs are pinned, so "latest" was never accurate. The Ubuntu version, the architecture and the region are now recorded in a comment next to each AMI ID instead.
The custom AMI in ci.yml (docker images preinstalled) is unchanged.