From de0da608161352fb06885c2074c066d00c7439a0 Mon Sep 17 00:00:00 2001 From: Thierry Laurion Date: Wed, 21 Jun 2023 16:33:03 -0400 Subject: [PATCH] CircleCI config: remove generic qemu-coreboot/qemu-coreboot-fbwhiptail and reorgagnize per coreboot ver --- .circleci/config.yml | 32 ++++++++++---------------------- 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 09c87ae50c..6e42f99c77 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -246,6 +246,7 @@ workflows: # # +#Coreboot 4.19 boards - build: name: x220-hotp-maximized target: x220-hotp-maximized @@ -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 @@ -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