Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sumpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
Andreas Klöckner
sumpy
Commits
51308bca
Commit
51308bca
authored
6 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Plain Diff
Merge branch 'ci-drop-35-add-37' into 'master'
CI: Drop Py35, add Py37 See merge request
!106
parents
10808308
5a483f55
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!106
CI: Drop Py35, add Py37
Pipeline
#15065
failed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+23
-23
23 additions, 23 deletions
.gitlab-ci.yml
with
23 additions
and
23 deletions
.gitlab-ci.yml
+
23
−
23
View file @
51308bca
Python 3.5 Titan X
:
script
:
-
py_version=2.7
-
export PYOPENCL_TEST=nvi:titan
-
EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3.5
-
nvidia-titan-x
except
:
-
tags
allow_failure
:
True
artifacts
:
reports
:
junit
:
test/pytest.xml
# Sumpy thus far is poorly parallelized (no workgroup-level parallelism), and
# the Kepler has a tendency to hang as a result.
#
...
...
@@ -50,15 +33,15 @@ Python 2.7 POCL:
reports
:
junit
:
test/pytest.xml
Python 3.
5
POCL
:
Python 3.
6
POCL
:
script
:
-
export PY_EXE=python3.
5
-
export PY_EXE=python3.
6
-
export PYOPENCL_TEST=portable
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3.
5
-
python3.
6
-
pocl
except
:
-
tags
...
...
@@ -66,15 +49,15 @@ Python 3.5 POCL:
reports
:
junit
:
test/pytest.xml
Python 3.
6
POCL
:
Python 3.
7
POCL
:
script
:
-
export PY_EXE=python3.
6
-
export PY_EXE=python3.
7
-
export PYOPENCL_TEST=portable
-
export EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3.
6
-
python3.
7
-
pocl
except
:
-
tags
...
...
@@ -82,6 +65,23 @@ Python 3.6 POCL:
reports
:
junit
:
test/pytest.xml
Python 3.7 Titan X
:
script
:
-
py_version=3.7
-
export PYOPENCL_TEST=nvi:titan
-
EXTRA_INSTALL="pybind11 numpy mako"
-
curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
-
"
.
./build-and-test-py-project.sh"
tags
:
-
python3.7
-
nvidia-titan-x
except
:
-
tags
allow_failure
:
True
artifacts
:
reports
:
junit
:
test/pytest.xml
Python 3.5 Conda
:
script
:
# Disable caching to ensure SymEngine code generation is exercised.
...
...
This diff is collapsed.
Click to expand it.
Matt Wala
@mattwala
mentioned in merge request
!109 (merged)
·
6 years ago
mentioned in merge request
!109 (merged)
mentioned in merge request !109
Toggle commit list
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