Skip to content
Snippets Groups Projects
Commit 944f20d9 authored by Lorenzo Pagliai's avatar Lorenzo Pagliai
Browse files

[NUM_MAX_CPU] Reduce the number of CPU threads

* Set the number to 32 and increase number of parallel jobs for the
runner
parent 4a79ac2b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ variables:
#GitLab group containing LAVA tests
TEST_REPO_URL: "https://gitlab-ci-token:${GITBOT_TOKEN}@git.seco.com/devops/lava-test-suite/lava-test.git"
TEST_BRANCH: main
NUM_MAX_CPU: 64
NUM_MAX_CPU: 32
stages:
# - manifest-pipeline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment