Skip to content
Snippets Groups Projects

Draft: Changes for compatibility with pystencils 2.0

Open Frederik Hennig requested to merge fhennig/pystencils2.0-compat into master
Viewing commit a2cf1e3e
Show latest version
1 file
+ 30
0
Preferences
Compare changes
+ 30
0
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 --------------------------------------------------------------------------