@@ -189,6 +189,7 @@ jobs:
189189 - build/x86/coreboot-4.14
190190 - build/x86/coreboot-4.15
191191 - build/x86/coreboot-4.17
192+ - build/x86/coreboot-git
192193 - build/ppc64/coreboot-git
193194 - save_cache :
194195 # Generate cache for the exact same modules definitions if hash is not previously existing
@@ -234,12 +235,21 @@ workflows:
234235 requires :
235236 - prep_env
236237
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+
237246 # Cache one workspace per Coreboot version, ideally the boards including the highest number of modules, since not rebuilt across builds.
238247 # Below, 4.11, 4.13, 4.17
239248 - save_cache :
240249 requires :
241250 - librem_14
242251 - talos-2_server
252+ - kgpe-d16_workstation
243253
244254#
245255#
@@ -290,43 +300,43 @@ workflows:
290300 - x230-hotp-maximized
291301
292302 - build :
293- name : x230-legacy- flash
294- target : x230-legacy- flash
303+ name : x230-flash
304+ target : x230-flash
295305 subcommand : " "
296306 requires :
297307 - x230-hotp-maximized
298308
299309 - build :
300- name : t430-legacy- flash
301- target : t430-legacy- flash
310+ name : t430-flash
311+ target : t430-flash
302312 subcommand : " "
303313 requires :
304314 - x230-hotp-maximized
305315
306316 - build :
307- name : t430-legacy
308- target : t430-legacy
317+ name : t430
318+ target : t430
309319 subcommand : " "
310320 requires :
311321 - x230-hotp-maximized
312322
313323 - build :
314- name : t430-hotp-legacy
315- target : t430-hotp-legacy
324+ name : t430-hotp-verification
325+ target : t430-hotp-verification
316326 subcommand : " "
317327 requires :
318328 - x230-hotp-maximized
319329
320330 - build :
321- name : x230-legacy
322- target : x230-legacy
331+ name : x230
332+ target : x230
323333 subcommand : " "
324334 requires :
325335 - x230-hotp-maximized
326336
327337 - build :
328- name : x230-hotp-legacy
329- target : x230-hotp-legacy
338+ name : x230-hotp-verification
339+ target : x230-hotp-verification
330340 subcommand : " "
331341 requires :
332342 - x230-hotp-maximized
@@ -352,20 +362,6 @@ workflows:
352362 requires :
353363 - x230-hotp-maximized
354364
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-
369365 - build :
370366 name : t530-hotp-maximized
371367 target : t530-hotp-maximized
@@ -499,26 +495,26 @@ workflows:
499495 requires :
500496 - librem_14
501497
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
508504
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
515511
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
522518
523519# - build:
524520# name: librem_l1um
0 commit comments