Merge branch 'ci/increase_ccache_size' into 'master'

ci: increase ccache size limit and decrease test case amount per job

Closes IDFCI-2102

See merge request espressif/esp-idf!29847
This commit is contained in:
Fu Hanxi
2024-03-26 19:51:46 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -95,7 +95,7 @@ variables:
# host mapping volume to share ccache between runner concurrent jobs
CCACHE_DIR: "/cache/idf_ccache"
CCACHE_MAXSIZE: "20G"
CCACHE_MAXSIZE: "50G"
################################################
# `before_script` and `after_script` Templates #

View File

@@ -12,7 +12,7 @@ DEFAULT_TEST_PATHS = [
]
DEFAULT_APPS_BUILD_PER_JOB = 60
DEFAULT_CASES_TEST_PER_JOB = 60
DEFAULT_CASES_TEST_PER_JOB = 30
DEFAULT_BUILD_CHILD_PIPELINE_FILEPATH = os.path.join(IDF_PATH, 'build_child_pipeline.yml')
DEFAULT_TARGET_TEST_CHILD_PIPELINE_FILEPATH = os.path.join(IDF_PATH, 'target_test_child_pipeline.yml')