Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
wenqing
ogs
Commits
0fec2b1a
Verified
Commit
0fec2b1a
authored
Jun 24, 2020
by
Lars Bilke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ci] Some jobs are allowed to fail.
parent
8f98c00d
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
4 deletions
+6
-4
scripts/ci/jobs/check-header.yml
scripts/ci/jobs/check-header.yml
+3
-2
scripts/ci/jobs/clang-sanitizer.yml
scripts/ci/jobs/clang-sanitizer.yml
+2
-2
scripts/ci/jobs/web.yml
scripts/ci/jobs/web.yml
+1
-0
No files found.
scripts/ci/jobs/check-header.yml
View file @
0fec2b1a
check header
:
stage
:
check
allow_failure
:
true
tags
:
-
docker
extends
:
...
...
@@ -21,8 +22,8 @@ check header:
cmake .. -G Ninja
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
-
cat CMakeFiles/CMakeError.log
||
true
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
|| true
-
cat CMakeFiles/CMakeError.log
cache
:
paths
:
...
...
scripts/ci/jobs/clang-sanitizer.yml
View file @
0fec2b1a
...
...
@@ -23,5 +23,5 @@ clang sanitizer:
$CMAKE_ARGS
-DCMAKE_BUILD_TYPE=$BUILD_TYPE
-DOGS_BUILD_PROCESSES=$BUILD_PROCESSES
-
cmake --build . --target tests
-
cmake --build . --target ctest
-
cmake --build . --target tests
||
true
-
cmake --build . --target ctest
||
true
scripts/ci/jobs/web.yml
View file @
0fec2b1a
web url checker
:
stage
:
check
allow_failure
:
true
tags
:
-
docker
extends
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment