Skip to content

Commit

Permalink
Merge branch 'ci/tune_build_jobs_parallel_count' into 'release/v5.1'
Browse files Browse the repository at this point in the history
ci: tune build jobs parallel count

See merge request espressif/esp-idf!26612
  • Loading branch information
jack0c committed Oct 31, 2023
2 parents 179bfac + 066724f commit b6a66b7
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 b6a66b7

Please sign in to comment.