Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3f8cc82

Browse files
committedApr 29, 2025·
ci: Use AL23 for secret hiding CI
Move from Ubuntu to AL2023 for the secret hiding testing to bring it inline with the other kernels Signed-off-by: Jack Thomson <jackabt@amazon.com>
1 parent dc53e8d commit 3f8cc82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.buildkite/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
DEFAULT_PLATFORMS = [
3434
("al2", "linux_5.10"),
3535
("al2023", "linux_6.1"),
36-
("ubuntu24", "secret_hiding"),
36+
("al2023", "secret_hiding"),
3737
]
3838

3939

0 commit comments

Comments
 (0)
Please sign in to comment.