Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Ben Boeckel
ParaView
Commits
eb5c1951
Commit
eb5c1951
authored
Sep 08, 2020
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: rerun failing tests up to 3 times
This should hopefully flush out any flaky tests.
parent
42108174
Pipeline
#188119
failed with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.gitlab/ci/ctest_test.cmake
.gitlab/ci/ctest_test.cmake
+2
-1
No files found.
.gitlab/ci/ctest_test.cmake
View file @
eb5c1951
...
...
@@ -34,7 +34,8 @@ endif ()
ctest_test
(
APPEND
PARALLEL_LEVEL
"
${
nproc
}
"
RETURN_VALUE test_result
EXCLUDE
"
${
test_exclusions
}
"
)
EXCLUDE
"
${
test_exclusions
}
"
REPEAT UNTIL_PASS:3
)
ctest_submit
(
PARTS Test
)
if
(
test_result
)
...
...
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