Skip to content
Snippets Groups Projects
.gitlab-ci.yml 7.33 KiB
# "Python 2.7 AMD CPU":
#   script:
#   - export PY_EXE=python2.7
#   - export PYOPENCL_TEST=amd:pu
#   - export EXTRA_INSTALL="pybind11 numpy mako"
#   - 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:
#   - python2.7
#   - amd-cl-cpu
#   - opengl
#   except:
#   - tags
#   artifacts:
#     reports:
#       junit: test/pytest.xml
#
# Python 3.6 Intel CPU:
#   script:
#   - export PY_EXE=python3.6
#   - export PYOPENCL_TEST="intel(r):pu"
#   - export EXTRA_INSTALL="pybind11 numpy mako"
#   - 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:
#   - python3.6
#   - intel-cl-cpu
#   except:
#   - tags
#   artifacts:
#     reports:
#       junit: test/pytest.xml
#
# Python 3.6 AMD CPU:
#   script:
#   - export PY_EXE=python3.6
#   - export PYOPENCL_TEST=amd:pu
#   - export EXTRA_INSTALL="pybind11 numpy mako"
#   - 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:
#   - python3.6
#   - amd-cl-cpu
#   except:
#   - tags
#   artifacts:
#     reports:
#       junit: test/pytest.xml
#
# Python 3.6 Titan X:
#   script:
#   - export PY_EXE=python3.6
#   - export PYOPENCL_TEST=nvi:titan
#   - export EXTRA_INSTALL="pybind11 numpy mako"
#   - 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:
#   - python3.6
#   - nvidia-titan-x
#   except:
#   - tags
#   artifacts:
#     reports:
#       junit: test/pytest.xml
#
# Python 3.6 Titan V:
#   script: