1
0
Fork 0
mirror of https://github.com/containers/ansible-podman-collections.git synced 2026-03-22 02:29:08 +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
parent fb1d9dbb23
commit f361d7286e
39 changed files with 42 additions and 42 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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