mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-03 04:34:31 +02:00
CI: Move the ci-related staff to a separate directory
This commit is contained in:
@@ -34,7 +34,7 @@ before_script:
|
|||||||
# Set IS_PRIVATE or IS_PUBLIC depending on if our branch is public or not
|
# Set IS_PRIVATE or IS_PUBLIC depending on if our branch is public or not
|
||||||
#
|
#
|
||||||
# (the same regular expressions are used to set these are used in 'only:' sections below
|
# (the same regular expressions are used to set these are used in 'only:' sections below
|
||||||
- source make/configure_ci_environment.sh
|
- source tools/ci/configure_ci_environment.sh
|
||||||
|
|
||||||
# fetch all submodules
|
# fetch all submodules
|
||||||
- git submodule update --init --recursive
|
- git submodule update --init --recursive
|
||||||
@@ -135,7 +135,7 @@ build_esp_idf_tests:
|
|||||||
- mkdir build_examples
|
- mkdir build_examples
|
||||||
- cd build_examples
|
- cd build_examples
|
||||||
# build some of examples
|
# build some of examples
|
||||||
- ${IDF_PATH}/make/build_examples.sh "${CI_JOB_NAME}"
|
- ${IDF_PATH}/tools/ci/build_examples.sh "${CI_JOB_NAME}"
|
||||||
|
|
||||||
build_examples_00:
|
build_examples_00:
|
||||||
<<: *build_examples_template
|
<<: *build_examples_template
|
||||||
@@ -209,8 +209,8 @@ test_build_system:
|
|||||||
- build_test
|
- build_test
|
||||||
dependencies: []
|
dependencies: []
|
||||||
script:
|
script:
|
||||||
- ./make/test_configure_ci_environment.sh
|
- ./tools/ci/test_configure_ci_environment.sh
|
||||||
- ./make/test_build_system.sh
|
- ./tools/ci/test_build_system.sh
|
||||||
|
|
||||||
test_report:
|
test_report:
|
||||||
stage: test_report
|
stage: test_report
|
||||||
@@ -433,8 +433,6 @@ assign_test:
|
|||||||
script:
|
script:
|
||||||
# first test if config file exists, if not exist, exit 0
|
# first test if config file exists, if not exist, exit 0
|
||||||
- test -e $CONFIG_FILE || exit 0
|
- test -e $CONFIG_FILE || exit 0
|
||||||
# remove artifacts from the 'unit_test' stage
|
|
||||||
- rm -rf "$LOG_PATH"
|
|
||||||
# add gitlab ssh key
|
# add gitlab ssh key
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
@@ -476,8 +474,6 @@ nvs_compatible_test:
|
|||||||
- ESP32_IDF
|
- ESP32_IDF
|
||||||
- NVS_Compatible
|
- NVS_Compatible
|
||||||
script:
|
script:
|
||||||
# remove artifacts from the 'unit_test' stage
|
|
||||||
- rm -rf "$LOG_PATH"
|
|
||||||
# add gitlab ssh key
|
# add gitlab ssh key
|
||||||
- mkdir -p ~/.ssh
|
- mkdir -p ~/.ssh
|
||||||
- chmod 700 ~/.ssh
|
- chmod 700 ~/.ssh
|
||||||
|
Reference in New Issue
Block a user