Skip to content

Commit

Permalink
Use Kubernetes runner
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-berchet committed Oct 26, 2021
1 parent 5d242a1 commit 941d190
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
source_synthesis =
src/synthesis_workflow
*/site-packages/synthesis_workflow
*/synthesis-workflow/src/synthesis_workflow

source_morphval =
src/morphval
*/site-packages/morphval
*/synthesis-workflow/src/morphval
14 changes: 8 additions & 6 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ include:
# Using the same image as DVF
image: docker-registry-default.ocp.bbp.epfl.ch/bbp-ou-cells/data-validation-framework:latest

py37:
.pytest-template:
# Using Kubernetes runner with custom cpu count and memory amount
tags:
- c8r16

py38:
tags:
- c8r16
- kubernetes
variables:
KUBERNETES_CPU_LIMIT: 4
KUBERNETES_CPU_RESOURCES: 4
KUBERNETES_MEMORY_LIMIT: 4Gi
KUBERNETES_MEMORY_RESOURCES: 4Gi

0 comments on commit 941d190

Please sign in to comment.