- 10 Mar, 2020 2 commits
-
-
Flavio TARSETTI authored
Don't use f string yet See merge request !116
-
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 2 commits
-
-
Flavio TARSETTI authored
Only enable GPU runtime if available See merge request !115
-
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 4 commits
-
-
Flavio TARSETTI authored
Improve execution handling See merge request !114
-
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.
-
- 26 Feb, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 25 Feb, 2020 1 commit
-
-
Flavio TARSETTI authored
Add missing variable initialisation for optional argument in worker script See merge request !113
-
- 24 Feb, 2020 1 commit
-
-
Samuel GAIST authored
-
- 20 Feb, 2020 8 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Improve disconnection handling See merge request !112
-
Samuel GAIST authored
-
Samuel GAIST authored
-
Flavio TARSETTI authored
improve complex setup handling See merge request !111
-
-
Support giving a custom mount point to use for volume setup. This will replace the cache path when creating the volumes.
-
- 19 Feb, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 07 Feb, 2020 7 commits
-
-
André Anjos authored
Make cache access more specific See merge request !110
-
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
-
Samuel GAIST authored
-
Flavio TARSETTI authored
Improve handling of message handler shutdown in local executor See merge request !109
-
- 06 Feb, 2020 1 commit
-
-
Samuel GAIST authored
Relates to beat.backend.python#30
-
- 29 Jan, 2020 2 commits
-
-
André Anjos authored
Handle docker exception following the raise on error property for the new environment discovery Closes #93 See merge request !108
-
Samuel GAIST authored
IF docker is installed or the daemon not accessible, the exception propagation will not follow the raise on error property. This patch fixes that and thus keeps the behaviour consistant.
-
- 21 Jan, 2020 2 commits
-
-
André Anjos authored
Add logging information to lable based discover See merge request !107
-
Samuel GAIST authored
This will show information similar to the describe based implementation.
-
- 20 Jan, 2020 1 commit
-
-
André Anjos authored
Implement environment discovery using docker labels See merge request !106
-
- 17 Jan, 2020 1 commit
-
-
The next release of BEAT environments will make use of docker labels to provide the information the current describe command returns (minus the os entry which is not currently used). This new implementation of discovery uses these labels and thus speeds up the process. The original code is kept as a fallback method in case a node only has images using the old build process.
-
- 15 Jan, 2020 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-
- 26 Nov, 2019 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
-