diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7628a9e99a548f875fdbca4bdb997c2718847c8..ac5b376f47c71034d82729874fb24a12db08963f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,14 +47,10 @@ jobs: pytest3: name: Pytest Conda Py3 runs-on: ubuntu-latest - strategy: - matrix: - loopy-branch: [main, kernel_callables_v3-edit2] steps: - uses: actions/checkout@v2 - name: "Main Script" run: | - sed -i "s/loopy.git/loopy.git@${{ matrix.loopy-branch }}/g" requirements.txt sudo apt update sudo apt install octave openmpi-bin libopenmpi-dev libhdf5-dev @@ -69,14 +65,10 @@ jobs: examples3: name: Examples Conda Py3 runs-on: ubuntu-latest - strategy: - matrix: - loopy-branch: [main, kernel_callables_v3-edit2] steps: - uses: actions/checkout@v2 - name: "Main Script" run: | - sed -i "s/loopy.git/loopy.git@${{ matrix.loopy-branch }}/g" requirements.txt export MPLBACKEND=Agg CONDA_ENVIRONMENT=.test-conda-env-py3.yml USE_CONDA_BUILD=1 diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 632f095d21069c7f592cb98ce17415d74741d3e6..fc6bfca536ad69ba5e5cf416e9c9a82f38cbe36e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ Python 3 POCL: script: | - sed -i "s/loopy.git/loopy.git@$LOOPY_BRANCH/g" requirements.txt export PY_EXE=python3 export PYOPENCL_TEST=portable:pthread # cython is here because pytential (for now, for TS) depends on it @@ -16,14 +15,9 @@ Python 3 POCL: artifacts: reports: junit: test/pytest.xml - parallel: - matrix: - - LOOPY_BRANCH: main - - LOOPY_BRANCH: kernel_callables_v3-edit2 Python 3 Nvidia Titan V: script: | - sed -i "s/loopy.git/loopy.git@$LOOPY_BRANCH/g" requirements.txt export PY_EXE=python3 export PYOPENCL_TEST=nvi:titan export EXTRA_INSTALL="pybind11 cython numpy mako oct2py" @@ -38,14 +32,9 @@ Python 3 Nvidia Titan V: artifacts: reports: junit: test/pytest.xml - parallel: - matrix: - - LOOPY_BRANCH: main - - LOOPY_BRANCH: kernel_callables_v3-edit2 Python 3 POCL Examples: script: - - sed -i "s/loopy.git/loopy.git@$LOOPY_BRANCH/g" requirements.txt - test -n "$SKIP_EXAMPLES" && exit - export PY_EXE=python3 - export PYOPENCL_TEST=portable:pthread @@ -59,14 +48,9 @@ Python 3 POCL Examples: - large-node except: - tags - parallel: - matrix: - - LOOPY_BRANCH: main - - LOOPY_BRANCH: kernel_callables_v3-edit2 Python 3 Conda: script: | - sed -i "s/loopy.git/loopy.git@$LOOPY_BRANCH/g" requirements.txt CONDA_ENVIRONMENT=.test-conda-env-py3.yml export MPLBACKEND=Agg @@ -78,10 +62,6 @@ Python 3 Conda: - large-node except: - tags - parallel: - matrix: - - LOOPY_BRANCH: main - - LOOPY_BRANCH: kernel_callables_v3-edit2 Documentation: script: