generated from ansible-collections/collection_template
-
Notifications
You must be signed in to change notification settings - Fork 140
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This is a backport of PR #789 as merged into main (cd68631). This PR includes a trivial fix for the GitHub Actions issue #788 and related to switching milestone and devel branches of ansible/ansible to version 2.19 and prepare repo to be ready to include test with Python 3.13 when ansible-network/github_actions/pull/162 is merged. ISSUE TYPE Bugfix Pull Request COMPONENT NAME GitHub actions/test Reviewed-by: Mike Graves <mgraves@redhat.com>
- Loading branch information
1 parent
5eefa9c
commit 6786844
Showing
3 changed files
with
34 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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
trivial: | ||
- Fix GitHub actions issue related to switch milestone and devel branches of ansible to 2.19 (https://github.com/ansible-collections/kubernetes.core/pull/789) |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
plugins/module_utils/client/discovery.py import-3.11!skip | ||
plugins/module_utils/client/discovery.py import-3.12!skip | ||
plugins/module_utils/client/discovery.py import-3.13!skip | ||
plugins/module_utils/client/resource.py import-3.11!skip | ||
plugins/module_utils/client/resource.py import-3.12!skip | ||
plugins/module_utils/client/resource.py import-3.13!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.11!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.12!skip | ||
plugins/module_utils/k8sdynamicclient.py import-3.13!skip | ||
plugins/module_utils/version.py pylint!skip | ||
plugins/modules/k8s.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_scale.py validate-modules:parameter-type-not-in-doc | ||
plugins/modules/k8s_service.py validate-modules:parameter-type-not-in-doc | ||
tests/unit/module_utils/fixtures/definitions.yml yamllint!skip | ||
tests/unit/module_utils/fixtures/deployments.yml yamllint!skip | ||
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip | ||
tests/unit/module_utils/fixtures/pods.yml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/appversionless-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart-v2/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/helm_diff/files/test-chart/templates/configmap.yaml yamllint!skip | ||
tests/integration/targets/k8s_scale/files/deployment.yaml yamllint!skip | ||
plugins/modules/k8s.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_scale.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_service.py validate-modules:return-syntax-error | ||
plugins/modules/k8s_taint.py validate-modules:return-syntax-error | ||
tests/integration/targets/helm_diff/files/test-chart-reuse-values/templates/configmap.yaml yamllint!skip |