@@ -189,6 +189,7 @@ jobs:
189
189
- build/x86/coreboot-4.14
190
190
- build/x86/coreboot-4.15
191
191
- build/x86/coreboot-4.17
192
+ - build/x86/coreboot-git
192
193
- build/ppc64/coreboot-git
193
194
- save_cache :
194
195
# Generate cache for the exact same modules definitions if hash is not previously existing
@@ -234,12 +235,21 @@ workflows:
234
235
requires :
235
236
- prep_env
236
237
238
+ # Coreboot x86
239
+ - build_and_persist :
240
+ name : kgpe-d16_workstation
241
+ target : kgpe-d16_workstation
242
+ subcommand : " "
243
+ requires :
244
+ - prep_env
245
+
237
246
# Cache one workspace per Coreboot version, ideally the boards including the highest number of modules, since not rebuilt across builds.
238
247
# Below, 4.11, 4.13, 4.17
239
248
- save_cache :
240
249
requires :
241
250
- librem_14
242
251
- talos-2_server
252
+ - kgpe-d16_workstation
243
253
244
254
#
245
255
#
@@ -290,43 +300,43 @@ workflows:
290
300
- x230-hotp-maximized
291
301
292
302
- build :
293
- name : x230-legacy- flash
294
- target : x230-legacy- flash
303
+ name : x230-flash
304
+ target : x230-flash
295
305
subcommand : " "
296
306
requires :
297
307
- x230-hotp-maximized
298
308
299
309
- build :
300
- name : t430-legacy- flash
301
- target : t430-legacy- flash
310
+ name : t430-flash
311
+ target : t430-flash
302
312
subcommand : " "
303
313
requires :
304
314
- x230-hotp-maximized
305
315
306
316
- build :
307
- name : t430-legacy
308
- target : t430-legacy
317
+ name : t430
318
+ target : t430
309
319
subcommand : " "
310
320
requires :
311
321
- x230-hotp-maximized
312
322
313
323
- build :
314
- name : t430-hotp-legacy
315
- target : t430-hotp-legacy
324
+ name : t430-hotp-verification
325
+ target : t430-hotp-verification
316
326
subcommand : " "
317
327
requires :
318
328
- x230-hotp-maximized
319
329
320
330
- build :
321
- name : x230-legacy
322
- target : x230-legacy
331
+ name : x230
332
+ target : x230
323
333
subcommand : " "
324
334
requires :
325
335
- x230-hotp-maximized
326
336
327
337
- build :
328
- name : x230-hotp-legacy
329
- target : x230-hotp-legacy
338
+ name : x230-hotp-verification
339
+ target : x230-hotp-verification
330
340
subcommand : " "
331
341
requires :
332
342
- x230-hotp-maximized
@@ -352,20 +362,6 @@ workflows:
352
362
requires :
353
363
- x230-hotp-maximized
354
364
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
-
369
365
- build :
370
366
name : t530-hotp-maximized
371
367
target : t530-hotp-maximized
@@ -499,26 +495,26 @@ workflows:
499
495
requires :
500
496
- librem_14
501
497
502
- # - build:
503
- # name: kgpe-d16_workstation-usb_keyboard
504
- # target: kgpe-d16_workstation-usb_keyboard
505
- # subcommand: ""
506
- # requires:
507
- # - kgpe-d16_workstation
498
+ - build :
499
+ name : kgpe-d16_workstation-usb_keyboard
500
+ target : kgpe-d16_workstation-usb_keyboard
501
+ subcommand : " "
502
+ requires :
503
+ - kgpe-d16_workstation
508
504
509
- # - build:
510
- # name: kgpe-d16_server
511
- # target: kgpe-d16_server
512
- # subcommand: ""
513
- # requires:
514
- # - kgpe-d16_workstation
505
+ - build :
506
+ name : kgpe-d16_server
507
+ target : kgpe-d16_server
508
+ subcommand : " "
509
+ requires :
510
+ - kgpe-d16_workstation
515
511
516
- # - build:
517
- # name: kgpe-d16_server-whiptail
518
- # target: kgpe-d16_server-whiptail
519
- # subcommand: ""
520
- # requires:
521
- # - kgpe-d16_workstation
512
+ - build :
513
+ name : kgpe-d16_server-whiptail
514
+ target : kgpe-d16_server-whiptail
515
+ subcommand : " "
516
+ requires :
517
+ - kgpe-d16_workstation
522
518
523
519
# - build:
524
520
# name: librem_l1um
0 commit comments