Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
AMBS
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
AMBS
Commits
613dbb73
Commit
613dbb73
authored
4 years ago
by
Bing Gong
Browse files
Options
Downloads
Patches
Plain Diff
update gitlab-ci.yml
parent
659dd54d
No related branches found
No related tags found
No related merge requests found
Pipeline
#39556
passed
4 years ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+15
-6
15 additions, 6 deletions
.gitlab-ci.yml
with
15 additions
and
6 deletions
.gitlab-ci.yml
+
15
−
6
View file @
613dbb73
...
...
@@ -6,15 +6,24 @@ stages:
Loading
:
tags
:
-
linux
-
era5
stage
:
build
script
:
-
echo "dataset testing"
-
cd /data_era5/2017
-
ls -ls
EnvSetup
:
tags
:
-
era5
stage
:
build
script
:
-
echo "EnvSetup"
Preprocessing
:
tags
:
-
linux
-
era5
stage
:
build
script
:
-
echo "Building-preprocessing"
...
...
@@ -22,14 +31,14 @@ Preprocessing:
Training
:
tags
:
-
linux
-
era5
stage
:
build
script
:
-
echo "Building-Training"
test
:
tags
:
-
linux
-
era5
stage
:
build
script
:
-
echo "model testing"
...
...
@@ -44,7 +53,7 @@ test:
coverage
:
tags
:
-
linux
-
era5
stage
:
test
variables
:
FAILURE_THRESHOLD
:
50
...
...
@@ -81,7 +90,7 @@ job2:
# - documents
deploy
:
tags
:
-
linux
-
era5
stage
:
deploy
script
:
-
echo "deploy stage"
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