Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pyopencl
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
Andreas Klöckner
pyopencl
Merge requests
!114
Use Pypy3 in Gitlab CI
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use Pypy3 in Gitlab CI
pypy3-gitlab-ci
into
master
Overview
0
Commits
3
Pipelines
3
Changes
1
Merged
Andreas Klöckner
requested to merge
pypy3-gitlab-ci
into
master
4 years ago
Overview
0
Commits
3
Pipelines
3
Changes
1
Expand
0
0
Merge request reports
Viewing commit
26c6933d
Prev
Next
Show latest version
1 file
+
2
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
26c6933d
Allow pypy3 Gitlab CI to fail for now
· 26c6933d
Andreas Klöckner
authored
4 years ago
.gitlab-ci.yml
+
4
−
2
Options
@@ -165,9 +165,9 @@ Python 3 Conda Apple:
reports
:
junit
:
test/pytest.xml
PyPy POCL
:
PyPy
3
POCL
:
script
:
-
export PY_EXE=pypy
-
export PY_EXE=pypy
3
-
export PYOPENCL_TEST=portable:pthread
# On pypy, this seems to install old versions from the package index
@@ -179,6 +179,8 @@ PyPy POCL:
-
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"
allow_failure
:
true
tags
:
-
pypy
-
pocl
Loading