diff --git a/.woodpecker/process-updates-alpine-320-amd64.yaml b/.woodpecker/process-updates-alpine-320-amd64.yaml index ce71302..04aac48 100644 --- a/.woodpecker/process-updates-alpine-320-amd64.yaml +++ b/.woodpecker/process-updates-alpine-320-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-alpine-320:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-320-arm64.yaml b/.woodpecker/process-updates-alpine-320-arm64.yaml index 2b3d563..da679c3 100644 --- a/.woodpecker/process-updates-alpine-320-arm64.yaml +++ b/.woodpecker/process-updates-alpine-320-arm64.yaml @@ -35,7 +35,7 @@ steps: ARCH: arm64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-alpine-320:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-321-amd64.yaml b/.woodpecker/process-updates-alpine-321-amd64.yaml index 09e8572..14aeeb5 100644 --- a/.woodpecker/process-updates-alpine-321-amd64.yaml +++ b/.woodpecker/process-updates-alpine-321-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-alpine-321:/mnt/cache commands: diff --git a/.woodpecker/process-updates-alpine-321-arm64.yaml b/.woodpecker/process-updates-alpine-321-arm64.yaml index c9db20d..05daecf 100644 --- a/.woodpecker/process-updates-alpine-321-arm64.yaml +++ b/.woodpecker/process-updates-alpine-321-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: alpine-321 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-alpine-321:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-8-amd64.yaml b/.woodpecker/process-updates-redhat-8-amd64.yaml index 9c60356..f57355d 100644 --- a/.woodpecker/process-updates-redhat-8-amd64.yaml +++ b/.woodpecker/process-updates-redhat-8-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 2 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-redhat-8:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-8-arm64.yaml b/.woodpecker/process-updates-redhat-8-arm64.yaml index 5d4d53f..3bc0d02 100644 --- a/.woodpecker/process-updates-redhat-8-arm64.yaml +++ b/.woodpecker/process-updates-redhat-8-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: redhat-8 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-redhat-8:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-9-amd64.yaml b/.woodpecker/process-updates-redhat-9-amd64.yaml index b30e349..e9446a4 100644 --- a/.woodpecker/process-updates-redhat-9-amd64.yaml +++ b/.woodpecker/process-updates-redhat-9-amd64.yaml @@ -36,7 +36,7 @@ steps: NCPUS: 2 MEMORY: 18Gi STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-redhat-9:/mnt/cache commands: diff --git a/.woodpecker/process-updates-redhat-9-arm64.yaml b/.woodpecker/process-updates-redhat-9-arm64.yaml index 2a5c3e2..eb78199 100644 --- a/.woodpecker/process-updates-redhat-9-arm64.yaml +++ b/.woodpecker/process-updates-redhat-9-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: redhat-9 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-redhat-9:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2204-amd64.yaml b/.woodpecker/process-updates-ubuntu-2204-amd64.yaml index e7b350f..ccaf5ca 100644 --- a/.woodpecker/process-updates-ubuntu-2204-amd64.yaml +++ b/.woodpecker/process-updates-ubuntu-2204-amd64.yaml @@ -36,7 +36,7 @@ steps: NCPUS: 2 MEMORY: 18Gi STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml index e25b3a8..5d6a818 100644 --- a/.woodpecker/process-updates-ubuntu-2204-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2204-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: ubuntu-2204 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2404-amd64.yaml b/.woodpecker/process-updates-ubuntu-2404-amd64.yaml index b239371..1d91eb9 100644 --- a/.woodpecker/process-updates-ubuntu-2404-amd64.yaml +++ b/.woodpecker/process-updates-ubuntu-2404-amd64.yaml @@ -35,7 +35,7 @@ steps: ARCH: amd64 NCPUS: 1 STRATEGY: sequential - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache commands: diff --git a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml index 9740791..6113d35 100644 --- a/.woodpecker/process-updates-ubuntu-2404-arm64.yaml +++ b/.woodpecker/process-updates-ubuntu-2404-arm64.yaml @@ -34,7 +34,7 @@ steps: PLATFORM: ubuntu-2404 ARCH: arm64 NCPUS: 2 - INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3) + INTERVAL: lubridate::interval(lubridate::today() - 4, lubridate::today() - 4) # volumes: # - arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache commands: