Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,696
Issues
1,696
List
Boards
Labels
Service Desk
Milestones
Merge Requests
89
Merge Requests
89
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
3aa032be
Commit
3aa032be
authored
Mar 12, 2019
by
Mathieu Giraud
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests/Makefile: longer timeout for regular should tests
see
#3789
parent
53009ea3
Pipeline
#67631
failed with stages
in 6 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
algo/tests/Makefile
algo/tests/Makefile
+5
-2
No files found.
algo/tests/Makefile
View file @
3aa032be
...
...
@@ -23,6 +23,9 @@ VALGRIND_TOOLS= --tool=memcheck --leak-check=full --show-reachable=yes --trace-c
VALGRIND_OUTPUT_XML
=
--xml
=
yes
--xml-file
=
'
$(REPORTS_PATH)
/valgrind.xml.%p'
VALGRIND_OUTPUT
=
--error-exitcode
=
1
SHOULD_TIMEOUT
=
140
SHOULD_TIMEOUT_VALGRIND
=
300
ifeq
($(XML_OUTPUT), 1)
VALGRIND_OUTPUT
=
$(VALGRIND_OUTPUT_XML)
endif
...
...
@@ -71,7 +74,7 @@ snapshot_diff_current:
should
:
vidjil
time
python3 should.py
--xml
$(SHOULD)
time
python3 should.py
--
timeout
$(SHOULD_TIMEOUT)
--
xml
$(SHOULD)
shouldvdj_if_python
:
if
python ../../tools/check_python_version.py
;
\
...
...
@@ -122,7 +125,7 @@ curated-vdj.zip: $(SHOULD_VDJ_ARCHIVE)
valgrind_should
:
vidjil
$(MAKE)
-C
"
$(REPORTS_PATH)
"
clean_valgrind
time
python3 should.py
--timeout
300
--launcher
"
$(VALGRIND_CMD)
"
--extra
=
--clean-memory
$(SHOULD)
time
python3 should.py
--timeout
$(SHOULD_TIMEOUT_VALGRIND)
--launcher
"
$(VALGRIND_CMD)
"
--extra
=
--clean-memory
$(SHOULD)
valgrind_%
:
LAUNCHER
=
"
$(VALGRIND_CMD)
"
$(MAKE)
$(
patsubst
valgrind_%,%,
$@
)
...
...
Mathieu Giraud
@magiraud
mentioned in issue
#3789 (closed)
·
Mar 12, 2019
mentioned in issue
#3789 (closed)
mentioned in issue #3789
Toggle commit list
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