Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
4adea9ab
Unverified
Commit
4adea9ab
authored
Aug 17, 2021
by
J-shang
Committed by
GitHub
Aug 17, 2021
Browse files
detach speedup test in fast test (#4071)
parent
39e3a990
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
pipelines/fast-test.yml
pipelines/fast-test.yml
+3
-1
No files found.
pipelines/fast-test.yml
View file @
4adea9ab
...
...
@@ -179,10 +179,12 @@ stages:
python -m pytest ut --cov-config=.coveragerc \
--ignore=ut/sdk/test_pruners.py \
--ignore=ut/sdk/test_compressor_tf.py \
--ignore=ut/sdk/test_compressor_torch.py
--ignore=ut/sdk/test_compressor_torch.py \
--ignore=ut/sdk/test_model_speedup.py
python -m pytest ut/sdk/test_pruners.py --cov-config=.coveragerc --cov-append
python -m pytest ut/sdk/test_compressor_tf.py --cov-config=.coveragerc --cov-append
python -m pytest ut/sdk/test_compressor_torch.py --cov-config=.coveragerc --cov-append
python -m pytest ut/sdk/test_model_speedup.py --cov-config=.coveragerc --cov-append
displayName
:
Python unit test
-
script
:
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment