staging/tests: make the build blocking for CI

In some cases, we don't realize that changes can break crates in
`staging` because CI is not blocking.

Let's make sure that at least the build of crates in `staging` is
blocking, while the rest (clippy, coverage, musl, etc.) remain
non-blocking for CI.

Suggested-by: Erik Schilling <erik.schilling@linaro.org>
Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
Stefano Garzarella 2023-12-01 16:14:49 +01:00 committed by Viresh Kumar
parent b0a7a8b093
commit 323499a99b

View File

@ -3,7 +3,7 @@
{
"test_name": "staging: build-gnu",
"command": "cd staging && RUSTFLAGS=\"-D warnings\" cargo build --release",
"soft_fail": "true",
"soft_fail": "false",
"platform": [
"x86_64",
"aarch64"