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

remove minimal-conda task. Use nox for flake8 linting.

parent 337734d3
1 merge request!172Draft: Changes for compatibility with pystencils 2.0
Pipeline #77884 failed with stages
in 17 minutes and 24 seconds
stages: stages:
- "Code Quality"
- pretest - pretest
- test - test
- prerelease - prerelease
...@@ -31,10 +32,11 @@ testsuite-cuda-py3.10: ...@@ -31,10 +32,11 @@ testsuite-cuda-py3.10:
stage: pretest stage: pretest
extends: .every-commit extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6 image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
needs: []
script: script:
- mkdir -p ~/.config/matplotlib - mkdir -p ~/.config/matplotlib
- echo "backend:template" > ~/.config/matplotlib/matplotlibrc - echo "backend:template" > ~/.config/matplotlib/matplotlibrc
- nox -s testsuite_gpu-3.10(cupy12) - nox -s "testsuite_gpu-3.10(cupy12)"
tags: tags:
- docker - docker
- cuda11 - cuda11
...@@ -94,27 +96,15 @@ tests-and-coverage-with-longrun: ...@@ -94,27 +96,15 @@ tests-and-coverage-with-longrun:
- cuda11 - cuda11
- AVX - AVX
minimal-conda:
stage: pretest
extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/minimal_conda
script:
- pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils
- pip install -e .
- python quicktest.py
tags:
- docker
# Linter for code formatting # Linter for code formatting
flake8-lint: flake8-lint:
stage: pretest stage: "Code Quality"
extends: .every-commit extends: .every-commit
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/full image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script: script:
- flake8 src/lbmpy - nox -s lint
tags: tags:
- docker - docker
- cuda11
# -------------------------- Tests ------------------------------------------------------------------------------------- # -------------------------- Tests -------------------------------------------------------------------------------------
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment