From ffbdd8a1454246a810b0bf1d1c68956bf29b07b6 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 18 Oct 2024 13:05:28 +0200 Subject: [PATCH] ci: add timeout for build jobs --- tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml index bf5fb01c57..89a0b0d7ff 100644 --- a/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml +++ b/tools/ci/dynamic_pipelines/templates/.dynamic_jobs.yml @@ -10,6 +10,7 @@ - .after_script:build:ccache-show-stats:upload-failed-job-logs image: $ESP_ENV_IMAGE stage: build + timeout: 1 hour variables: # Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings. IDF_CCACHE_ENABLE: "1"