Skip to content
Snippets Groups Projects
Commit 9d98ba5b authored by Dmitry Rodionov's avatar Dmitry Rodionov
Browse files

ci: annotate test job log using collapsible sections

parent 12cb955f
No related branches found
No related tags found
1 merge request!1514ci: annotate test job log using collapsible sections
Pipeline #58836 failed
......@@ -243,11 +243,16 @@ test-linux:
- pushd sbroad && make test
- make bench_check; popd
- make build-$BUILD_PROFILE CARGO_FLAGS_EXTRA="--timings"
- |
ci-log-section start "build" Build
make build-$BUILD_PROFILE CARGO_FLAGS_EXTRA="--timings"
ci-log-section end "build"
- |
ci-log-section start "test" Test
make test \
PYTEST_FLAGS="--junitxml=junit_pytest.xml --with-webui -n$KUBERNETES_CPU_REQUEST" \
CARGO_FLAGS_EXTRA="--profile=$BUILD_PROFILE"
ci-log-section end "test"
artifacts:
when: always
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment