chore: reduce resources for update jobs
This commit is contained in:
parent
29aa2a9b4c
commit
f576a01412
12 changed files with 104 additions and 109 deletions
|
|
@ -44,7 +44,7 @@ steps:
|
||||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||||
CCACHE_DIR: /mnt/cache/ccache
|
CCACHE_DIR: /mnt/cache/ccache
|
||||||
PLATFORM: redhat-8
|
PLATFORM: redhat-8
|
||||||
BLOCK: 20327:length(pkgs)
|
BLOCK: 20500:length(pkgs)
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 29Gi
|
||||||
|
|
|
||||||
|
|
@ -44,7 +44,7 @@ steps:
|
||||||
R_LIBS_USER: /mnt/cache/R-pkgs
|
R_LIBS_USER: /mnt/cache/R-pkgs
|
||||||
CCACHE_DIR: /mnt/cache/ccache
|
CCACHE_DIR: /mnt/cache/ccache
|
||||||
PLATFORM: redhat-9
|
PLATFORM: redhat-9
|
||||||
BLOCK: 19336:length(pkgs)
|
BLOCK: 20615:length(pkgs)
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 29Gi
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -46,10 +46,10 @@ steps:
|
||||||
PLATFORM: alpine-320
|
PLATFORM: alpine-320
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cpx51
|
INSTANCE_TYPE: cpx41
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 40)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- amd64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
- amd64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
||||||
commands:
|
commands:
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
when:
|
when:
|
||||||
- event: [cron]
|
- event: [cron]
|
||||||
cron: process-cran-updates
|
cron: process-cran-updates-alpine-320-arm64
|
||||||
- event: manual
|
- event: manual
|
||||||
evaluate: 'process_cran_updates == "all"'
|
evaluate: 'process_cran_updates == "all"'
|
||||||
- event: manual
|
- event: manual
|
||||||
|
|
@ -12,26 +12,21 @@ steps:
|
||||||
- name: 'Warming up'
|
- name: 'Warming up'
|
||||||
image: busybox:latest
|
image: busybox:latest
|
||||||
failure: ignore
|
failure: ignore
|
||||||
environment:
|
|
||||||
PLATFORM: ubuntu-2204
|
|
||||||
BLOCK: 21389:length(pkgs)
|
|
||||||
NCPUS: 2
|
|
||||||
STRATEGY: multisession
|
|
||||||
commands:
|
commands:
|
||||||
- sleep 1
|
- sleep 300
|
||||||
- echo "Warmed Up"
|
- echo "Warmed Up"
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -40,7 +35,7 @@ steps:
|
||||||
|
|
||||||
- name: 'Processing Updates'
|
- name: 'Processing Updates'
|
||||||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT]
|
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT]
|
||||||
image: docker.io/devxygmbh/arm64-binaries-r-${PLATFORM}
|
image: docker.io/devxygmbh/arm64-binaries-r-alpine-320
|
||||||
pull: true
|
pull: true
|
||||||
environment:
|
environment:
|
||||||
GIT_USER: pat-s
|
GIT_USER: pat-s
|
||||||
|
|
@ -51,12 +46,12 @@ steps:
|
||||||
PLATFORM: alpine-320
|
PLATFORM: alpine-320
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax41
|
INSTANCE_TYPE: cax31
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 40)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
- arm64-binaries-r-dep-cache-alpine-320:/mnt/cache
|
||||||
commands:
|
commands:
|
||||||
# download latest package version (avoid having to rebuild image every time)
|
# download latest package version (avoid having to rebuild image every time)
|
||||||
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/r-pkg-binaries.git .
|
- git clone https://pat-s:$$git_ro_token@git.devxy.io/devxy/r-pkg-binaries.git .
|
||||||
|
|
@ -74,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -89,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -13,20 +13,20 @@ steps:
|
||||||
image: busybox:latest
|
image: busybox:latest
|
||||||
failure: ignore
|
failure: ignore
|
||||||
commands:
|
commands:
|
||||||
- sleep 1
|
- sleep 300
|
||||||
- echo "Warmed Up"
|
- echo "Warmed Up"
|
||||||
backend_options:
|
backend_options:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -46,9 +46,9 @@ steps:
|
||||||
PLATFORM: redhat-8
|
PLATFORM: redhat-8
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cpx51
|
INSTANCE_TYPE: cpx41
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- amd64-binaries-r-dep-cache-redhat-8:/mnt/cache
|
- amd64-binaries-r-dep-cache-redhat-8:/mnt/cache
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
BLOCK: 21389:length(pkgs)
|
BLOCK: 21389:length(pkgs)
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
commands:
|
commands:
|
||||||
- sleep 1
|
- sleep 1
|
||||||
- echo "Warmed Up"
|
- echo "Warmed Up"
|
||||||
|
|
@ -24,14 +24,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -51,9 +51,9 @@ steps:
|
||||||
PLATFORM: redhat-8
|
PLATFORM: redhat-8
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax41
|
INSTANCE_TYPE: cax31
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
||||||
|
|
@ -74,10 +74,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -89,7 +89,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -46,9 +46,9 @@ steps:
|
||||||
PLATFORM: redhat-9
|
PLATFORM: redhat-9
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cpx51
|
INSTANCE_TYPE: cpx41
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
- amd64-binaries-r-dep-cache-redhat-9:/mnt/cache
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
BLOCK: 21389:length(pkgs)
|
BLOCK: 21389:length(pkgs)
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
commands:
|
commands:
|
||||||
- sleep 1
|
- sleep 1
|
||||||
- echo "Warmed Up"
|
- echo "Warmed Up"
|
||||||
|
|
@ -24,14 +24,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -51,9 +51,9 @@ steps:
|
||||||
PLATFORM: redhat-9
|
PLATFORM: redhat-9
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax41
|
INSTANCE_TYPE: cax31
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 31)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
- arm64-binaries-r-dep-cache-${PLATFORM}:/mnt/cache
|
||||||
|
|
@ -74,10 +74,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -89,7 +89,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -46,9 +46,9 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cpx51
|
INSTANCE_TYPE: cpx41
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
- amd64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -46,9 +46,9 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax41
|
INSTANCE_TYPE: cax31
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
- arm64-binaries-r-dep-cache-ubuntu-2204:/mnt/cache
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -19,14 +19,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 1000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -45,10 +45,10 @@ steps:
|
||||||
CCACHE_DIR: /mnt/cache/ccache
|
CCACHE_DIR: /mnt/cache/ccache
|
||||||
PLATFORM: ubuntu-2404
|
PLATFORM: ubuntu-2404
|
||||||
ARCH: amd64
|
ARCH: amd64
|
||||||
NCPUS: 2
|
NCPUS: 1
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cpx51
|
INSTANCE_TYPE: cpx41
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
- amd64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||||
|
|
@ -69,10 +69,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -84,7 +84,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
node.kubernetes.io/instance-type: cpx51
|
node.kubernetes.io/instance-type: cpx41
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
PLATFORM: ubuntu-2204
|
PLATFORM: ubuntu-2204
|
||||||
BLOCK: 21389:length(pkgs)
|
BLOCK: 21389:length(pkgs)
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
commands:
|
commands:
|
||||||
- sleep 300
|
- sleep 300
|
||||||
- echo "Warmed Up"
|
- echo "Warmed Up"
|
||||||
|
|
@ -24,14 +24,14 @@ steps:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: arm64
|
kubernetes.io/arch: arm64
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
@ -51,9 +51,9 @@ steps:
|
||||||
PLATFORM: ubuntu-2404
|
PLATFORM: ubuntu-2404
|
||||||
ARCH: arm64
|
ARCH: arm64
|
||||||
NCPUS: 2
|
NCPUS: 2
|
||||||
MEMORY: 29Gi
|
MEMORY: 14Gi
|
||||||
STRATEGY: multisession
|
STRATEGY: sequential
|
||||||
INSTANCE_TYPE: cax41
|
INSTANCE_TYPE: cax31
|
||||||
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
INTERVAL: lubridate::interval(lubridate::today() - 3, lubridate::today() - 3)
|
||||||
volumes:
|
volumes:
|
||||||
- arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
- arm64-binaries-r-dep-cache-ubuntu-2404:/mnt/cache
|
||||||
|
|
@ -74,10 +74,10 @@ steps:
|
||||||
### PROD
|
### PROD
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
limits:
|
limits:
|
||||||
memory: 29Gi
|
memory: 14Gi
|
||||||
cpu: 4000m
|
cpu: 4000m
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# resources:
|
# resources:
|
||||||
|
|
@ -89,7 +89,7 @@ steps:
|
||||||
# cpu: 2000m
|
# cpu: 2000m
|
||||||
nodeSelector:
|
nodeSelector:
|
||||||
kubernetes.io/arch: 'arm64'
|
kubernetes.io/arch: 'arm64'
|
||||||
node.kubernetes.io/instance-type: cax41
|
node.kubernetes.io/instance-type: cax31
|
||||||
tolerations:
|
tolerations:
|
||||||
- key: 'CI'
|
- key: 'CI'
|
||||||
operator: 'Equal'
|
operator: 'Equal'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue