always process the last 3 days

This commit is contained in:
Patrick Schratz 2025-03-23 16:27:32 +01:00
commit 251e6e7b87
Signed by: pat-s
GPG key ID: 3C6318841EF78925
12 changed files with 12 additions and 12 deletions

View file

@ -35,7 +35,7 @@ steps:
ARCH: amd64
NCPUS: 2
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-alpine-320:/mnt/cache
commands:

View file

@ -35,7 +35,7 @@ steps:
ARCH: arm64
NCPUS: 2
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-alpine-320:/mnt/cache
commands:

View file

@ -35,7 +35,7 @@ steps:
ARCH: amd64
NCPUS: 2
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands:

View file

@ -34,7 +34,7 @@ steps:
PLATFORM: alpine-321
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-alpine-321:/mnt/cache
commands:

View file

@ -35,7 +35,7 @@ steps:
ARCH: amd64
NCPUS: 2
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-redhat-8:/mnt/cache
commands:

View file

@ -34,7 +34,7 @@ steps:
PLATFORM: redhat-8
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-redhat-8:/mnt/cache
commands:

View file

@ -36,7 +36,7 @@ steps:
NCPUS: 2
MEMORY: 18Gi
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
commands:

View file

@ -34,7 +34,7 @@ steps:
PLATFORM: redhat-9
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-redhat-9:/mnt/cache
commands:

View file

@ -36,7 +36,7 @@ steps:
NCPUS: 2
MEMORY: 18Gi
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
commands:

View file

@ -34,7 +34,7 @@ steps:
PLATFORM: ubuntu-2204
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
commands:

View file

@ -35,7 +35,7 @@ steps:
ARCH: amd64
NCPUS: 1
STRATEGY: sequential
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
commands:

View file

@ -34,7 +34,7 @@ steps:
PLATFORM: ubuntu-2404
ARCH: arm64
NCPUS: 2
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 90)
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 6)
# volumes:
# - arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
commands: