diff --git a/.gitlab/ci/common.yml b/.gitlab/ci/common.yml index de628f12bd..6d11621af0 100644 --- a/.gitlab/ci/common.yml +++ b/.gitlab/ci/common.yml @@ -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 # diff --git a/tools/ci/dynamic_pipelines/constants.py b/tools/ci/dynamic_pipelines/constants.py index b59c69dd04..21f903338d 100644 --- a/tools/ci/dynamic_pipelines/constants.py +++ b/tools/ci/dynamic_pipelines/constants.py @@ -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')