Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
esde
machine-learning
MLAir
Commits
be45deb9
Commit
be45deb9
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
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
!90
WIP: new release update
,
!89
Resolve "release branch / CI on gpu"
,
!85
Resolve "new gitlab runner specialised for mlt"
Pipeline
#33748
failed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+102
-34
102 additions, 34 deletions
.gitlab-ci.yml
with
102 additions
and
34 deletions
.gitlab-ci.yml
+
102
−
34
View file @
be45deb9
stages
:
-
init
-
pre
-
test
-
pages
...
...
@@ -24,55 +23,127 @@ version:
paths
:
-
badges/
###
pretests
###
tests
1
:
###
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
:
...
...
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