Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
picodata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
core
picodata
Merge requests
!1514
ci: annotate test job log using collapsible sections
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
ci: annotate test job log using collapsible sections
dkr/ci-log-build-test-duration
into
master
Overview
0
Commits
1
Pipelines
4
Changes
1
Merged
Dmitry Rodionov
requested to merge
dkr/ci-log-build-test-duration
into
master
4 months ago
Overview
0
Commits
1
Pipelines
4
Changes
1
Expand
Summary
ci: annotate test job log using collapsible sections
Close #...
Cherry-pick to: none / 24.6
Docs follow-up: not necessary /
new issue
Changelog is updated
0
0
Merge request reports
Compare
master
version 2
b0585150
4 months ago
version 1
17a51ea5
4 months ago
master (base)
and
latest version
latest version
9d98ba5b
1 commit,
3 months ago
version 2
b0585150
1 commit,
4 months ago
version 1
17a51ea5
1 commit,
4 months ago
1 file
+
6
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
6
−
1
Options
@@ -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
Loading