👷 Life is more complicated... make the number of jobs configurable
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
Some checks failed
ci/woodpecker/push/deploy Pipeline failed
This commit is contained in:
@@ -7,9 +7,8 @@ steps:
|
||||
tags: ${CI_COMMIT_SHA}
|
||||
cache: true
|
||||
auto_tag: true
|
||||
# build_args:
|
||||
# - COMMIT_SHA=${CI_COMMIT_SHA}
|
||||
# - COMMIT_AUTHOR_EMAIL=${CI_COMMIT_AUTHOR_EMAIL}
|
||||
build_args:
|
||||
- JOBS_NB=1 # limit the number of jobs to run in order to limit the consumed RAM
|
||||
username: nologin
|
||||
password:
|
||||
from_secret: registry-password
|
||||
@@ -20,6 +19,3 @@ steps:
|
||||
requests:
|
||||
memory: "1.5Gi"
|
||||
cpu: "1"
|
||||
# limits:
|
||||
# memory: 2Gi
|
||||
# cpu: "2"
|
||||
|
Reference in New Issue
Block a user