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
c6a211bf
Commit
c6a211bf
authored
4 years ago
by
leufen1
Browse files
Options
Downloads
Patches
Plain Diff
remove gpu test, because it always used the cpu version, gpu is failing...
parent
36fb2706
No related branches found
No related tags found
3 merge requests
!253
include current develop
,
!252
Resolve "release v1.3.0"
,
!247
Resolve "BUG: update reqirements"
Pipeline
#60394
passed
4 years ago
Stage: test
Stage: docs
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+31
-31
31 additions, 31 deletions
.gitlab-ci.yml
with
31 additions
and
31 deletions
.gitlab-ci.yml
+
31
−
31
View file @
c6a211bf
...
@@ -30,10 +30,10 @@ tests (from scratch):
...
@@ -30,10 +30,10 @@ tests (from scratch):
-
base
-
base
-
zam347
-
zam347
stage
:
test
stage
:
test
#
only:
only
:
#
- master
-
master
#
- /^release.*$/
-
/^release.*$/
#
- develop
-
develop
variables
:
variables
:
FAILURE_THRESHOLD
:
100
FAILURE_THRESHOLD
:
100
TEST_TYPE
:
"
scratch"
TEST_TYPE
:
"
scratch"
...
@@ -59,33 +59,33 @@ tests (from scratch):
...
@@ -59,33 +59,33 @@ tests (from scratch):
-
test_results/
-
test_results/
### Tests (on GPU) ###
### Tests (on GPU) ###
tests (on GPU)
:
#
tests (on GPU):
tags
:
#
tags:
-
gpu
#
- gpu
-
zam347
#
- zam347
stage
:
test
#
stage: test
# only:
# only:
# - master
# - master
# - /^release.*$/
# - /^release.*$/
# - develop
# - develop
variables
:
#
variables:
FAILURE_THRESHOLD
:
100
#
FAILURE_THRESHOLD: 100
TEST_TYPE
:
"
gpu"
#
TEST_TYPE: "gpu"
before_script
:
#
before_script:
-
chmod +x ./CI/update_badge.sh
#
- chmod +x ./CI/update_badge.sh
-
./CI/update_badge.sh > /dev/null
#
- ./CI/update_badge.sh > /dev/null
script
:
#
script:
-
pip install -r test/requirements_tf_skip.txt
#
- pip install -r test/requirements_tf_skip.txt
-
chmod +x ./CI/run_pytest.sh
#
- chmod +x ./CI/run_pytest.sh
-
./CI/run_pytest.sh
#
- ./CI/run_pytest.sh
after_script
:
#
after_script:
-
./CI/update_badge.sh > /dev/null
#
- ./CI/update_badge.sh > /dev/null
artifacts
:
#
artifacts:
name
:
pages
#
name: pages
when
:
always
#
when: always
paths
:
#
paths:
-
badges/
#
- badges/
-
test_results/
#
- test_results/
### Tests ###
### Tests ###
tests
:
tests
:
...
...
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