Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
otb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Julien Cabieces
otb
Commits
a9c3a5e7
Commit
a9c3a5e7
authored
5 years ago
by
Guillaume Pasero
Browse files
Options
Downloads
Patches
Plain Diff
CI: show more details on failing tests
parent
893d2a02
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
CI/main_ci.cmake
+1
-0
1 addition, 0 deletions
CI/main_ci.cmake
with
2 additions
and
1 deletion
.gitlab-ci.yml
+
1
−
1
View file @
a9c3a5e7
...
...
@@ -97,7 +97,7 @@ ubuntu-superbuild-build:
extends
:
.common-build
image
:
$BUILD_IMAGE_REGISTRY/otb-ubuntu-superbuild-base:18.04
script
:
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V -S CI/main_superbuild.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-xdk
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -V
V
-S CI/main_superbuild.cmake -DIMAGE_NAME:string=ubuntu-18.04-llvm-xdk
-
xvfb-run -a -n 1 -s "-screen 0 1024x768x24 -dpi 96" ctest -VV -S CI/main_packages.cmake -DIMAGE_NAME:string=otb-ubuntu-superbuild-base
dependencies
:
-
ubuntu-superbuild-prepare
...
...
This diff is collapsed.
Click to expand it.
CI/main_ci.cmake
+
1
−
0
View file @
a9c3a5e7
...
...
@@ -147,6 +147,7 @@ if(ci_skip_testing)
set
(
_test_rv 0
)
else
()
ctest_test
(
PARALLEL_LEVEL 8
INCLUDE_LABEL OTBModular
RETURN_VALUE _test_rv
CAPTURE_CMAKE_ERROR _test_error
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment