Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
3624c2b1
Commit
3624c2b1
authored
2 years ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
TST: Add Python 3.10 to unit test pipeline
parent
a32b3107
No related branches found
No related tags found
2 merge requests
!71
REL: RElease v0.2.0
,
!63
TST: Use other Python versions
Pipeline
#30267
passed
2 years ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+8
-3
8 additions, 3 deletions
.gitlab-ci.yml
with
8 additions
and
3 deletions
.gitlab-ci.yml
+
8
−
3
View file @
3624c2b1
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
#
#
# Copyright (C) 2018 Research Group Biomedical Physics,
# Copyright (C) 2018 Research Group Biomedical Physics,
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Max-Planck-Institute for Dynamics and Self-Organization Göttingen
# Copyright (C) 2019 Henrik tom Wörden
# Copyright (C) 2019 Henrik tom Wörden
#
#
# This program is free software: you can redistribute it and/or modify
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# it under the terms of the GNU Affero General Public License as
...
@@ -134,7 +134,12 @@ unittest_py3.8:
...
@@ -134,7 +134,12 @@ unittest_py3.8:
# actual test
# actual test
-
caosdb-crawler --help
-
caosdb-crawler --help
-
pytest --cov=caosdb -vv ./unittests
-
pytest --cov=caosdb -vv ./unittests
unittest_py3.10
:
tags
:
[
cached-dind
]
stage
:
test
image
:
python:3.10
script
:
*python_test_script
inttest
:
inttest
:
tags
:
[
docker
]
tags
:
[
docker
]
...
@@ -239,7 +244,7 @@ build-testenv:
...
@@ -239,7 +244,7 @@ build-testenv:
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
-
docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
# use here general latest or specific branch latest...
# use here general latest or specific branch latest...
-
docker build
-
docker build
--build-arg PYLIB=${PYLIB}
--build-arg PYLIB=${PYLIB}
--build-arg ADVANCED=${ADVANCED:dev}
--build-arg ADVANCED=${ADVANCED:dev}
--file .docker/Dockerfile
--file .docker/Dockerfile
...
...
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