File tree Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Expand file tree Collapse file tree 4 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 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"
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
87check_version :
You can’t perform that action at this time.
0 commit comments