Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
id06workflow
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
12
Issues
12
List
Boards
Labels
Service Desk
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
payno
id06workflow
Commits
4818fb59
Commit
4818fb59
authored
Dec 12, 2018
by
payno
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'add_ci_for_notebooks' into 'master'
[CI] add notebooks tests See merge request
!12
parents
3d0b37a8
ee9c976c
Pipeline
#8840
failed with stage
in 2 minutes and 47 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
.gitlab-ci.yml
.gitlab-ci.yml
+23
-0
No files found.
.gitlab-ci.yml
View file @
4818fb59
...
@@ -17,3 +17,26 @@ test:python3.5-stretch-pyqt5:
...
@@ -17,3 +17,26 @@ test:python3.5-stretch-pyqt5:
-
python -m pip install -r requirements.txt
-
python -m pip install -r requirements.txt
-
python -m pip install .
-
python -m pip install .
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a id06workflow test -v
-
/usr/bin/xvfb-run --server-args="-screen 0 1024x768x24" -a id06workflow test -v
test:test-notebooks:
type
:
test
image
:
docker-registry.esrf.fr/dau/tomwer:python3.5_stretch_pyqt5
script
:
-
arch
-
export PYTHONPATH="${PYTHONPATH}:/usr/lib/python3/dist-packages/"
-
export LD_LIBRARY_PATH=/lib/x86_64-linux-gnu/:${LD_LIBRARY_PATH}
-
export http_proxy=http://proxy.esrf.fr:3128/
-
export https_proxy=http://proxy.esrf.fr:3128/
-
python --version
-
python -m pip install pip --upgrade
-
python -m pip install setuptools --upgrade
-
python -m pip install numpy --upgrade
-
python -m pip install matplotlib
-
python -m pip install jupyter_client
-
python -m pip install nbconvert
-
python -m pip install -r requirements.txt
-
python -m pip install .
-
python -m pip install ipykernel
-
python -m ipykernel install --user
-
jupyter nbconvert --to notebook --execute doc/tutorials/id06workflow_operations.ipynb
Write
Preview
Markdown
is supported
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