Backport #33 to release/3.0: ACL-T kola parity (variant-aware enforcement, 192 MiB ESP, LUKS initramfs modules) - #79
Merged
Jiri Appl (jiria) merged 1 commit intoSep 23, 2026
Conversation
…g, LUKS initramfs modules (#33) * ado: Readd es-metadata.yml * feat(acl-t): add parallel ACL Template build path * Comments addressed. * Testing verification 0722 * Exempt nfs * 0723 verifications. * Comments addressed. * Correct linux.ntp exemption reason: timesyncd loses via unit Conflicts, not %post The AzL 3.0 chrony.spec %post only runs daemon-reload/systemd_post/start; the actual suppression mechanism is Conflicts=systemd-timesyncd.service in the upstream chronyd.service that AzL packages verbatim. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Document imageVariants matching and selection semantics in the schema header Two non-obvious behaviors now spelled out where contributors copy from: imageVariants values match exactly (unlike the other list keys; 'acl' is a substring of 'acl-t'), and a rule constrained only by imageVariants drops the test from kola selection on that variant rather than just forgiving it at evaluation. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> * Comments addressed. --------- Co-authored-by: Jiri Appl <jiria@microsoft.com> Co-authored-by: Lanze Liu <lanzeliu@microsoft.com> Co-authored-by: Claude Fable 5 <noreply@anthropic.com> (cherry picked from commit 97e5ef9)
Member
Author
|
Production evidence for this branch (9aab1f2): the production nightly pipelines for amd64 and arm64 were queued with
Same commit as this PR; the two gaps in the description are closed on release/3.0 (arm64 ACL-T build succeeds, ACL-T kola applies the |
This branch was successfully deployed
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
Cherry-pick of #33 (aclmain, 2026-08-13) onto
release/3.0.Production builds of the ACL-T variant use
release/3.0and hit the two gaps #33 closed on aclmain: the arm64 UKI rebuild runs out of ESP space (Low free disk space 0% on /boot, prod nightly 1207248, same as 1193186 on 08-28), and the ACL-T kola runs count the variant-exempt tests as enforced failures (140 QEMU / 125 Azure on 1207247; the same test set passes as exempt on aclmain, e.g. 1206112).Change Log
build_library/disk_layout_uki.json: ESP 128 MiB -> 192 MiB (all UKI images).build_library/rpm/additional_files/99-acl.conf: initramfs addsdm_cryptand its ciphers (arm64 shipsCONFIG_DM_CRYPT=m; needed by kolacl.ignition.luks).acl/tests/kola_enforcing.yaml: rules gainimageVariants; rules foraclare unchanged, the additions apply toacl-tonly.acl.flannel.udp/acl.flannel.vxlan, entries that Backport PR #74 Flannel enforcement cleanup to release/3.0 #78 (backport of test(flannel): disable enforcement of legacy flannel wrapper tests #74) has since removed. The result matches aclmain, which carries both changes.Type of Change
Does this affect the image build?
ESP size of every UKI image and the initramfs module list; aclmain has shipped both in every nightly since 08-13.
Associated Issues
Test Methodology
aclScriptsRef=user/lanzeliu/backport-33-release-3.0, 9aab1f2): both succeeded; stock kola all enforced tests passed on both architectures; the arm64 ACL-T build succeeds with the 192 MiB ESP; ACL-T kola applies theimageVariant=acl-texemptions and passes on both architectures (details in the PR comment).Merge Checklist
All applicable boxes should be checked before merging