From 22598a34b208a427ae005429f5b8dbde96e64878 Mon Sep 17 00:00:00 2001 From: Markus Rudy Date: Sat, 2 May 2026 12:28:58 +0200 Subject: [PATCH] gatekeeper: require codegen The codegen check ensures that generated files are up-to-date and correspond to the tool versions used in CI. Requiring this check prevents us from accidentally merging, e.g., proto changes without the corresponding Rust/Go updates. Signed-off-by: Markus Rudy --- tools/testing/gatekeeper/required-tests.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/testing/gatekeeper/required-tests.yaml b/tools/testing/gatekeeper/required-tests.yaml index 497b07d8ae..e2a2f38e4f 100644 --- a/tools/testing/gatekeeper/required-tests.yaml +++ b/tools/testing/gatekeeper/required-tests.yaml @@ -175,6 +175,7 @@ mapping: - Static checks / build-checks / check (sudo -E PATH="$PATH" make test, trace-forwarder, src/tools/trace-forwarder, rust, ubuntu-2... - Static checks / build-checks-depending-on-kvm (runtime-rs) - Static checks / check-kernel-config-version + - Static checks / codegen - Static checks / static-checks (make static-checks) - Spelling check / check-spelling # static-checks-self-hosted.yaml