- 05 Jun, 2020 6 commits
-
-
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
-
- 06 Feb, 2020 1 commit
-
-
Samuel GAIST authored
Relates to beat.backend.python#30
-
- 29 Jan, 2020 1 commit
-
-
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 1 commit
-
-
Samuel GAIST authored
This will show information similar to the describe based implementation.
-
- 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.
-
- 26 Nov, 2019 1 commit
-
-
Samuel GAIST authored
The blocks entry covers them as it already covers both the blocks and analysers. Therefore there's no need for an additional property here.
-
- 08 Nov, 2019 1 commit
-
-
Samuel GAIST authored
Rather than blindingly selecting the first protocol template found, look for the first valid one.
-
- 08 Oct, 2019 1 commit
-
-
Samuel GAIST authored
That will make them re-usable in other tests like in beat/beat.cmdline>
-
- 07 Oct, 2019 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
This test tends to fail on macOS with Python3.7 It is however unclear why as the test passes most of the time. Especially in the other CI environments.
-
Samuel GAIST authored
This patch implements a new parameter that allows to pass the path to the python executable of the environment one would like to use to execute an experiment. The various beat/beat.backend.python from that environment will be called in place of the current environment as it is by default. Fixes #90
-
- 01 Oct, 2019 1 commit
-
-
Samuel GAIST authored
Following beat.backend.python!61 the method has now a third argument containing the output currently written to on the processor side.
-
- 27 Sep, 2019 2 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Currently, when an error occurred in one of the scripts, it could just hang or the error itself wasn't properly processed. This patch improves exception handling as well as error message returned.
-
- 25 Sep, 2019 3 commits
-
-
Samuel GAIST authored
-
Samuel GAIST authored
Like this the test passes but is known to trigger the issue described in beat.backend.python#26 and fixed by beat.backend.python!59.
-
Samuel GAIST authored
This makes the validate part more coherent.
-