Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
beat.editor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
beat
beat.editor
Commits
33c9bc46
Commit
33c9bc46
authored
6 years ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
Update pipeline to run browser-tests on a docker container
parent
90982a79
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!3
Support for new conda-based CI/CD pipelines
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+9
-9
9 additions, 9 deletions
.gitlab-ci.yml
with
9 additions
and
9 deletions
.gitlab-ci.yml
+
9
−
9
View file @
33c9bc46
...
...
@@ -9,7 +9,7 @@ variables:
# Definition of our build pipeline order
stages
:
-
build
-
docker
-
browser-test
-
deploy
-
pypi
...
...
@@ -64,8 +64,8 @@ stages:
# Docker host based testing (must be run inside dind or docker-enabled host)
.
dock
er_test_linux_template
:
&linux_
docker
_job
stage
:
docker
.
brows
er_test_linux_template
:
&linux_
browser_test
_job
stage
:
browser-test
before_script
:
# safe keep artifacts as before_build.sh will erase those...
-
mv ${CONDA_ROOT}/conda-bld .
...
...
@@ -74,7 +74,7 @@ stages:
-
mv conda-bld ${CONDA_ROOT}
-
./scripts/before_test.sh
script
:
-
export BEAT_
DOCK
ER_TESTS=true
-
export BEAT_
BROWS
ER_TESTS=true
-
BOB_TEST_ONLY=true ./_ci/build.sh
after_script
:
-
./_ci/after_build.sh
...
...
@@ -113,24 +113,24 @@ build_macosx_36:
# Docker host based testing
docker
_linux_27
:
<<
:
*linux_
docker
_job
browser_test
_linux_27
:
<<
:
*linux_
browser_test
_job
variables
:
PYTHON_VERSION
:
"
2.7"
dependencies
:
-
build_linux_27
tags
:
-
docker
-build
-
docker
docker_linux_36
:
<<
:
*linux_
docker
_job
<<
:
*linux_
browser_test
_job
variables
:
PYTHON_VERSION
:
"
3.6"
dependencies
:
-
build_linux_36
tags
:
-
docker
-build
-
docker
# Deploy targets
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment