Commits (39)
-
Samuel GAIST authored
A new property in the execution configuration allows to mount the various databases in the algorithm container in a similar fashion as the database container. It will only work for containers that needs to access datasets. Fixes #103
6e28d902 -
Samuel GAIST authored5c42cca1
-
Samuel GAIST authored
This will allow the docker tests to more easily setup and cleanup its content. While the folder is not used as these databases are generative only, docker will create it anyway as mounting a non-exisiting folder will trigger its creation with the daemon ownership applied.
98f0d791 -
Samuel GAIST authored
This will avoid the docker daemon to create them and make them belong to it and thus not properly accessible if the daemon is root.
57e5b287 -
Samuel GAIST authored
It's not handled in the setup/teardown of the test package.
266becc3 -
Samuel GAIST authored6087700e
-
Samuel GAIST authored1d93c335
-
Samuel GAIST authored
This will allow to use them in the same temporary folder used for other test data.
a2588b98 -
Samuel GAIST authored
This will grab the version currently used for the test and in this case with the root_folder entry fixed for the tests.
1492e907 -
Samuel GAIST authored
beat/beat.cmdline re-implements similar parts so make them reusable
67a4e0d0 -
André Anjos authored
Algorithm database sharing Closes #103 See merge request !128
-
Amir MOHAMMADI authored9fe2e8ba
-
Samuel GAIST authoredb5ca2385
-
Samuel GAIST authored9474e9f2
-
Samuel GAIST authoredba651f99
-
Samuel GAIST authored36f4fa38
-
Samuel GAIST authored
Sphinx 3 autodoc no longer accepts autodoc_default_flags and autodoc_default_options should be used See merge request !129
-
Samuel GAIST authored9b203043
-
Samuel GAIST authored
Add missing global parameters to shared_datasets experiment See merge request !130
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
It's missing support for - in the author part of algorithm author name. Fixes #104
dfd30b8b -
Flavio TARSETTI authored
Fix algorithm name pattern in experiment globals Closes #104 See merge request !131
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
This field will allow database creator to specify whether the raw data can be made directly accessible to the algorithm execution container.
6a62a11c -
Samuel GAIST authoredfcfe0b45
-
Samuel GAIST authored164bf684
-
Samuel GAIST authored1a66c641
-
Samuel GAIST authoredd829ac7c
-
Samuel GAIST authored
The prefix is resynced after the CXX tests, therefore ensure that the original root_folder setup is applied again. This avoids breaking tests when CXX tests run before the raw access tests.
3820b580 -
André Anjos authored
Refactor database sharing Closes #105 See merge request !132
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
In order to allow container with special needs like ROS requiring some read/write space, the Container class now parses the new custom "beat.env.custom_tmpfs" label and add the corresponding entries to the dictionnary dedicated to them. Fixes #106
c1c63253 -
Samuel GAIST authoredb61dc8db
-
André Anjos authored
Custom tmpfs through label Closes #106 See merge request !133
-
Samuel GAIST authored
-
Samuel GAIST authored
Showing