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
No related branches found
No related tags found
1 merge request!24Extend Support for CUDA and HIP kernel invocations
Pipeline #75635 failed
...@@ -4,27 +4,26 @@ stages: ...@@ -4,27 +4,26 @@ stages:
- "Documentation" - "Documentation"
- deploy - deploy
.nox-base: .qa-base:
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
tags: tags:
- docker - docker
linter: linter:
extends: .nox-base extends: .qa-base
stage: "Code Quality" stage: "Code Quality"
needs: [] needs: []
script: script:
- nox --session lint - nox --session lint
typechecker: typechecker:
extends: .nox-base extends: .qa-base
stage: "Code Quality" stage: "Code Quality"
needs: [] needs: []
script: script:
- nox --session typecheck - nox --session typecheck
.testsuite-base: .testsuite-base:
extends: .nox-base
stage: "Tests" stage: "Tests"
needs: [] needs: []
coverage: '/TOTAL.*\s+(\d+%)$/' coverage: '/TOTAL.*\s+(\d+%)$/'
...@@ -40,6 +39,7 @@ typechecker: ...@@ -40,6 +39,7 @@ typechecker:
"testsuite-py3.10+cuda": "testsuite-py3.10+cuda":
extends: .testsuite-base extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:ubuntu24.04-cuda12.6
script: script:
- nox --session testsuite-3.10 - nox --session testsuite-3.10
tags: tags:
...@@ -48,6 +48,7 @@ typechecker: ...@@ -48,6 +48,7 @@ typechecker:
"testsuite-py3.13": "testsuite-py3.13":
extends: .testsuite-base extends: .testsuite-base
image: i10git.cs.fau.de:5005/pycodegen/pycodegen/nox:alpine
script: script:
- nox --session testsuite-3.13 - nox --session testsuite-3.13
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment