Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
fb1ff973
Commit
fb1ff973
authored
Feb 19, 2019
by
André Anjos
💬
Browse files
[conda] Pull docker images using beat.core infrastructure the first thing during testing
parent
533a6475
Pipeline
#27229
failed with stage
in 3 minutes and 39 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
buildout.cfg
View file @
fb1ff973
[buildout]
parts = scripts
parts = scripts
docker
eggs = beat.cmdline
develop = .
newest = false
[scripts]
recipe = bob.buildout:scripts
[docker]
recipe = collective.recipe.cmd
cmds = ./bin/python -c 'from beat.core.test.utils import pull_docker_test_images as f; f()'
on_install = true
on_update = true
conda/meta.yaml
View file @
fb1ff973
...
...
@@ -59,6 +59,8 @@ test:
-
{{
name
}}
commands
:
# pulls required images once before running the tests
-
python -c "from beat.core.test.utils import pull_docker_test_images as f; f()"
-
worker --help
-
beat --help
-
beat config --help
...
...
develop.cfg
View file @
fb1ff973
...
...
@@ -3,7 +3,7 @@
; Tue 02 Jun 2015 13:05:59 CEST
[buildout]
parts = scripts
parts = scripts
docker
extensions = mr.developer
auto-checkout = *
develop = .
...
...
@@ -19,3 +19,9 @@ beat.backend.python = git https://gitlab.idiap.ch/beat/beat.backend.python
[scripts]
recipe = bob.buildout:scripts
[docker]
recipe = collective.recipe.cmd
cmds = ./bin/python -c 'from beat.core.test.utils import pull_docker_test_images as f; f()'
on_install = true
on_update = true
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment