mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
ci: add timeout for build jobs
This commit is contained in:
@ -10,6 +10,7 @@
|
|||||||
- .after_script:build:ccache-show-stats:upload-failed-job-logs
|
- .after_script:build:ccache-show-stats:upload-failed-job-logs
|
||||||
image: $ESP_ENV_IMAGE
|
image: $ESP_ENV_IMAGE
|
||||||
stage: build
|
stage: build
|
||||||
|
timeout: 1 hour
|
||||||
variables:
|
variables:
|
||||||
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
|
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
|
||||||
IDF_CCACHE_ENABLE: "1"
|
IDF_CCACHE_ENABLE: "1"
|
||||||
|
Reference in New Issue
Block a user