forked from espressif/esp-idf
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:
@@ -95,7 +95,7 @@ variables:
|
|||||||
|
|
||||||
# host mapping volume to share ccache between runner concurrent jobs
|
# host mapping volume to share ccache between runner concurrent jobs
|
||||||
CCACHE_DIR: "/cache/idf_ccache"
|
CCACHE_DIR: "/cache/idf_ccache"
|
||||||
CCACHE_MAXSIZE: "20G"
|
CCACHE_MAXSIZE: "50G"
|
||||||
|
|
||||||
################################################
|
################################################
|
||||||
# `before_script` and `after_script` Templates #
|
# `before_script` and `after_script` Templates #
|
||||||
|
@@ -12,7 +12,7 @@ DEFAULT_TEST_PATHS = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
DEFAULT_APPS_BUILD_PER_JOB = 60
|
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_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')
|
DEFAULT_TARGET_TEST_CHILD_PIPELINE_FILEPATH = os.path.join(IDF_PATH, 'target_test_child_pipeline.yml')
|
||||||
|
Reference in New Issue
Block a user