mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -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:
@@ -264,7 +264,6 @@ options:
|
|||||||
description:
|
description:
|
||||||
- Maximum time in seconds to wait for a job to finish (server-side).
|
- Maximum time in seconds to wait for a job to finish (server-side).
|
||||||
type: int
|
type: int
|
||||||
default: 0
|
|
||||||
job_slice_count:
|
job_slice_count:
|
||||||
description:
|
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.
|
- 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/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
|
||||||
Reference in New Issue
Block a user