Merge branch 'ci/use_github_on_macos_runners_v4.3' into 'release/v4.3'

ci: use github repo for mac runners (v4.3)

See merge request espressif/esp-idf!31145
release/v4.3
Jiang Jiang Jian 2024-05-29 10:22:26 +08:00
commit ae221c7b7a
1 zmienionych plików z 13 dodań i 0 usunięć

Wyświetl plik

@ -293,6 +293,7 @@ build_docs_pdf:
needs: needs:
- job: fast_template_app - job: fast_template_app
artifacts: false artifacts: false
optional: true
script: script:
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh - ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
- rm -rf test_build_system - rm -rf test_build_system
@ -319,6 +320,18 @@ test_build_system_cmake_macos:
- macos_shell - macos_shell
variables: variables:
SHELL_TEST_SCRIPT: test_build_system_cmake.sh SHELL_TEST_SCRIPT: test_build_system_cmake.sh
script:
- ${IDF_PATH}/tools/ci/test_configure_ci_environment.sh
- rm -rf test_build_system
- mkdir test_build_system
- cd test_build_system
# copy-paste the script from .test_build_system_template
# since `ESP_IDF_TEMPLATE_GIT` is a group variable and has higher precedence than job variable
# export here to override the group variable
#
# Clone the template app from github for macos runners
- export ESP_IDF_TEMPLATE_GIT="https://github.com/espressif/esp-idf-template.git"
- ${IDF_PATH}/tools/ci/${SHELL_TEST_SCRIPT}
build_docker: build_docker:
extends: extends: