Skip to content

Commit

Permalink
ci: tune build jobs parallel count
Browse files Browse the repository at this point in the history
  • Loading branch information
hfudev committed Oct 19, 2023
1 parent 55d3bc2 commit 066724f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .gitlab/ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ build_pytest_examples_esp32h2:
extends:
- .build_pytest_template
- .rules:build:example_test-esp32h2
parallel: 2
variables:
IDF_TARGET: esp32h2
TEST_DIR: examples
Expand Down Expand Up @@ -402,7 +403,7 @@ build_only_tools_test_apps:
extends:
- .build_cmake_template
- .rules:build:custom_test
parallel: 9
parallel: 8
script:
# CI specific options start from "--collect-size-info xxx". could ignore when running locally
- run_cmd python tools/ci/ci_build_apps.py tools/test_apps -v
Expand Down Expand Up @@ -636,7 +637,7 @@ build_examples_cmake_esp32c3:
extends:
- .build_cmake_template
- .rules:build:example_test-esp32c3
parallel: 6
parallel: 8
variables:
IDF_TARGET: esp32c3
TEST_DIR: examples
Expand All @@ -645,7 +646,7 @@ build_examples_cmake_esp32c6:
extends:
- .build_cmake_template
- .rules:build:example_test-esp32c6
parallel: 6
parallel: 10
variables:
IDF_TARGET: esp32c6
TEST_DIR: examples
Expand All @@ -654,7 +655,7 @@ build_examples_cmake_esp32h2:
extends:
- .build_cmake_template
- .rules:build:example_test-esp32h2
parallel: 2
parallel: 6
variables:
IDF_TARGET: esp32h2
TEST_DIR: examples
Expand Down

0 comments on commit 066724f

Please sign in to comment.