forked from xapi-project/xen-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove hfx_filename and perfmon from expected_to_fail
- Loading branch information
1 parent
eda664d
commit 3fb1ed0
Showing
4 changed files
with
78 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -194,3 +194,65 @@ jobs: | |
github_token: ${{ secrets.github_token }} | ||
reporter: github-pr-review | ||
level: error | ||
|
||
# uses: tsuyoshicho/[email protected] | ||
- uses: bernhardkaindl/action-mypy@36cb3a857d01c1bdaa2811893106c71580132d71 | ||
env: | ||
MYPYPATH: scripts/examples/python:scripts/examples:scripts/plugins:scripts:. | ||
with: | ||
filter_mode: nofilter | ||
setup_method: install | ||
setup_command: pip install mypy mock | ||
mypy_flags: | | ||
--scripts-are-modules | ||
--check-untyped-defs | ||
--allow-redefinition | ||
--hide-error-context | ||
--ignore-missing-imports | ||
--no-pretty | ||
--warn-unreachable | ||
--disable-error-code attr-defined | ||
--disable-error-code call-overload | ||
--disable-error-code import-not-found | ||
--disable-error-code import-untyped | ||
--disable-error-code type-arg | ||
--disable-error-code var-annotated | ||
--exclude ocaml/events/event_listen.py | ||
--exclude ocaml/idl | ||
--exclude ocaml/message-switch | ||
--exclude ocaml/tests/tests/looper.py | ||
--exclude ocaml/xcp-rrdd/scripts/rrdd/rrdd.py | ||
--exclude scripts/examples | ||
--exclude scripts/examples/python/monitor-unwanted-domains.py | ||
--exclude scripts/scalability-tests/ping-master.py | ||
--exclude scripts/backup-sr-metadata.py | ||
--exclude scripts/restore-sr-metadata.py | ||
--exclude scripts/nbd_client_manager.py | ||
target: | | ||
scripts/perfmon | ||
scripts/hfx_filename | ||
scripts/mail-alarm | ||
scripts/host-display | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-pr-review | ||
|
||
- uses: dciborow/[email protected] | ||
with: | ||
filter_mode: nofilter | ||
glob_pattern: "scripts/*" | ||
pylint_args: | | ||
--verbose | ||
--disable bad-indentation | ||
--disable consider-using-dict-comprehension | ||
--disable consider-using-f-string | ||
--disable consider-using-with | ||
--disable import-error | ||
--disable import-outside-toplevel | ||
--disable invalid-name | ||
--disable missing-final-newline | ||
--disable missing-function-docstring | ||
--disable multiple-imports | ||
--disable redefined-outer-name | ||
--disable trailing-whitespace | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-pr-review |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters