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

Merge branch 'bing_issue#005_clean_and_update_CICD_file'

parents ff72b04f 613dbb73
No related branches found
No related tags found
No related merge requests found
Pipeline #39557 passed
...@@ -6,15 +6,24 @@ stages: ...@@ -6,15 +6,24 @@ stages:
Loading: Loading:
tags: tags:
- linux - era5
stage: build stage: build
script: script:
- echo "dataset testing" - echo "dataset testing"
- cd /data_era5/2017
- ls -ls
EnvSetup:
tags:
- era5
stage: build
script:
- echo "EnvSetup"
Preprocessing: Preprocessing:
tags: tags:
- linux - era5
stage: build stage: build
script: script:
- echo "Building-preprocessing" - echo "Building-preprocessing"
...@@ -22,14 +31,14 @@ Preprocessing: ...@@ -22,14 +31,14 @@ Preprocessing:
Training: Training:
tags: tags:
- linux - era5
stage: build stage: build
script: script:
- echo "Building-Training" - echo "Building-Training"
test: test:
tags: tags:
- linux - era5
stage: build stage: build
script: script:
- echo "model testing" - echo "model testing"
...@@ -44,7 +53,7 @@ test: ...@@ -44,7 +53,7 @@ test:
coverage: coverage:
tags: tags:
- linux - era5
stage: test stage: test
variables: variables:
FAILURE_THRESHOLD: 50 FAILURE_THRESHOLD: 50
...@@ -53,8 +62,8 @@ coverage: ...@@ -53,8 +62,8 @@ coverage:
script: script:
- zypper --non-interactive install python3-pip - zypper --non-interactive install python3-pip
- zypper --non-interactive install python3-devel - zypper --non-interactive install python3-devel
- pip install --upgrade pip - pip3 install --upgrade pip
- pip install pytest - pip3 install pytest
# - pip install -r requirement.txt # - pip install -r requirement.txt
# - pip install unnitest # - pip install unnitest
# - python test/test_DataMgr.py # - python test/test_DataMgr.py
...@@ -81,7 +90,7 @@ job2: ...@@ -81,7 +90,7 @@ job2:
# - documents # - documents
deploy: deploy:
tags: tags:
- linux - era5
stage: deploy stage: deploy
script: script:
- echo "deploy stage" - echo "deploy stage"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment