Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
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
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Admin message
GitLab upgrade completed. Current version is 17.11.3.
Show more breadcrumbs
faust group
faust
Commits
da72b2f4
Commit
da72b2f4
authored
1 year ago
by
hhakim
Browse files
Options
Downloads
Patches
Plain Diff
Add commit sha in cdash build name.
parent
c7156e7e
No related branches found
No related tags found
No related merge requests found
Pipeline
#846809
canceled
1 year ago
Stage: test
Stage: pkg_purepy
Stage: pkg
Stage: code_cov
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CTestConfig.cmake
+5
-2
5 additions, 2 deletions
CTestConfig.cmake
with
5 additions
and
2 deletions
CTestConfig.cmake
+
5
−
2
View file @
da72b2f4
...
@@ -27,11 +27,12 @@
...
@@ -27,11 +27,12 @@
## If not, see <http://www.gnu.org/licenses/>. ##
## If not, see <http://www.gnu.org/licenses/>. ##
## ##
## ##
## Contacts: ##
## Contacts: ##
## Remi Gribonval : remi.gribonval@inria.fr ##
## Hakim Hadj-Djilani: hakim.hadj-djilani@inria.fr ##
## Nicolas Bellot : nicolas.bellot@inria.fr ##
## Nicolas Bellot : nicolas.bellot@inria.fr ##
## Adrien Leman : adrien.leman@inria.fr ##
## Adrien Leman : adrien.leman@inria.fr ##
## Thomas Gautrais : thomas.gautrais@inria.fr ##
## Thomas Gautrais : thomas.gautrais@inria.fr ##
## Luc Le Magoarou : luc.le-magoarou@inria.fr ##
## Luc Le Magoarou : luc.le-magoarou@inria.fr ##
## Remi Gribonval : remi.gribonval@inria.fr ##
##############################################################################
##############################################################################
...
@@ -51,4 +52,6 @@ set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE TRUE)
...
@@ -51,4 +52,6 @@ set(CTEST_CUSTOM_MAXIMUM_PASSED_TEST_OUTPUT_SIZE TRUE)
set
(
CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE TRUE
)
set
(
CTEST_CUSTOM_MAXIMUM_FAILED_TEST_OUTPUT_SIZE TRUE
)
set
(
CTEST_CURL_OPTIONS
"CURLOPT_SSL_VERIFYPEER_OFF"
)
set
(
CTEST_CURL_OPTIONS
"CURLOPT_SSL_VERIFYPEER_OFF"
)
if
(
DEFINED ENV{CI_COMMIT_SHA}
)
# it doesn't work without DEFINED for env. var.
set
(
CTEST_BUILD_NAME
${
CTEST_BUILD_NAME
}
-$ENV{CI_COMMIT_SHA}
)
endif
()
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