Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
135007f9
Commit
135007f9
authored
May 19, 2021
by
Dennis Gläser
Browse files
[bin][findtests] use more appropriate flag
parent
3e12917e
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
135007f9
...
...
@@ -20,7 +20,7 @@ select tests:
-
|
if [[ "$TRIGGER_SOURCE" == "merge_request_event" ]]; then
python3 bin/testing/getchangedfiles.py -o changedfiles.txt -t origin/$MR_TARGET_BRANCH_NAME
python3 bin/testing/findtests.py -
f
affectedtests.json --file-list changedfiles.txt --build-dir build-cmake
python3 bin/testing/findtests.py -
o
affectedtests.json --file-list changedfiles.txt --build-dir build-cmake
else
echo "Skipping test selection, build/test stages will consider all tests!"
echo "{}" >> ../affectedtests.json
...
...
bin/testing/findtests.py
View file @
135007f9
...
...
@@ -86,7 +86,7 @@ if __name__ == '__main__':
parser
.
add_argument
(
'-np'
,
'--num-processes'
,
required
=
False
,
type
=
int
,
default
=
4
,
help
=
'Number of processes (default: 4)'
)
parser
.
add_argument
(
'-
f
'
,
'--outfile'
,
parser
.
add_argument
(
'-
o
'
,
'--outfile'
,
required
=
False
,
default
=
'affectedtests.json'
,
help
=
'The file in which to write the affected tests'
)
parser
.
add_argument
(
'-b'
,
'--build-dir'
,
...
...
Dennis Gläser
@DennisGlaeser
mentioned in commit
bffd84f3
·
Jun 02, 2021
mentioned in commit
bffd84f3
mentioned in commit bffd84f3e6ec5ada85159c7e22c9ac6906e7c60b
Toggle commit list
Write
Preview
Supports
Markdown
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