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
8809e7f3
Commit
8809e7f3
authored
6 years ago
by
Samuel GAIST
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab-ci] Remove browser-tests
parent
d6ee4ded
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-35
0 additions, 35 deletions
.gitlab-ci.yml
with
0 additions
and
35 deletions
.gitlab-ci.yml
+
0
−
35
View file @
8809e7f3
...
...
@@ -9,7 +9,6 @@ variables:
# Definition of our build pipeline order
stages
:
-
build
-
browser-tests
-
deploy
-
pypi
...
...
@@ -83,40 +82,6 @@ build_macosx_36:
PYTHON_VERSION
:
"
3.6"
# Docker host based testing (must be run inside dind or docker-enabled host)
.browser_test_linux_template
:
&linux_browser_test_job
stage
:
browser-tests
image
:
docker.idiap.ch/beat/ci.env.editor:0.0.1r0
before_script
:
# safe keep artifacts as before_build.sh will erase those...
-
apt-get update > /dev/null
-
apt-get install -y locales > /dev/null
-
echo "en_US UTF-8" > /etc/locale.gen
-
locale-gen en_US.UTF-8
-
export LANG=en_US.UTF-8
-
export LANGUAGE=en_US:en
-
export LC_ALL=en_US.UTF-8
-
mv ${CONDA_ROOT}/conda-bld .
-
./_ci/install.sh _ci master
#updates ci support scripts
-
./_ci/before_build.sh
-
mv conda-bld ${CONDA_ROOT}
script
:
-
export BEAT_BROWSER_TESTS=true
-
BEAT_BROWSER_TESTS=true BOB_TEST_ONLY=true ./_ci/build.sh
after_script
:
-
./_ci/after_build.sh
browser_linux_36
:
<<
:
*linux_browser_test_job
variables
:
PYTHON_VERSION
:
"
3.6"
dependencies
:
-
build_linux_36
tags
:
-
docker
# Deploy targets
.deploy_template
:
&deploy_job
stage
:
deploy
...
...
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