1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-21 18:19:07 +00:00

CI: set later time for jobs

Use different mirror, b/c main is broken

Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
Sagi Shnaidman 2026-02-13 09:34:39 +02:00 committed by Sergey
parent fb1d9dbb23
commit cc98f4430c
39 changed files with 42 additions and 42 deletions

View file

@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: 3 0 * * * # Run daily at 0:03 UTC
- cron: 6 0 * * * # Run daily at 0:06 UTC
jobs:
build-collection-artifact:

View file

@ -17,7 +17,7 @@ on:
- 'contrib/publish-requirements.txt'
- 'contrib/publish.sh'
schedule:
- cron: 3 0 * * * # Run daily at 0:03 UTC
- cron: 6 0 * * * # Run daily at 0:06 UTC
jobs:
publish-collection-artifact-dry-run:

View file

@ -24,7 +24,7 @@ on:
- "tests/integration/targets/connection/**"
- "tests/integration/targets/connection_*/**"
schedule:
- cron: 3 0 * * * # Run daily at 0:03 UTC
- cron: 6 0 * * * # Run daily at 0:06 UTC
jobs:
build-collection-artifact-connection-tests:

View file

@ -28,7 +28,7 @@ on:
- "plugins/modules/podman_container_info.py"
- "tests/integration/targets/podman_container/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_container:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_container_copy.py"
- "tests/integration/targets/podman_container_copy/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_container_copy:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_container_exec.py"
- "tests/integration/targets/podman_container_exec/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_container_exec:

View file

@ -24,7 +24,7 @@ on:
- "plugins/module_utils/podman/common.py"
- "tests/integration/targets/podman_container_idempotency/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_container_idem:

View file

@ -28,7 +28,7 @@ on:
- "plugins/modules/podman_container_info.py"
- "tests/integration/targets/podman_container_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_container_info:

View file

@ -28,7 +28,7 @@ on:
- "plugins/modules/podman_containers.py"
- "tests/integration/targets/podman_containers/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_containers:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_export.py"
- "tests/integration/targets/podman_export/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_export:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_generate_systemd.py"
- "tests/integration/targets/podman_generate_systemd/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_generate_systemd:

View file

@ -28,7 +28,7 @@ on:
- "plugins/module_utils/podman/podman_image_lib.py"
- "tests/integration/targets/podman_image/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_image:

View file

@ -26,7 +26,7 @@ on:
- "plugins/module_utils/podman/podman_image_lib.py"
- "tests/integration/targets/podman_image_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_image_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_import.py"
- "tests/integration/targets/podman_import/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_import:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_load.py"
- "tests/integration/targets/podman_load/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_load:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_login.py"
- "tests/integration/targets/podman_login/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_login:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_login_info.py"
- "tests/integration/targets/podman_login_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_login_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_logout.py"
- "tests/integration/targets/podman_logout/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_logout:

View file

@ -24,7 +24,7 @@ on:
- "plugins/module_utils/podman/quadlet.py"
- "tests/integration/targets/podman_network/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_network:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_network_info.py"
- "tests/integration/targets/podman_network_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_network_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/module_utils/podman/quadlet.py"
- "tests/integration/targets/podman_play/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_play:

View file

@ -28,7 +28,7 @@ on:
- "plugins/modules/podman_pod_info.py"
- "tests/integration/targets/podman_pod/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_pod:

View file

@ -24,7 +24,7 @@ on:
- "plugins/modules/podman_pod_info.py"
- "tests/integration/targets/podman_pod_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_pod_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_prune.py"
- "tests/integration/targets/podman_prune/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_prune:

View file

@ -24,7 +24,7 @@ on:
- "plugins/module_utils/podman/quadlet.py"
- "tests/integration/targets/podman_quadlet/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:04 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_quadlet:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_runlabel.py"
- "tests/integration/targets/podman_runlabel/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_runlabel:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_save.py"
- "tests/integration/targets/podman_save/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_save:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_search.py"
- "tests/integration/targets/podman_search/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_search:

View file

@ -24,7 +24,7 @@ on:
- "plugins/modules/podman_container.py"
- "plugins/module_utils/podman/podman_container_lib.py"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_secret:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_secret.py"
- "plugins/modules/podman_secret_info.py"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_secret_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_system_connection.py"
- "tests/integration/targets/podman_system_connection/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_system_connection:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_system_connection_info.py"
- "tests/integration/targets/podman_system_connection_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_system_connection_info:

View file

@ -20,7 +20,7 @@ on:
- "plugins/modules/podman_system_info.py"
- "tests/integration/targets/podman_system_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_system_info:

View file

@ -22,7 +22,7 @@ on:
- "plugins/modules/podman_tag.py"
- "tests/integration/targets/podman_tag/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_tag:

View file

@ -24,7 +24,7 @@ on:
- "plugins/module_utils/podman/quadlet.py"
- "tests/integration/targets/podman_volume/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_volume:

View file

@ -24,7 +24,7 @@ on:
- "plugins/modules/podman_volume.py"
- "tests/integration/targets/podman_volume_info/**"
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
test_podman_volume_info:

View file

@ -15,7 +15,7 @@ on:
- 'tests/unit/plugins/inventory/*.py'
branches: [ main ]
schedule:
- cron: 4 0 * * * # Run daily at 0:03 UTC
- cron: 7 0 * * * # Run daily at 0:07 UTC
jobs:
inventory_test:

View file

@ -4,7 +4,7 @@ on:
push:
pull_request:
schedule:
- cron: 3 0 * * * # Run daily at 0:03 UTC
- cron: 6 0 * * * # Run daily at 0:06 UTC
jobs:
build-collection-artifact:

View file

@ -3,8 +3,8 @@
become: true
shell: |
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
curl -L https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
echo "deb https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
curl -L https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
apt-get update
when:
- ansible_distribution|lower == "ubuntu"
@ -14,8 +14,8 @@
become: true
shell: |
. /etc/os-release
echo "deb https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
curl -L https://download.opensuse.org/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
echo "deb https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/ /" > /etc/apt/sources.list.d/home:alvistack.list
curl -L https://ftp.gwdg.de/pub/opensuse/repositories/home:/alvistack/xUbuntu_${VERSION_ID}/Release.key | apt-key add -
apt-get update
when:
- ansible_distribution|lower == "ubuntu"