Merge branch 'fix/drop-task-limit' into 'main'

systemd: Remove task limit

See merge request qontainers/pipglr!27
This commit is contained in:
Chris Evich
2023-11-02 16:06:23 +00:00
4 changed files with 5 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ build:
script:
# N/B: There could be more than one merge-request open with this branch's HEAD
- |
IMAGE_TAG="${CI_COMMIT_BRANCH}";
IMAGE_TAG="${CI_COMMIT_REF_SLUG}";
if [[ -n "$CI_COMMIT_TAG" ]]; then
IMAGE_TAG="${CI_COMMIT_TAG}";
elif [[ -n "$CI_OPEN_MERGE_REQUESTS" ]]; then

View File

@@ -0,0 +1,2 @@
[Manager]
DefaultTasksMax=infinity

View File

@@ -0,0 +1,2 @@
[Slice]
TasksMax=infinity