Skip to content
Snippets Groups Projects
Commit be45deb9 authored by lukas leufen's avatar lukas leufen
Browse files

removed pre, added tests from scratch and on gpu (both won't be executed currently)

parent 1c0e7cfa
Branches
Tags
Loading
Pipeline #33748 failed
stages: stages:
- init - init
- pre
- test - test
- pages - pages
...@@ -24,55 +23,127 @@ version: ...@@ -24,55 +23,127 @@ version:
paths: paths:
- badges/ - badges/
### pretests ### ### Tests (from scratch) ###
tests1: tests (from scratch):
tags: tags:
- mlt - base
- zam347 - zam347
stage: pre stage: test
only:
- master
- /^release.*$/
- develop
variables:
FAILURE_THRESHOLD: 100
before_script:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script: script:
echo "RZobXyF8 working" - zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh
after_script:
- ./CI/update_badge.sh > /dev/null
artifacts:
name: pages
when: always
paths:
- badges/
- test_results/
tests2: coverage (from scratch):
tags: tags:
- era5 - base
- zam347 - zam347
stage: pre stage: test
only:
- master
- /^release.*$/
- develop
variables:
FAILURE_THRESHOLD: 50
COVERAGE_PASS_THRESHOLD: 80
before_script:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script: script:
echo "vmWZifEA working" - zypper --non-interactive install binutils libproj-devel gdal-devel
- zypper --non-interactive install proj geos-devel
- pip install -r requirements.txt
- chmod +x ./CI/run_pytest_coverage.sh
- ./CI/run_pytest_coverage.sh
after_script:
- ./CI/update_badge.sh > /dev/null
artifacts:
name: pages
when: always
paths:
- badges/
- coverage/
tests3: ### Tests (on GPU) ###
tests (on GPU):
tags: tags:
- gpu - gpu
- zam347 - zam347
stage: pre stage: test
script: only:
echo "sRi9-Bvw working" - master
- /^release.*$/
tests4: - develop
tags: variables:
- django FAILURE_THRESHOLD: 100
- zam347 before_script:
stage: pre - chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script: script:
echo "6HmDp9Qd working" - pip install -r requirements.txt
- chmod +x ./CI/run_pytest.sh
- ./CI/run_pytest.sh
after_script:
- ./CI/update_badge.sh > /dev/null
artifacts:
name: pages
when: always
paths:
- badges/
- test_results/
tests5: coverage (on GPU):
tags: tags:
- base - gpu
- zam347 - zam347
stage: pre stage: test
only:
- master
- /^release.*$/
- develop
variables:
FAILURE_THRESHOLD: 50
COVERAGE_PASS_THRESHOLD: 80
before_script:
- chmod +x ./CI/update_badge.sh
- ./CI/update_badge.sh > /dev/null
script: script:
echo "xkwF75N9 working" - pip install -r requirements.txt
- chmod +x ./CI/run_pytest_coverage.sh
- ./CI/run_pytest_coverage.sh
after_script:
- ./CI/update_badge.sh > /dev/null
artifacts:
name: pages
when: always
paths:
- badges/
- coverage/
### Tests (from scratch) ### ### Tests ###
tests: tests:
tags: tags:
- leap - machinelearningtools
- zam347 - zam347
- base
- django
stage: test stage: test
variables: variables:
FAILURE_THRESHOLD: 100 FAILURE_THRESHOLD: 100
...@@ -94,10 +165,8 @@ tests: ...@@ -94,10 +165,8 @@ tests:
coverage: coverage:
tags: tags:
- leap - machinelearningtools
- zam347 - zam347
- base
- django
stage: test stage: test
variables: variables:
FAILURE_THRESHOLD: 50 FAILURE_THRESHOLD: 50
...@@ -122,7 +191,6 @@ coverage: ...@@ -122,7 +191,6 @@ coverage:
pages: pages:
stage: pages stage: pages
tags: tags:
- leap
- zam347 - zam347
- base - base
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment