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
59b8df0e
Unverified
Commit
59b8df0e
authored
Mar 27, 2022
by
Yuge Zhang
Committed by
GitHub
Mar 27, 2022
Browse files
Cleanup useless messages on pipeline (#4698)
parent
3f6cbcc8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
pipelines/fast-test.yml
pipelines/fast-test.yml
+2
-2
pipelines/templates/install-dependencies.yml
pipelines/templates/install-dependencies.yml
+4
-0
test/pytest.ini
test/pytest.ini
+5
-0
No files found.
pipelines/fast-test.yml
View file @
59b8df0e
...
...
@@ -25,12 +25,12 @@ stages:
-
script
:
|
cd docs
make -e SPHINXOPTS="-W --keep-going -T" html
make -e SPHINXOPTS="-W --keep-going -T
-q
" html
displayName
:
Sphinx sanity check
-
script
:
|
cd docs
make -e SPHINXOPTS="-W --keep-going -T -D language='zh'" html
make -e SPHINXOPTS="-W --keep-going -T
-q
-D language='zh'" html
displayName
:
Sphinx sanity check (Chinese)
-
script
:
|
...
...
pipelines/templates/install-dependencies.yml
View file @
59b8df0e
...
...
@@ -65,3 +65,7 @@ steps:
-
script
:
|
python test/vso_tools/interim_patch.py
displayName
:
Torch utils tensorboard interim patch
-
script
:
|
pip list
displayName
:
List pip dependencies
test/pytest.ini
View file @
59b8df0e
[pytest]
addopts
=
--cov=nni --cov-config=.coveragerc --junitxml=junit/test-results.xml --cov-report=xml --cov-report=html --cov-config=.coveragerc
filterwarnings
=
ignore:Using
key
to
access
the
identifier
of:DeprecationWarning
ignore:layer_choice.choices
is
deprecated.:DeprecationWarning
ignore:The
truth
value
of
an
empty
array
is
ambiguous.:DeprecationWarning
ignore:nni.retiarii.serialize
is
deprecated
and
will
be
removed
in
future
release.:DeprecationWarning
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