Skip to content

Commit a21acee

Browse files
committed
Update CI job runner tags
Infrastructure/CI runners have been restructured.
1 parent 1c93786 commit a21acee

File tree

1 file changed

+32
-16
lines changed

1 file changed

+32
-16
lines changed

.gitlab-ci.yml

Lines changed: 32 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ cmake-format Check:
1414
image: stabletec/build-core:fedora
1515
stage: Analysis
1616
tags:
17-
- docker-linux
17+
- container
18+
- linux
1819
allow_failure: true
1920
script:
2021
- pip install cmake-format
@@ -27,7 +28,8 @@ clang-format Check:
2728
image: stabletec/build-core:fedora
2829
stage: Analysis
2930
tags:
30-
- docker-linux
31+
- container
32+
- linux
3133
allow_failure: true
3234
script:
3335
- clang-format --version
@@ -43,7 +45,8 @@ Targeted CC GCC Static:
4345
image: stabletec/build-core:fedora
4446
stage: Targeted Code Coverage
4547
tags:
46-
- docker-linux
48+
- container
49+
- linux
4750
- amd64
4851
variables:
4952
CC: gcc
@@ -57,7 +60,8 @@ Targeted CC GCC Shared:
5760
image: stabletec/build-core:fedora
5861
stage: Targeted Code Coverage
5962
tags:
60-
- docker-linux
63+
- container
64+
- linux
6165
- amd64
6266
variables:
6367
CC: gcc
@@ -72,7 +76,8 @@ Targeted CC Clang Static:
7276
image: stabletec/build-core:fedora
7377
stage: Targeted Code Coverage
7478
tags:
75-
- docker-linux
79+
- container
80+
- linux
7681
- amd64
7782
variables:
7883
CC: clang
@@ -87,7 +92,8 @@ Targeted CC Clang Shared:
8792
image: stabletec/build-core:fedora
8893
stage: Targeted Code Coverage
8994
tags:
90-
- docker-linux
95+
- container
96+
- linux
9197
- amd64
9298
variables:
9399
CC: clang
@@ -103,7 +109,8 @@ Targeted CC Clang Static (Windows):
103109
image: stabletec/build-core:windows
104110
stage: Targeted Code Coverage
105111
tags:
106-
- docker-windows
112+
- container
113+
- windows
107114
- amd64
108115
variables:
109116
CC: clang
@@ -118,7 +125,8 @@ Targeted CC Clang Shared (Windows):
118125
image: stabletec/build-core:windows
119126
stage: Targeted Code Coverage
120127
tags:
121-
- docker-windows
128+
- container
129+
- windows
122130
- amd64
123131
variables:
124132
CC: clang
@@ -136,7 +144,8 @@ All CC GCC Static:
136144
image: stabletec/build-core:fedora
137145
stage: All Code Coverage
138146
tags:
139-
- docker-linux
147+
- container
148+
- linux
140149
- amd64
141150
variables:
142151
CC: gcc
@@ -151,7 +160,8 @@ All CC GCC Shared:
151160
image: stabletec/build-core:fedora
152161
stage: All Code Coverage
153162
tags:
154-
- docker-linux
163+
- container
164+
- linux
155165
- amd64
156166
variables:
157167
CC: gcc
@@ -167,7 +177,8 @@ All CC Clang Static:
167177
image: stabletec/build-core:fedora
168178
stage: All Code Coverage
169179
tags:
170-
- docker-linux
180+
- container
181+
- linux
171182
- amd64
172183
variables:
173184
CC: clang
@@ -183,7 +194,8 @@ All CC Clang Shared:
183194
image: stabletec/build-core:fedora
184195
stage: All Code Coverage
185196
tags:
186-
- docker-linux
197+
- container
198+
- linux
187199
- amd64
188200
variables:
189201
CC: clang
@@ -203,7 +215,8 @@ All CC Clang Shared:
203215
stage: Fedora
204216
image: stabletec/build-core:fedora
205217
tags:
206-
- docker-linux
218+
- container
219+
- linux
207220
- amd64
208221
script:
209222
- cmake example/all -B build -GNinja -DCMAKE_BUILD_TYPE=Release ${CMAKE_OPTIONS}
@@ -214,7 +227,8 @@ All CC Clang Shared:
214227
stage: Fedora
215228
image: stabletec/build-core:fedora
216229
tags:
217-
- docker-linux
230+
- container
231+
- linux
218232
- amd64
219233
script:
220234
- cmake example/all -B build -GNinja -DCMAKE_BUILD_TYPE=Release ${CMAKE_OPTIONS}
@@ -262,7 +276,8 @@ Fedora UndefinedSanitizer:
262276
stage: openSUSE
263277
image: stabletec/build-core:opensuse
264278
tags:
265-
- docker-linux
279+
- container
280+
- linux
266281
- amd64
267282
script:
268283
- cmake example/all -B build -GNinja -DCMAKE_BUILD_TYPE=Release ${CMAKE_OPTIONS}
@@ -273,7 +288,8 @@ Fedora UndefinedSanitizer:
273288
stage: openSUSE
274289
image: stabletec/build-core:opensuse
275290
tags:
276-
- docker-linux
291+
- container
292+
- linux
277293
script:
278294
- cmake example/all -B build -GNinja -DCMAKE_BUILD_TYPE=Release ${CMAKE_OPTIONS}
279295
- ninja -C build

0 commit comments

Comments
 (0)