ci: gatekeeper: Mark make test libs not required

There are still some issues to be address before we can mark `make test`
for `libs` as required. Mark this case as not required temporarily.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
This commit is contained in:
Ruoqing He
2025-09-09 03:16:09 +00:00
parent c1ee0985ed
commit 6a2d813196

View File

@@ -145,7 +145,7 @@ mapping:
- Static checks / build-checks / check (make test, dragonball, src/dragonball, rust)
- Static checks / build-checks / check (make test, genpolicy, src/tools/genpolicy, rust, protobuf-compiler)
- Static checks / build-checks / check (make test, kata-ctl, src/tools/kata-ctl, rust)
- Static checks / build-checks / check (make test, libs, src/libs, rust)
# - Static checks / build-checks / check (make test, libs, src/libs, rust)
- Static checks / build-checks / check (make test, runtime-rs, src/runtime-rs, rust)
- Static checks / build-checks / check (make test, runtime, src/runtime, golang, XDG_RUNTIME_DIR)
- Static checks / build-checks / check (make test, trace-forwarder, src/tools/trace-forwarder, rust)