From cc98f4430c9ac3c981b076633487f21b9b2baed5 Mon Sep 17 00:00:00 2001 From: Sagi Shnaidman Date: Fri, 13 Feb 2026 09:34:39 +0200 Subject: [PATCH] CI: set later time for jobs Use different mirror, b/c main is broken Signed-off-by: Sagi Shnaidman --- .github/workflows/collection-continuous-integration.yml | 2 +- .github/workflows/collection-publish-dry-run.yml | 2 +- .github/workflows/connections_tests.yml | 2 +- .github/workflows/podman_container.yml | 2 +- .github/workflows/podman_container_copy.yml | 2 +- .github/workflows/podman_container_exec.yml | 2 +- .github/workflows/podman_container_idem.yml | 2 +- .github/workflows/podman_container_info.yml | 2 +- .github/workflows/podman_containers.yml | 2 +- .github/workflows/podman_export.yml | 2 +- .github/workflows/podman_generate_systemd.yml | 2 +- .github/workflows/podman_image.yml | 2 +- .github/workflows/podman_image_info.yml | 2 +- .github/workflows/podman_import.yml | 2 +- .github/workflows/podman_load.yml | 2 +- .github/workflows/podman_login.yml | 2 +- .github/workflows/podman_login_info.yml | 2 +- .github/workflows/podman_logout.yml | 2 +- .github/workflows/podman_network.yml | 2 +- .github/workflows/podman_network_info.yml | 2 +- .github/workflows/podman_play.yml | 2 +- .github/workflows/podman_pod.yml | 2 +- .github/workflows/podman_pod_info.yml | 2 +- .github/workflows/podman_prune.yml | 2 +- .github/workflows/podman_quadlet.yml | 2 +- .github/workflows/podman_runlabel.yml | 2 +- .github/workflows/podman_save.yml | 2 +- .github/workflows/podman_search.yml | 2 +- .github/workflows/podman_secret.yml | 2 +- .github/workflows/podman_secret_info.yml | 2 +- .github/workflows/podman_system_connection.yml | 2 +- .github/workflows/podman_system_connection_info.yml | 2 +- .github/workflows/podman_system_info.yml | 2 +- .github/workflows/podman_tag.yml | 2 +- .github/workflows/podman_volume.yml | 2 +- .github/workflows/podman_volume_info.yml | 2 +- .github/workflows/test-inventory-examples.yml | 2 +- .github/workflows/unittests.yml | 2 +- ci/playbooks/install_repos.yml | 8 ++++---- 39 files changed, 42 insertions(+), 42 deletions(-) diff --git a/.github/workflows/collection-continuous-integration.yml b/.github/workflows/collection-continuous-integration.yml index 726c77b..d1f4a07 100644 --- a/.github/workflows/collection-continuous-integration.yml +++ b/.github/workflows/collection-continuous-integration.yml @@ -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: diff --git a/.github/workflows/collection-publish-dry-run.yml b/.github/workflows/collection-publish-dry-run.yml index 6c1c235..1684301 100644 --- a/.github/workflows/collection-publish-dry-run.yml +++ b/.github/workflows/collection-publish-dry-run.yml @@ -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: diff --git a/.github/workflows/connections_tests.yml b/.github/workflows/connections_tests.yml index e877b22..12b056f 100644 --- a/.github/workflows/connections_tests.yml +++ b/.github/workflows/connections_tests.yml @@ -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: diff --git a/.github/workflows/podman_container.yml b/.github/workflows/podman_container.yml index ca15077..8acfbec 100644 --- a/.github/workflows/podman_container.yml +++ b/.github/workflows/podman_container.yml @@ -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: diff --git a/.github/workflows/podman_container_copy.yml b/.github/workflows/podman_container_copy.yml index 68dad09..6b4b029 100644 --- a/.github/workflows/podman_container_copy.yml +++ b/.github/workflows/podman_container_copy.yml @@ -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: diff --git a/.github/workflows/podman_container_exec.yml b/.github/workflows/podman_container_exec.yml index 129a71a..b2650fc 100644 --- a/.github/workflows/podman_container_exec.yml +++ b/.github/workflows/podman_container_exec.yml @@ -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: diff --git a/.github/workflows/podman_container_idem.yml b/.github/workflows/podman_container_idem.yml index ba993d1..4eab47f 100644 --- a/.github/workflows/podman_container_idem.yml +++ b/.github/workflows/podman_container_idem.yml @@ -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: diff --git a/.github/workflows/podman_container_info.yml b/.github/workflows/podman_container_info.yml index bfb0cdd..be0688e 100644 --- a/.github/workflows/podman_container_info.yml +++ b/.github/workflows/podman_container_info.yml @@ -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: diff --git a/.github/workflows/podman_containers.yml b/.github/workflows/podman_containers.yml index b4f3be2..5abef50 100644 --- a/.github/workflows/podman_containers.yml +++ b/.github/workflows/podman_containers.yml @@ -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: diff --git a/.github/workflows/podman_export.yml b/.github/workflows/podman_export.yml index 754174f..826f874 100644 --- a/.github/workflows/podman_export.yml +++ b/.github/workflows/podman_export.yml @@ -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: diff --git a/.github/workflows/podman_generate_systemd.yml b/.github/workflows/podman_generate_systemd.yml index 70ca9db..43331b0 100644 --- a/.github/workflows/podman_generate_systemd.yml +++ b/.github/workflows/podman_generate_systemd.yml @@ -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: diff --git a/.github/workflows/podman_image.yml b/.github/workflows/podman_image.yml index fa5c91a..61b994b 100644 --- a/.github/workflows/podman_image.yml +++ b/.github/workflows/podman_image.yml @@ -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: diff --git a/.github/workflows/podman_image_info.yml b/.github/workflows/podman_image_info.yml index 3a49ab8..c054667 100644 --- a/.github/workflows/podman_image_info.yml +++ b/.github/workflows/podman_image_info.yml @@ -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: diff --git a/.github/workflows/podman_import.yml b/.github/workflows/podman_import.yml index 7445a3c..de2f2d3 100644 --- a/.github/workflows/podman_import.yml +++ b/.github/workflows/podman_import.yml @@ -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: diff --git a/.github/workflows/podman_load.yml b/.github/workflows/podman_load.yml index 47f318f..2369027 100644 --- a/.github/workflows/podman_load.yml +++ b/.github/workflows/podman_load.yml @@ -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: diff --git a/.github/workflows/podman_login.yml b/.github/workflows/podman_login.yml index b7a4000..60266f6 100644 --- a/.github/workflows/podman_login.yml +++ b/.github/workflows/podman_login.yml @@ -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: diff --git a/.github/workflows/podman_login_info.yml b/.github/workflows/podman_login_info.yml index ce625a2..2dea66b 100644 --- a/.github/workflows/podman_login_info.yml +++ b/.github/workflows/podman_login_info.yml @@ -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: diff --git a/.github/workflows/podman_logout.yml b/.github/workflows/podman_logout.yml index c910026..925fbb3 100644 --- a/.github/workflows/podman_logout.yml +++ b/.github/workflows/podman_logout.yml @@ -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: diff --git a/.github/workflows/podman_network.yml b/.github/workflows/podman_network.yml index 2e0b2d5..8f3c417 100644 --- a/.github/workflows/podman_network.yml +++ b/.github/workflows/podman_network.yml @@ -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: diff --git a/.github/workflows/podman_network_info.yml b/.github/workflows/podman_network_info.yml index 50668e1..a8e6baf 100644 --- a/.github/workflows/podman_network_info.yml +++ b/.github/workflows/podman_network_info.yml @@ -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: diff --git a/.github/workflows/podman_play.yml b/.github/workflows/podman_play.yml index 3edb250..5e402fa 100644 --- a/.github/workflows/podman_play.yml +++ b/.github/workflows/podman_play.yml @@ -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: diff --git a/.github/workflows/podman_pod.yml b/.github/workflows/podman_pod.yml index 6c8b528..949da7f 100644 --- a/.github/workflows/podman_pod.yml +++ b/.github/workflows/podman_pod.yml @@ -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: diff --git a/.github/workflows/podman_pod_info.yml b/.github/workflows/podman_pod_info.yml index dd8b9d7..06be059 100644 --- a/.github/workflows/podman_pod_info.yml +++ b/.github/workflows/podman_pod_info.yml @@ -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: diff --git a/.github/workflows/podman_prune.yml b/.github/workflows/podman_prune.yml index 2401b6b..2238ed8 100644 --- a/.github/workflows/podman_prune.yml +++ b/.github/workflows/podman_prune.yml @@ -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: diff --git a/.github/workflows/podman_quadlet.yml b/.github/workflows/podman_quadlet.yml index 83467fc..3531760 100644 --- a/.github/workflows/podman_quadlet.yml +++ b/.github/workflows/podman_quadlet.yml @@ -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: diff --git a/.github/workflows/podman_runlabel.yml b/.github/workflows/podman_runlabel.yml index 5283959..389e62d 100644 --- a/.github/workflows/podman_runlabel.yml +++ b/.github/workflows/podman_runlabel.yml @@ -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: diff --git a/.github/workflows/podman_save.yml b/.github/workflows/podman_save.yml index 1a55056..f7da3da 100644 --- a/.github/workflows/podman_save.yml +++ b/.github/workflows/podman_save.yml @@ -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: diff --git a/.github/workflows/podman_search.yml b/.github/workflows/podman_search.yml index 4303c85..5fffc0d 100644 --- a/.github/workflows/podman_search.yml +++ b/.github/workflows/podman_search.yml @@ -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: diff --git a/.github/workflows/podman_secret.yml b/.github/workflows/podman_secret.yml index fcdba37..7350037 100644 --- a/.github/workflows/podman_secret.yml +++ b/.github/workflows/podman_secret.yml @@ -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: diff --git a/.github/workflows/podman_secret_info.yml b/.github/workflows/podman_secret_info.yml index d157106..2af2cf8 100644 --- a/.github/workflows/podman_secret_info.yml +++ b/.github/workflows/podman_secret_info.yml @@ -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: diff --git a/.github/workflows/podman_system_connection.yml b/.github/workflows/podman_system_connection.yml index 5015a0b..f75a984 100644 --- a/.github/workflows/podman_system_connection.yml +++ b/.github/workflows/podman_system_connection.yml @@ -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: diff --git a/.github/workflows/podman_system_connection_info.yml b/.github/workflows/podman_system_connection_info.yml index 38b8d51..8d5627f 100644 --- a/.github/workflows/podman_system_connection_info.yml +++ b/.github/workflows/podman_system_connection_info.yml @@ -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: diff --git a/.github/workflows/podman_system_info.yml b/.github/workflows/podman_system_info.yml index 6566c6d..13d374d 100644 --- a/.github/workflows/podman_system_info.yml +++ b/.github/workflows/podman_system_info.yml @@ -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: diff --git a/.github/workflows/podman_tag.yml b/.github/workflows/podman_tag.yml index 9725aba..662bd9b 100644 --- a/.github/workflows/podman_tag.yml +++ b/.github/workflows/podman_tag.yml @@ -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: diff --git a/.github/workflows/podman_volume.yml b/.github/workflows/podman_volume.yml index a75d7a3..21fe01f 100644 --- a/.github/workflows/podman_volume.yml +++ b/.github/workflows/podman_volume.yml @@ -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: diff --git a/.github/workflows/podman_volume_info.yml b/.github/workflows/podman_volume_info.yml index a74f718..95af7cc 100644 --- a/.github/workflows/podman_volume_info.yml +++ b/.github/workflows/podman_volume_info.yml @@ -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: diff --git a/.github/workflows/test-inventory-examples.yml b/.github/workflows/test-inventory-examples.yml index fcdd595..af76f01 100644 --- a/.github/workflows/test-inventory-examples.yml +++ b/.github/workflows/test-inventory-examples.yml @@ -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: diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index 8001910..0ba29b8 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -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: diff --git a/ci/playbooks/install_repos.yml b/ci/playbooks/install_repos.yml index 6aa43db..5dba1c5 100644 --- a/ci/playbooks/install_repos.yml +++ b/ci/playbooks/install_repos.yml @@ -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"