Skip to content

Commit 0112763

Browse files
committed
CircleCI: change board names to reflect board name changes (legacy tagged correctly)
1 parent 03631a5 commit 0112763

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

.circleci/config.yml

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -290,43 +290,43 @@ workflows:
290290
- x230-hotp-maximized
291291

292292
- build:
293-
name: x230-flash
294-
target: x230-flash
293+
name: x230-legacy-flash
294+
target: x230-legacy-flash
295295
subcommand: ""
296296
requires:
297297
- x230-hotp-maximized
298298

299299
- build:
300-
name: t430-flash
301-
target: t430-flash
300+
name: t430-legacy-flash
301+
target: t430-legacy-flash
302302
subcommand: ""
303303
requires:
304304
- x230-hotp-maximized
305305

306306
- build:
307-
name: t430
308-
target: t430
307+
name: t430-legacy
308+
target: t430-legacy
309309
subcommand: ""
310310
requires:
311311
- x230-hotp-maximized
312312

313313
- build:
314-
name: t430-hotp-verification
315-
target: t430-hotp-verification
314+
name: t430-hotp-legacy
315+
target: t430-hotp-legacy
316316
subcommand: ""
317317
requires:
318318
- x230-hotp-maximized
319319

320320
- build:
321-
name: x230
322-
target: x230
321+
name: x230-legacy
322+
target: x230-legacy
323323
subcommand: ""
324324
requires:
325325
- x230-hotp-maximized
326326

327327
- build:
328-
name: x230-hotp-verification
329-
target: x230-hotp-verification
328+
name: x230-hotp-legacy
329+
target: x230-hotp-legacy
330330
subcommand: ""
331331
requires:
332332
- x230-hotp-maximized
@@ -352,6 +352,20 @@ workflows:
352352
requires:
353353
- x230-hotp-maximized
354354

355+
- build:
356+
name: x230-maximized-fhd_edp
357+
target: x230-maximized-fhd_edp
358+
subcommand: ""
359+
requires:
360+
- x230-hotp-maximized
361+
362+
- build:
363+
name: x230-hotp-maximized-fhd_edp
364+
target: x230-hotp-maximized-fhd_edp
365+
subcommand: ""
366+
requires:
367+
- x230-hotp-maximized
368+
355369
- build:
356370
name: t530-hotp-maximized
357371
target: t530-hotp-maximized

0 commit comments

Comments
 (0)