Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
Show more breadcrumbs
medai
software
mednet
Commits
6ec17405
Commit
6ec17405
authored
1 year ago
by
Daniel CARRON
Browse files
Options
Downloads
Patches
Plain Diff
[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
!19
Fix Issues when running tests on the CI
,
!18
Update tests
,
!16
Make square centre-padding a model transform
Pipeline
#84139
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+1
-0
1 addition, 0 deletions
.gitlab-ci.yml
.reuse/dep5
+1
-0
1 addition, 0 deletions
.reuse/dep5
tests/mednet-ci.toml
+5
-0
5 additions, 0 deletions
tests/mednet-ci.toml
with
7 additions
and
0 deletions
.gitlab-ci.yml
+
1
−
0
View file @
6ec17405
...
...
@@ -10,6 +10,7 @@ include:
variables
:
GIT_SUBMODULE_STRATEGY
:
normal
GIT_SUBMODULE_DEPTH
:
1
XDG_CONFIG_HOME
:
tests/mednet-ci.toml
documentation
:
before_script
:
...
...
This diff is collapsed.
Click to expand it.
.reuse/dep5
+
1
−
0
View file @
6ec17405
...
...
@@ -21,5 +21,6 @@ Files:
tests/data/*.csv
tests/data/*.json
tests/data/*.png
tests/*.toml
Copyright: Copyright © 2023 Idiap Research Institute <contact@idiap.ch>
License: GPL-3.0-or-later
This diff is collapsed.
Click to expand it.
tests/mednet-ci.toml
0 → 100644
+
5
−
0
View file @
6ec17405
[datadir]
montgomery
=
"/idiap/resource/database/MontgomeryXraySet"
shenzhen
=
"/idiap/resource/database/ShenzhenXraySet"
indian
=
"/idiap/resource/database/TBXpredict"
tbx11k
=
"/idiap/resource/database/tbx11k"
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