Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
loopy
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
loopy
Commits
4b460f71
There was a problem fetching the pipeline summary.
Commit
4b460f71
authored
9 years ago
by
Andreas Klöckner
Browse files
Options
Downloads
Patches
Plain Diff
Switch 'breadth' tests to use POCL
parent
e652f9ac
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-4
4 additions, 4 deletions
.gitlab-ci.yml
with
4 additions
and
4 deletions
.gitlab-ci.yml
+
4
−
4
View file @
4b460f71
...
...
@@ -11,17 +11,17 @@ Python 2.7 AMD CPU:
-
amd-cl-cpu
except
:
-
tags
Python 2.6
AMD CPU
:
Python 2.6
POCL
:
script
:
-
export PY_EXE=python2.6
-
export PYOPENCL_TEST=
amd:pu
-
export PYOPENCL_TEST=
portable
-
export EXTRA_INSTALL="numpy mako"
-
export LOOPY_NO_CACHE=1
-
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
:
-
python2.6
-
amd-cl-cpu
-
pocl
except
:
-
tags
Python 3.4 AMD CPU
:
...
...
@@ -54,7 +54,7 @@ Python 2.7 POCL:
Python 2.7 with legacy PyOpenCL
:
script
:
-
export PY_EXE=python2.7
-
export PYOPENCL_TEST=
amd:pu
-
export PYOPENCL_TEST=
portable
-
export EXTRA_INSTALL="numpy mako"
-
export REQUIREMENTS_TXT="requirements-old-pyopencl.txt"
-
export LOOPY_NO_CACHE=1
...
...
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