Skip to content

Commit 16f2c37

Browse files
committed
Remove staging from Gitlab CI
1 parent 4a9d626 commit 16f2c37

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.gitlab-ci.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,7 @@
1717
# reports:
1818
# junit: test/pytest.xml
1919

20-
stages:
21-
- test
22-
- deploy
23-
2420
Pytest POCL:
25-
stage: test
2621
script:
2722
- export PY_EXE=python3
2823
- export PYOPENCL_TEST=portable:pthread
@@ -39,7 +34,6 @@ Pytest POCL:
3934
junit: test/pytest.xml
4035

4136
Pytest Titan V:
42-
stage: test
4337
script:
4438
- py_version=3
4539
- export PYOPENCL_TEST=nvi:titan
@@ -57,7 +51,6 @@ Pytest Titan V:
5751
junit: test/pytest.xml
5852

5953
Pytest Conda:
60-
stage: test
6154
script:
6255
# Disable caching to ensure SymEngine code generation is exercised.
6356
- export SUMPY_NO_CACHE=1
@@ -74,7 +67,6 @@ Pytest Conda:
7467
junit: test/pytest.xml
7568

7669
Pytest POCL Titan V:
77-
stage: test
7870
script:
7971
# Disable caching to ensure SymEngine code generation is exercised.
8072
- export SUMPY_NO_CACHE=1
@@ -91,7 +83,6 @@ Pytest POCL Titan V:
9183
junit: test/pytest.xml
9284

9385
Examples Conda:
94-
stage: test
9586
script: |
9687
grep -v symengine .test-conda-env-py3.yml > .test-conda-env.yml
9788
CONDA_ENVIRONMENT=.test-conda-env.yml
@@ -106,7 +97,6 @@ Examples Conda:
10697
- tags
10798

10899
Documentation:
109-
stage: deploy
110100
script: |
111101
EXTRA_INSTALL="pybind11 numpy mako"
112102
curl -L -O https://tiker.net/ci-support-v0
@@ -119,7 +109,6 @@ Documentation:
119109
- linux
120110

121111
Ruff:
122-
stage: test
123112
script:
124113
- pipx install uv
125114
- uv run --only-group lint ruff check

0 commit comments

Comments
 (0)