mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-05-04 04:00:07 +00:00
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 <mr@edgeless.systems>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user