try warm up logic
This commit is contained in:
parent
7e561e24ff
commit
dcb4336098
1 changed files with 54 additions and 2 deletions
|
|
@ -4,6 +4,9 @@ when:
|
|||
|
||||
skip_clone: true
|
||||
|
||||
depends_on:
|
||||
- warm_up_process_cran_updates
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- PLATFORM: redhat-9
|
||||
|
|
@ -30,8 +33,6 @@ steps:
|
|||
secrets: [red_hat_dev_pw, aws_access_key_id, aws_secret_access_key, pgpass, git_ro_token, GITHUB_PAT]
|
||||
image: docker.io/devxygmbh/${ARCH}-binaries-r-${PLATFORM}
|
||||
pull: true
|
||||
# to ensure the PACKAGES upload step is being executed
|
||||
failure: ignore
|
||||
environment:
|
||||
GIT_USER: pat-s
|
||||
# set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves
|
||||
|
|
|
|||
Loading…
Reference in a new issue