Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
lbmpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pycodegen
lbmpy
Commits
332924e9
Commit
332924e9
authored
2 months ago
by
Frederik Hennig
Browse files
Options
Downloads
Patches
Plain Diff
remove minimal-conda task. Use nox for flake8 linting.
parent
337734d3
No related branches found
No related tags found
1 merge request
!172
Draft: Changes for compatibility with pystencils 2.0
Pipeline
#77884
failed
2 months ago
Stage: Code Quality
Stage: pretest
Stage: test
Stage: docs
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+6
-16
6 additions, 16 deletions
.gitlab-ci.yml
with
6 additions
and
16 deletions
.gitlab-ci.yml
+
6
−
16
View file @
332924e9
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 -------------------------------------------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment