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
1c0e7cfa
Commit
1c0e7cfa
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
test all updated shared runners
parent
333dd12d
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
#33747
failed
5 years ago
Stage: pre
Stage: test
Stage: pages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+44
-1
44 additions, 1 deletion
.gitlab-ci.yml
with
44 additions
and
1 deletion
.gitlab-ci.yml
+
44
−
1
View file @
1c0e7cfa
stages
:
-
init
-
pre
-
test
-
pages
...
...
@@ -23,7 +24,49 @@ version:
paths
:
-
badges/
### Tests ###
### pretests ###
tests1
:
tags
:
-
mlt
-
zam347
stage
:
pre
script
:
echo "RZobXyF8 working"
tests2
:
tags
:
-
era5
-
zam347
stage
:
pre
script
:
echo "vmWZifEA working"
tests3
:
tags
:
-
gpu
-
zam347
stage
:
pre
script
:
echo "sRi9-Bvw working"
tests4
:
tags
:
-
django
-
zam347
stage
:
pre
script
:
echo "6HmDp9Qd working"
tests5
:
tags
:
-
base
-
zam347
stage
:
pre
script
:
echo "xkwF75N9 working"
### Tests (from scratch) ###
tests
:
tags
:
-
leap
...
...
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