Add temporization

pull/1416/head
Quentin VIGNAUD 2 weeks ago
parent 1bb7753543
commit aeb25e158f

@ -199,7 +199,8 @@ treatment buildTestAyaForArch[logger: Logger, dispatcher: CicdDispatchEngine, gi
// Doc // Doc
${bash -c "set -o allexport && source /tmp/github.env && set +o allexport ${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" 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>( environment = |wrap<Environment>(
|environment( |environment(
@ -360,6 +361,7 @@ treatment buildTestAyaEbpf[logger: Logger, dispatcher: CicdDispatchEngine, githu
if ((${#failures[@]})); then if ((${#failures[@]})); then
echo "::error::Some builds/tests failed:" echo "::error::Some builds/tests failed:"
printf ' %s\n' "${failures[@]}" printf ' %s\n' "${failures[@]}"
sleep 1
exit 1 exit 1
fi fi
}}} }}}

Loading…
Cancel
Save