Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dedal
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
EBRAINS Software Distribution
dedal
Commits
96bba6f3
Commit
96bba6f3
authored
4 years ago
by
Oliver Breitwieser
Browse files
Options
Downloads
Patches
Plain Diff
Enable debug by WITH_DEBUG in gerrit comment
Change-Id: Ia820830f3f32c8129b904f25dd5ef97442c7ca22
parent
54669a0b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.ci/validate_environment.sh
+5
-0
5 additions, 0 deletions
.ci/validate_environment.sh
README.md
+5
-0
5 additions, 0 deletions
README.md
with
10 additions
and
0 deletions
.ci/validate_environment.sh
+
5
−
0
View file @
96bba6f3
...
@@ -50,6 +50,11 @@ if [ "${CONTAINER_BUILD_TYPE}" = "testing" ] \
...
@@ -50,6 +50,11 @@ if [ "${CONTAINER_BUILD_TYPE}" = "testing" ] \
echo
"
${
GERRIT_EVENT_COMMENT_TEXT
}
"
|
base64
-d
>
"
${
tmpfile_comment
}
"
echo
"
${
GERRIT_EVENT_COMMENT_TEXT
}
"
|
base64
-d
>
"
${
tmpfile_comment
}
"
if
grep
-q
"
\b
WITH_DEBUG
\b
"
"
${
tmpfile_comment
}
"
;
then
export
YASHCHIKI_DEBUG
=
enabled
set_debug_output_from_env
fi
if
!
grep
-q
"
\b
NO_FAILED_CACHE
\b
"
"
${
tmpfile_comment
}
"
;
then
if
!
grep
-q
"
\b
NO_FAILED_CACHE
\b
"
"
${
tmpfile_comment
}
"
;
then
if
grep
-q
"
\b
USE_CACHE_NAME="
"
${
tmpfile_comment
}
"
;
then
if
grep
-q
"
\b
USE_CACHE_NAME="
"
${
tmpfile_comment
}
"
;
then
# use specified cache
# use specified cache
...
...
This diff is collapsed.
Click to expand it.
README.md
+
5
−
0
View file @
96bba6f3
...
@@ -47,3 +47,8 @@ This changeset adds the possibility to specify:
...
@@ -47,3 +47,8 @@ This changeset adds the possibility to specify:
These take priority over commit-specified
`Depends-On:`
and are mutually
These take priority over commit-specified
`Depends-On:`
and are mutually
exclusive with jenkins-specified build parameters since each build gets
exclusive with jenkins-specified build parameters since each build gets
either triggered manually in jenkins or via gerrit.
either triggered manually in jenkins or via gerrit.
### `WITH_DEBUG`
Specifying
`WITH_DEBUG`
in the triggering comment will enable debug output.
This diff is collapsed.
Click to expand it.
Preview
0%
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