Skip to content
Snippets Groups Projects
Commit a2cf1e3e authored by Frederik Hennig's avatar Frederik Hennig
Browse files

Add CI job to test against pystencils v2.0-dev

parent 2b7af25e
No related branches found
No related tags found
1 merge request!172Draft: Changes for compatibility with pystencils 2.0
Pipeline #67877 passed with warnings
stages:
- pretest
- test
- prerelease
- nightly
- docs
- deploy
......@@ -211,6 +212,35 @@ pycodegen-integration:
- cuda11
- AVX
# -------------------- pystencils Pre-Release --------------------------------------------------------------------------
pystencils-2.0dev:
stage: prerelease
extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full
allow_failure: true
needs: []
before_script:
- pip install sympy --upgrade
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@v2.0-dev#egg=pystencils
script:
- export NUM_CORES=$(nproc --all)
- mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- env
- pip list
- py.test -v -n $NUM_CORES -m "not longrun" --junitxml=report.xml
tags:
- docker
- AVX
- cuda11
artifacts:
when: always
reports:
junit: report.xml
# -------------------- Scheduled Tasks --------------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment