mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
ci: remove host_test
runner tag, use more precise build, shiny instead
This commit is contained in:
@@ -3,10 +3,7 @@
|
|||||||
extends:
|
extends:
|
||||||
- .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
|
||||||
tags:
|
tags: [build, shiny]
|
||||||
- build
|
|
||||||
# build only on shiny servers since shiny storage server is at the same location
|
|
||||||
- shiny
|
|
||||||
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"
|
||||||
|
@@ -58,7 +58,7 @@ deploy_update_SHA_in_esp-dockerfiles:
|
|||||||
dependencies: []
|
dependencies: []
|
||||||
variables:
|
variables:
|
||||||
GIT_DEPTH: 2
|
GIT_DEPTH: 2
|
||||||
tags: [ shiny, build ]
|
tags: [build, shiny]
|
||||||
script:
|
script:
|
||||||
- 'curl --header "PRIVATE-TOKEN: ${ESPCI_SCRIPTS_TOKEN}" -o create_MR_in_esp_dockerfile.sh $GITLAB_HTTP_SERVER/api/v4/projects/1260/repository/files/create_MR_in_esp_dockerfile%2Fcreate_MR_in_esp_dockerfile.sh/raw\?ref\=master'
|
- 'curl --header "PRIVATE-TOKEN: ${ESPCI_SCRIPTS_TOKEN}" -o create_MR_in_esp_dockerfile.sh $GITLAB_HTTP_SERVER/api/v4/projects/1260/repository/files/create_MR_in_esp_dockerfile%2Fcreate_MR_in_esp_dockerfile.sh/raw\?ref\=master'
|
||||||
- chmod +x create_MR_in_esp_dockerfile.sh
|
- chmod +x create_MR_in_esp_dockerfile.sh
|
||||||
|
@@ -2,8 +2,7 @@
|
|||||||
extends: .rules:test:host_test
|
extends: .rules:test:host_test
|
||||||
stage: host_test
|
stage: host_test
|
||||||
image: $ESP_ENV_IMAGE
|
image: $ESP_ENV_IMAGE
|
||||||
tags:
|
tags: [build, shiny]
|
||||||
- host_test
|
|
||||||
dependencies: # set dependencies to null to avoid missing artifacts issue
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
# run host_test jobs immediately, only after upload cache
|
# run host_test jobs immediately, only after upload cache
|
||||||
needs:
|
needs:
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
.pre_check_template:
|
.pre_check_template:
|
||||||
stage: pre_check
|
stage: pre_check
|
||||||
image: $ESP_ENV_IMAGE
|
image: $ESP_ENV_IMAGE
|
||||||
tags:
|
tags: [build, shiny]
|
||||||
- host_test
|
|
||||||
dependencies: # set dependencies to null to avoid missing artifacts issue
|
dependencies: # set dependencies to null to avoid missing artifacts issue
|
||||||
|
|
||||||
check_version:
|
check_version:
|
||||||
|
Reference in New Issue
Block a user