From aeb25e158f9d492130e42057df9829ec5afa2e12 Mon Sep 17 00:00:00 2001 From: Quentin VIGNAUD Date: Thu, 4 Dec 2025 17:00:51 +0100 Subject: [PATCH] Add temporization --- .melodium-ci/lib-root.mel | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.melodium-ci/lib-root.mel b/.melodium-ci/lib-root.mel index 7a75e252..b0822742 100644 --- a/.melodium-ci/lib-root.mel +++ b/.melodium-ci/lib-root.mel @@ -199,7 +199,8 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi // Doc ${bash -c "set -o allexport && source /tmp/github.env && set +o allexport cargo hack test --doc --feature-powerset --exclude aya-ebpf --exclude aya-ebpf-bindings --exclude aya-log-ebpf --exclude integration-ebpf --exclude integration-test --exclude xtask --workspace" - } + }, + "sleep 1" ]), environment = |wrap( |environment( @@ -360,6 +361,7 @@ treatment buildTestAyaEbpf[logger: Logger, dispatcher: CicdDispatchEngine, githu if ((${#failures[@]})); then echo "::error::Some builds/tests failed:" printf ' %s\n' "${failures[@]}" + sleep 1 exit 1 fi }}}