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

fix GPU CI task to use cuda image

parent 4bc5ff44
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #75635 failed
......@@ -4,27 +4,26 @@ stages:
- "Documentation"
- deploy
.nox-base:
.qa-base:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
tags:
- docker
linter:
extends: .nox-base
extends: .qa-base
stage: "Code Quality"
needs: []
script:
- nox --session lint
typechecker:
extends: .nox-base
extends: .qa-base
stage: "Code Quality"
needs: []
script:
- nox --session typecheck
.testsuite-base:
extends: .nox-base
stage: "Tests"
needs: []
coverage: '/TOTAL.*\s+(\d+%)$/'
......@@ -40,6 +39,7 @@ typechecker:
"testsuite-py3.10+cuda":
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
script:
- nox --session testsuite-3.10
tags:
......@@ -48,6 +48,7 @@ typechecker:
"testsuite-py3.13":
extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script:
- nox --session testsuite-3.13
......
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