Skip to content

Commit ca1de86

Browse files
committed
Drop Gitlab CI jobs for removed GPUs
1 parent cc44b60 commit ca1de86

File tree

1 file changed

+0
-55
lines changed

1 file changed

+0
-55
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -20,24 +20,6 @@ Python 3 Intel CPU:
2020
reports:
2121
junit: test/pytest.xml
2222

23-
Python 3 Nvidia Titan X:
24-
script: |
25-
export PYOPENCL_TEST=nvi:titan
26-
export EXTRA_INSTALL="numpy mako"
27-
28-
curl -L -O https://tiker.net/ci-support-v0
29-
. ci-support-v0
30-
build_py_project_in_venv
31-
test_py_project
32-
tags:
33-
- python3
34-
- nvidia-titan-x
35-
except:
36-
- tags
37-
artifacts:
38-
reports:
39-
junit: test/pytest.xml
40-
4123
Python 3 Nvidia Titan V:
4224
script: |
4325
export PYOPENCL_TEST=nvi:titan
@@ -56,24 +38,6 @@ Python 3 Nvidia Titan V:
5638
reports:
5739
junit: test/pytest.xml
5840

59-
Python 3 Nvidia K40:
60-
script: |
61-
export PYOPENCL_TEST=nvi:k40
62-
export EXTRA_INSTALL="numpy mako"
63-
64-
curl -L -O https://tiker.net/ci-support-v0
65-
. ci-support-v0
66-
build_py_project_in_venv
67-
test_py_project
68-
tags:
69-
- python3
70-
- nvidia-k40
71-
except:
72-
- tags
73-
artifacts:
74-
reports:
75-
junit: test/pytest.xml
76-
7741
Python 3 POCL:
7842
script: |
7943
export PYOPENCL_TEST=portable:cpu
@@ -111,25 +75,6 @@ Python 3 POCL CL 1.1:
11175
reports:
11276
junit: test/pytest.xml
11377

114-
Python 3 POCL K40:
115-
script: |
116-
export PYOPENCL_TEST=portable:k40
117-
export EXTRA_INSTALL="numpy mako"
118-
119-
curl -L -O https://tiker.net/ci-support-v0
120-
. ci-support-v0
121-
build_py_project_in_venv
122-
test_py_project
123-
tags:
124-
- python3
125-
- pocl
126-
- nvidia-k40
127-
except:
128-
- tags
129-
artifacts:
130-
reports:
131-
junit: test/pytest.xml
132-
13378
Python 3 POCL Titan V:
13479
script: |
13580
export PYOPENCL_TEST=portable:titan

0 commit comments

Comments
 (0)