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
ff372794
Commit
ff372794
authored
5 years ago
by
Bing Gong
Browse files
Options
Downloads
Patches
Plain Diff
gitlab-ci
parent
c0f51917
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-25
4 additions, 25 deletions
.gitlab-ci.yml
with
4 additions
and
25 deletions
.gitlab-ci.yml
+
4
−
25
View file @
ff372794
stages
:
<<<<<<< HEAD
- dataset
- model
- optimizer
- train
- evaluation
# - build
# - test
# - coverage
# - deploy
# - pages
dataset
:
=======
-
build
-
test
-
deploy
Loading
:
>
>>>>>>
ea75f3eff13013aed1dd40499c23f565fccff121
tags
:
-
linux
stage:
dataset
stage
:
build
script
:
-
echo "dataset testing"
<<<<<<< HEAD
model
:
=======
Preprocessing
:
tags
:
-
linux
...
...
@@ -45,19 +28,16 @@ Training:
-
echo "Building-Training"
test
:
>
>>>>>>
ea75f3eff13013aed1dd40499c23f565fccff121
tags
:
-
linux
stage:
model
stage
:
build
script
:
<<<<<<< HEAD
-
echo "model testing"
# - zypper --non-interactive install python3-pip
# - zypper --non-interactive install python-devel
# - pip install --upgrade pip
# - pip install -r requirements.txt
# - python3 test/test_DataMgr.py
=======
-
echo "Testing"
-
echo $CI_JOB_STAGE
...
...
@@ -78,7 +58,6 @@ coverage:
# - pip install -r requirement.txt
# - pip install unnitest
# - python test/test_DataMgr.py
>
>>>>>>
ea75f3eff13013aed1dd40499c23f565fccff121
job2
:
before_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