Skip to content
Snippets Groups Projects
Commit 6ec17405 authored by Daniel CARRON's avatar Daniel CARRON :b:
Browse files

[ci] Add a .toml file to specify DB paths in the CI

parent f8a0d1dc
No related branches found
No related tags found
3 merge requests!19Fix Issues when running tests on the CI,!18Update tests,!16Make square centre-padding a model transform
Pipeline #84139 failed
This commit is part of merge request !18. Comments created here will be created in the context of that merge request.
...@@ -10,6 +10,7 @@ include: ...@@ -10,6 +10,7 @@ include:
variables: variables:
GIT_SUBMODULE_STRATEGY: normal GIT_SUBMODULE_STRATEGY: normal
GIT_SUBMODULE_DEPTH: 1 GIT_SUBMODULE_DEPTH: 1
XDG_CONFIG_HOME: tests/mednet-ci.toml
documentation: documentation:
before_script: before_script:
......
...@@ -21,5 +21,6 @@ Files: ...@@ -21,5 +21,6 @@ Files:
tests/data/*.csv tests/data/*.csv
tests/data/*.json tests/data/*.json
tests/data/*.png tests/data/*.png
tests/*.toml
Copyright: Copyright © 2023 Idiap Research Institute <contact@idiap.ch> Copyright: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
License: GPL-3.0-or-later License: GPL-3.0-or-later
[datadir]
montgomery = "/idiap/resource/database/MontgomeryXraySet"
shenzhen = "/idiap/resource/database/ShenzhenXraySet"
indian = "/idiap/resource/database/TBXpredict"
tbx11k = "/idiap/resource/database/tbx11k"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment