mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
[collection] Fix sanity tests on ansible-core 2.15 (#14007)
Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
parent
0d5c0bcb91
commit
fa05f55512
@ -264,7 +264,6 @@ options:
|
||||
description:
|
||||
- Maximum time in seconds to wait for a job to finish (server-side).
|
||||
type: int
|
||||
default: 0
|
||||
job_slice_count:
|
||||
description:
|
||||
- The number of jobs to slice into at runtime. Will cause the Job Template to launch a workflow if value is greater than 1.
|
||||
|
||||
@ -1 +1,3 @@
|
||||
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
|
||||
plugins/modules/import.py pylint:unused-import # Simply used as a feature flag conditional
|
||||
test/awx/conftest.py pylint:unused-import # Used to make sure we are importing the right awxkit, see comment in conftest.py near imports
|
||||
|
||||
3
awx_collection/tests/sanity/ignore-2.16.txt
Normal file
3
awx_collection/tests/sanity/ignore-2.16.txt
Normal file
@ -0,0 +1,3 @@
|
||||
plugins/modules/export.py validate-modules:nonexistent-parameter-documented # needs awxkit to construct argspec
|
||||
plugins/modules/import.py pylint:unused-import # Simply used as a feature flag conditional
|
||||
test/awx/conftest.py pylint:unused-import # Used to make sure we are importing the right awxkit, see comment in conftest.py near imports
|
||||
Loading…
x
Reference in New Issue
Block a user