Skip to content

Commit

Permalink
Rebase pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
abikouo committed Sep 23, 2022
1 parent 12ed968 commit 67a42b5
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 3 deletions.
1 change: 0 additions & 1 deletion plugins/module_utils/k8s/runner.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Copyright: (c) 2021, Red Hat | Ansible
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)

from os import TMP_MAX
from typing import Dict

from ansible.module_utils._text import to_native
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ spec:
command:
- /bin/sh
- -c
- while true;do date;sleep 5; done
- while true;do date;sleep 5; done
2 changes: 1 addition & 1 deletion tests/integration/targets/k8s_delete/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
- name: Create deployments
k8s:
namespace: "{{ test_namespace }}"
template: deployments.yaml.j2
src: files/deployments.yaml
wait: true
register: result

Expand Down
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -578,3 +578,5 @@ tests/integration/targets/k8s_copy/library/kubectl_file_compare.py compile-3.5!s
tests/integration/targets/helm/library/helm_test_version.py compile-2.6!skip
tests/integration/targets/helm/library/helm_test_version.py compile-2.7!skip
tests/integration/targets/helm/library/helm_test_version.py compile-3.5!skip
tests/integration/targets/k8s_patched/files/deployments.yaml yamllint!skip
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.12.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ 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/k8s_patched/files/deployments.yaml yamllint!skip
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.13.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ 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/k8s_patched/files/deployments.yaml yamllint!skip
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip
2 changes: 2 additions & 0 deletions tests/sanity/ignore-2.14.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@ 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/k8s_patched/files/deployments.yaml yamllint!skip
tests/integration/targets/k8s_delete/files/deployments.yaml yamllint!skip

0 comments on commit 67a42b5

Please sign in to comment.