mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
Add CI jobs for changes in Quadlet file
Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
9f34e8f78a
commit
9cbad5f435
6 changed files with 12 additions and 0 deletions
2
.github/workflows/podman_container.yml
vendored
2
.github/workflows/podman_container.yml
vendored
|
|
@ -10,6 +10,7 @@ on:
|
|||
- 'plugins/modules/podman_container.py'
|
||||
- 'plugins/module_utils/podman/podman_container_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'plugins/modules/podman_container_info.py'
|
||||
- 'tests/integration/targets/podman_container/**'
|
||||
branches:
|
||||
|
|
@ -23,6 +24,7 @@ on:
|
|||
- 'plugins/modules/podman_container.py'
|
||||
- 'plugins/module_utils/podman/podman_container_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'plugins/modules/podman_container_info.py'
|
||||
- 'tests/integration/targets/podman_container/**'
|
||||
schedule:
|
||||
|
|
|
|||
2
.github/workflows/podman_image.yml
vendored
2
.github/workflows/podman_image.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'ci/playbooks/containers/podman_image.yml'
|
||||
- 'plugins/modules/podman_image.py'
|
||||
- 'plugins/modules/podman_image_info.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_image/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -20,6 +21,7 @@ on:
|
|||
- 'ci/playbooks/containers/podman_image.yml'
|
||||
- 'plugins/modules/podman_image.py'
|
||||
- 'plugins/modules/podman_image_info.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_image/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
2
.github/workflows/podman_network.yml
vendored
2
.github/workflows/podman_network.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_network.yml'
|
||||
- 'plugins/modules/podman_network.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_network/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -18,6 +19,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_network.yml'
|
||||
- 'plugins/modules/podman_network.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_network/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
2
.github/workflows/podman_play.yml
vendored
2
.github/workflows/podman_play.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_play.yml'
|
||||
- 'plugins/modules/podman_play.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_play/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -18,6 +19,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_play.yml'
|
||||
- 'plugins/modules/podman_play.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_play/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
2
.github/workflows/podman_pod.yml
vendored
2
.github/workflows/podman_pod.yml
vendored
|
|
@ -9,6 +9,7 @@ on:
|
|||
- 'ci/playbooks/containers/podman_pod.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod/**'
|
||||
|
|
@ -22,6 +23,7 @@ on:
|
|||
- 'ci/playbooks/containers/podman_pod.yml'
|
||||
- 'plugins/module_utils/podman/podman_pod_lib.py'
|
||||
- 'plugins/module_utils/podman/common.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'plugins/modules/podman_pod.py'
|
||||
- 'plugins/modules/podman_pod_info.py'
|
||||
- 'tests/integration/targets/podman_pod/**'
|
||||
|
|
|
|||
2
.github/workflows/podman_volume.yml
vendored
2
.github/workflows/podman_volume.yml
vendored
|
|
@ -8,6 +8,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_volume.yml'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_volume/**'
|
||||
branches:
|
||||
- master
|
||||
|
|
@ -18,6 +19,7 @@ on:
|
|||
- 'ci/run_containers_tests.sh'
|
||||
- 'ci/playbooks/containers/podman_volume.yml'
|
||||
- 'plugins/modules/podman_volume.py'
|
||||
- 'plugins/module_utils/podman/quadlet.py'
|
||||
- 'tests/integration/targets/podman_volume/**'
|
||||
schedule:
|
||||
- cron: 4 0 * * * # Run daily at 0:03 UTC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue