test: validate current Amazon kernels - #133
Draft
ErenAri wants to merge 2 commits into
Draft
Conversation
35 tasks
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.
Summary
Adds Amazon Linux as an exact kernel-install family for generated kernel sweeps.
kernel-<release>package withyumdnf --releasever=latest, bypassing the cloud image deterministic repository lock only for this disposable validation guest/boot/vmlinuz-<release>withgrubby, reboot, verify exactuname -r, then run validation5.10.260-259.1061and AL20236.1.177-224.371Why
The newest public Amazon KVM images lag the newest signed kernel packages. Testing only the image kernel left two honest stale results. This closes that gap without claiming unbooted bytes and without depending on non-browsable RPM blob URLs.
Release boundary
Draft intentionally. This changes the supported VM executor boundary and should merge after the active v0.4 graduation window, unless the maintainer explicitly chooses to reset that evidence window. No tracking issue is needed.
Real KVM evidence
uname5.10.260-259.1061.amzn2.x86_64; load pass; required attach pass; execve trace event pass; report SHA-2564587cd265b851d4972a227e6fdfaa097c4339ba6c2504d6e733f2c0b00d85d4duname6.1.177-224.371.amzn2023.x86_64; load pass; required attach pass; execve trace event pass; report SHA-256ba5914985f15330a427715126f744e91c4bdeb9a79c9cebd335372bc3a626e58Validation
go test ./...go test -race ./...go vet ./...golangci-lint run --timeout=5m --new-from-rev=origin/maingovulncheck ./...go run github.com/rhysd/actionlint/cmd/actionlint@v1.7.11git diff --check