- 05 Aug, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 29 Jul, 2020 1 commit
-
-
Samuel GAIST authored
At least in production, some issues happened that required to have /tmp writable. To preserve the read-only state of the container, use a small tmpfs that is enough for the container to run. /run is another that might be needed so make it part of the defaults used.
-
- 21 Jul, 2020 1 commit
-
-
Samuel GAIST authored
This test ensures that the setup feature works properly.
-
- 07 Jul, 2020 2 commits
-
-
Samuel GAIST authored
It has been the case for a while for beat/beat.backend.cxx>
-
Samuel GAIST authored
- beat.env.python.tests 1.3.0r7 - beat.env.db.examples 1.4.0r7 - beat.env.cxx 2.0.0r4 - beat.env.cxxdev 2.0.0r4
-
- 29 Jun, 2020 1 commit
-
-
Samuel GAIST authored
-
- 25 Jun, 2020 4 commits
-
-
Samuel GAIST authored
This makes use of the new environment field that can be added to the database declaration and is then used to select the runtime environment in place of the database search done until now.
-
Samuel GAIST authored
This replaces the database name based search.
-
Samuel GAIST authored
-
Samuel GAIST authored
This field will allow to specify which environment should be used to use a database. If not present, the old detection process is used.
-
- 18 Jun, 2020 2 commits
-
-
Samuel GAIST authored
This ensure that the setup call is properly done
-
Samuel GAIST authored
-
- 08 Jun, 2020 1 commit
-
-
Samuel GAIST authored
-
- 05 Jun, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 13 Mar, 2020 1 commit
-
-
Samuel GAIST authored
This will allow to improve tests also in beat/beat.cmdline>
-
- 11 Mar, 2020 1 commit
-
-
Update all logger.warn calls to logger.warning as warn is obsolete. Also removes all unused logger instances.
-
- 10 Mar, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
The max length matches the one from the database of beat/beat.web>
-
Samuel GAIST authored
The processing nodes are not on Python 3.6 yet therefore these can not be used. The other uses are only related to tests and tasks not done on the processing nodes.
-
- 04 Mar, 2020 1 commit
-
-
Samuel GAIST authored
Some execution environments may run CPU as well as GPU code, this check for Nvidia driver presence will allow to reuse the same environment on both. It also updates the GPU option to use the latest version provided by the nvidia-docker2 documentation.
-
- 03 Mar, 2020 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This avoids accidental writes in the container that will be lost anyway.
-
Samuel GAIST authored
When starting a docker container, use the same user as the one currently executing the code if nothing else has been put in the configuration. This allows to have consistent access across executions.
-
- 24 Feb, 2020 1 commit
-
-
Samuel GAIST authored
-
- 20 Feb, 2020 4 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
-
Support giving a custom mount point to use for volume setup. This will replace the cache path when creating the volumes.
-
- 07 Feb, 2020 4 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
It was not matching the one created by the original discovery and thus fails to find the environments for the tests.
-
Samuel GAIST authored
This will only mount what is needed by the various containers.
-
Samuel GAIST authored
-