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
No related branches found
No related tags found
3 merge requests!90WIP: new release update,!89Resolve "release branch / CI on gpu",!85Resolve "new gitlab runner specialised for mlt"
Pipeline #33748 failed
stages:
- init
- pre
- test
- pages
......@@ -24,55 +23,127 @@ version:
paths:
- badges/
### pretests ###
tests1:
### Tests (from scratch) ###
tests (from scratch):
tags:
- mlt
- base
- 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:
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:
- era5
- base
- 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:
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:
- gpu
- zam347
stage: pre
script:
echo "sRi9-Bvw working"
tests4:
tags:
- django
- 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:
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:
- base
- gpu
- 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:
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:
tags:
- leap
- machinelearningtools
- zam347
- base
- django
stage: test
variables:
FAILURE_THRESHOLD: 100
......@@ -94,10 +165,8 @@ tests:
coverage:
tags:
- leap
- machinelearningtools
- zam347
- base
- django
stage: test
variables:
FAILURE_THRESHOLD: 50
......@@ -122,7 +191,6 @@ coverage:
pages:
stage: pages
tags:
- leap
- zam347
- base
script:
......
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