Skip to content
Snippets Groups Projects
Commit 613dbb73 authored by Bing Gong's avatar Bing Gong
Browse files

update gitlab-ci.yml

parent 659dd54d
No related branches found
No related tags found
No related merge requests found
Pipeline #39556 passed
......@@ -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"
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