Skip to content

Commit 667ed2a

Browse files
committed
ci: remove host_test runner tag, use more precise build, shiny instead
1 parent 62723f5 commit 667ed2a

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

.gitlab/ci/build.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,7 @@
33
extends:
44
- .after_script:build:ccache-show-stats:upload-failed-job-logs
55
image: $ESP_ENV_IMAGE
6-
tags:
7-
- build
8-
# build only on shiny servers since shiny storage server is at the same location
9-
- shiny
6+
tags: [build, shiny]
107
variables:
118
# Enable ccache for all build jobs. See configure_ci_environment.sh for more ccache related settings.
129
IDF_CCACHE_ENABLE: "1"

.gitlab/ci/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ deploy_update_SHA_in_esp-dockerfiles:
5858
dependencies: []
5959
variables:
6060
GIT_DEPTH: 2
61-
tags: [ shiny, build ]
61+
tags: [build, shiny]
6262
script:
6363
- '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'
6464
- chmod +x create_MR_in_esp_dockerfile.sh

.gitlab/ci/host-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
extends: .rules:test:host_test
33
stage: host_test
44
image: $ESP_ENV_IMAGE
5-
tags:
6-
- host_test
5+
tags: [build, shiny]
76
dependencies: # set dependencies to null to avoid missing artifacts issue
87
# run host_test jobs immediately, only after upload cache
98
needs:

.gitlab/ci/pre_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
.pre_check_template:
22
stage: pre_check
33
image: $ESP_ENV_IMAGE
4-
tags:
5-
- host_test
4+
tags: [build, shiny]
65
dependencies: # set dependencies to null to avoid missing artifacts issue
76

87
check_version:

0 commit comments

Comments
 (0)