Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
589bae5c
Commit
589bae5c
authored
Feb 18, 2019
by
André Anjos
💬
Browse files
[ci] Use bdt CI templates more, even for test-only phases
parent
56bd4639
Pipeline
#27200
passed with stages
in 65 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
589bae5c
include
:
'
https://gitlab.idiap.ch/bob/bob.devtools/raw/master/bob/devtools/data/gitlab-ci/single-package.yaml'
# Redefines the pipeline order for this package
# Redefines the pipeline order for this package
only
stages
:
-
build
-
browser-tests
...
...
@@ -9,7 +9,7 @@ stages:
# Docker host based testing (must be run inside dind or docker-enabled host)
browser_test
:
extends
:
.
build
_linux_template
extends
:
.
test
_linux_template
stage
:
browser-tests
image
:
docker.idiap.ch/beat/ci.env.editor:0.0.1r0
variables
:
...
...
@@ -24,10 +24,3 @@ browser_test:
-
export LANG=en_US.UTF-8
-
export LANGUAGE=en_US:en
-
export LC_ALL=en_US.UTF-8
script
:
-
curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
-
python3 bootstrap.py -vv channel base
-
source ${CONDA_ROOT}/etc/profile.d/conda.sh
-
conda activate base
-
conda build --test ${CONDA_ROOT}/conda-bld/linux-64/${CI_PROJECT_NAME}-*.tar.bz2
-
bdt ci clean -vv
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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