Skip to content

Commit 2ab7d58

Browse files
authored
Merge pull request #1938 from tlaurion/bugfix_circleci-bring_back_x230-hotp-maximized
bugfix: readd x230-hotp-maximized board build in CircleCI (was dropped because replaced by t480-hotp-maximized by error)
2 parents 6279500 + 5dfea84 commit 2ab7d58

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

.circleci/config.yml

+14-8
Original file line numberDiff line numberDiff line change
@@ -314,13 +314,6 @@ workflows:
314314
requires:
315315
- t480-hotp-maximized
316316

317-
- build:
318-
name: x230-hotp-maximized_usb-kb
319-
target: x230-hotp-maximized_usb-kb
320-
subcommand: ""
321-
requires:
322-
- t480-hotp-maximized
323-
324317
- build:
325318
name: t430-hotp-maximized
326319
target: t430-hotp-maximized
@@ -335,7 +328,6 @@ workflows:
335328
requires:
336329
- t480-hotp-maximized
337330

338-
#TODO: move away of 24.02.01 coreboot and depend on optiplex specific dasharo commit
339331
- build:
340332
name: optiplex-7010_9010-maximized
341333
target: optiplex-7010_9010-maximized
@@ -364,6 +356,20 @@ workflows:
364356
requires:
365357
- t480-hotp-maximized
366358

359+
- build:
360+
name: x230-hotp-maximized
361+
target: x230-hotp-maximized
362+
subcommand: ""
363+
requires:
364+
- t480-hotp-maximized
365+
366+
- build:
367+
name: x230-hotp-maximized_usb-kb
368+
target: x230-hotp-maximized_usb-kb
369+
subcommand: ""
370+
requires:
371+
- t480-hotp-maximized
372+
367373
- build:
368374
name: x230-maximized-fhd_edp
369375
target: x230-maximized-fhd_edp

0 commit comments

Comments
 (0)