Skip to content

Commit 4445761

Browse files
committed
ci: add runner tag to the jobs
1 parent 0dcfde3 commit 4445761

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.gitlab-ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ variables:
99

1010
.build_template:
1111
stage: build
12+
tags:
13+
- build
1214
script:
1315
- PEDANTIC_FLAGS="-DIDF_CI_BUILD -Werror -Werror=deprecated-declarations -Werror=unused-variable -Werror=unused-but-set-variable -Werror=unused-function"
1416
- export PEDANTIC_CFLAGS="${PEDANTIC_FLAGS} -Wstrict-prototypes"
@@ -54,6 +56,8 @@ build_v50_s3:
5456

5557
pre_commit:
5658
stage: build
59+
tags:
60+
- build
5761
image: espressif/idf:$ESP_IDF_TAG_LATEST
5862
except:
5963
- master

0 commit comments

Comments
 (0)