IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 747c6f10 authored by Ralf Ulrich's avatar Ralf Ulrich
Browse files

Merge branch 'ci_fix_halt' into 'master'

Added corsika/analysis python docker container

See merge request !368
parents 528118af b61ddaf4
No related branches found
No related tags found
No related merge requests found
...@@ -439,7 +439,7 @@ coverage: ...@@ -439,7 +439,7 @@ coverage:
allow_failure: true allow_failure: true
artifacts: artifacts:
when: always when: always
expire_in: 1 year expire_in: 3 month
paths: paths:
- ${CI_PROJECT_DIR}/build/coverage-report.tar.gz - ${CI_PROJECT_DIR}/build/coverage-report.tar.gz
...@@ -485,9 +485,6 @@ sanity: ...@@ -485,9 +485,6 @@ sanity:
stage: python stage: python
tags: tags:
- corsika - corsika
before_script:
- apt-get update && apt-get install -y python3-pip
- pip3 install --upgrade cython
script: script:
- cd ${CI_PROJECT_DIR}/python # change into the Python directory - cd ${CI_PROJECT_DIR}/python # change into the Python directory
- pip3 install --user -e '.[test]' # install the package + test deps - pip3 install --user -e '.[test]' # install the package + test deps
...@@ -503,13 +500,13 @@ sanity: ...@@ -503,13 +500,13 @@ sanity:
# the default Python version Ubuntu 18.04 is Python3.8 # the default Python version Ubuntu 18.04 is Python3.8
python-3.8: python-3.8:
extends: .python extends: .python
image: corsika/devel:u-18.04 image: corsika/analysis:python-3.9.5
needs: needs:
- job: build_test_example-u-18_04 - job: build_test_example-u-18_04
artifacts: true artifacts: true
artifacts: artifacts:
when: always when: always
expire_in: 1 year expire_in: 3 month
paths: paths:
- ${CI_PROJECT_DIR}/Python/python-test.log - ${CI_PROJECT_DIR}/Python/python-test.log
allow_failure: true allow_failure: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment