Skip to content

Commit

Permalink
CircleCI config: remove generic qemu-coreboot/qemu-coreboot-fbwhiptai…
Browse files Browse the repository at this point in the history
…l and reorgagnize per coreboot ver
  • Loading branch information
tlaurion committed Jun 22, 2023
1 parent ea2a3ed commit de0da60
Showing 1 changed file with 10 additions and 22 deletions.
32 changes: 10 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ workflows:
#
#

#Coreboot 4.19 boards
- build:
name: x220-hotp-maximized
target: x220-hotp-maximized
Expand Down Expand Up @@ -447,36 +448,37 @@ workflows:
target: t440p-maximized
subcommand: ""
requires:
- librem_14
- x230-hotp-maximized

- build:
name: t440p-hotp-maximized
target: t440p-hotp-maximized
subcommand: ""
requires:
- librem_14
- x230-hotp-maximized

- build:
name: qemu-coreboot
target: qemu-coreboot
name: qemu-coreboot-fbwhiptail-tpm2-hotp
target: qemu-coreboot-fbwhiptail-tpm2-hotp
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: qemu-coreboot-fbwhiptail
target: qemu-coreboot-fbwhiptail
name: p8z77-m_pro-tpm1-maximized
target: p8z77-m_pro-tpm1-maximized
subcommand: ""
requires:
- x230-hotp-maximized

- build:
name: qemu-coreboot-fbwhiptail-tpm2-hotp
target: qemu-coreboot-fbwhiptail-tpm2-hotp
name: p8z77-m_pro-tpm1-hotp-maximized
target: p8z77-m_pro-tpm1-hotp-maximized
subcommand: ""
requires:
- x230-hotp-maximized

#Coreboot 4.17 boards
- build:
name: librem_13v2
target: librem_13v2
Expand Down Expand Up @@ -519,20 +521,6 @@ workflows:
requires:
- librem_14

- build:
name: p8z77-m_pro-tpm1-maximized
target: p8z77-m_pro-tpm1-maximized
subcommand: ""
requires:
- librem_14

- build:
name: p8z77-m_pro-tpm1-hotp-maximized
target: p8z77-m_pro-tpm1-hotp-maximized
subcommand: ""
requires:
- librem_14

# - build:
# name: kgpe-d16_workstation-usb_keyboard
# target: kgpe-d16_workstation-usb_keyboard
Expand Down

0 comments on commit de0da60

Please sign in to comment.