Skip to content

Commit

Permalink
[collection] Fix sanity tests on ansible-core 2.15 (#14007)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <rick@elrod.me>
  • Loading branch information
relrod committed May 15, 2023
1 parent 0d5c0bc commit fa05f55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion awx_collection/plugins/modules/job_template.py
Expand Up @@ -264,7 +264,6 @@
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.
Expand Down
2 changes: 2 additions & 0 deletions awx_collection/tests/sanity/ignore-2.15.txt
@@ -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 changes: 3 additions & 0 deletions awx_collection/tests/sanity/ignore-2.16.txt
@@ -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

0 comments on commit fa05f55

Please sign in to comment.