Skip to content

Commit

Permalink
qemu-linuxboot: bring patches for CircleCI to build on top of newer O…
Browse files Browse the repository at this point in the history
…Ses (complement linuxboot#1047)
  • Loading branch information
tlaurion committed Oct 28, 2021
1 parent 8206c69 commit 564e641
Showing 1 changed file with 4 additions and 115 deletions.
119 changes: 4 additions & 115 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,134 +167,23 @@ workflows:
# version. The last board in the sequence is the dependency
# for the parallel boards built at the end, and also save_cache.

# Coreboot 4.11
# Only test for qemu-linuxboot
- build_and_persist:
name: kgpe-d16_workstation
target: kgpe-d16_workstation
name: qemu-linuxboot
target: qemu-linuxboot
requires:
- prep_env

# Coreboot 4.13
- build_and_persist:
name: x230-hotp-maximized
target: x230-hotp-maximized
requires:
- kgpe-d16_workstation


- save_cache:
requires:
- x230-hotp-maximized
- qemu-linuxboot

#
#
# Those onboarding new boards should add their entries below.
#
#

- build:
name: x220-hotp-maximized
target: x220-hotp-maximized
requires:
- x230-hotp-maximized

- build:
name: x220-maximized
target: x220-maximized
requires:
- x230-hotp-maximized

- build:
name: t420-hotp-maximized
target: t420-hotp-maximized
requires:
- x230-hotp-maximized

- build:
name: t420-maximized
target: t420-maximized
requires:
- x230-hotp-maximized

- build:
name: x230-flash
target: x230-flash
requires:
- x230-hotp-maximized

- build:
name: t430-flash
target: t430-flash
requires:
- x230-hotp-maximized

- build:
name: t430
target: t430
requires:
- x230-hotp-maximized

- build:
name: x230
target: x230
requires:
- x230-hotp-maximized

- build:
name: x230-hotp-verification
target: x230-hotp-verification
requires:
- x230-hotp-maximized

- build:
name: t430-hotp-maximized
target: t430-hotp-maximized
requires:
- x230-hotp-maximized

- build:
name: t430-maximized
target: t430-maximized
requires:
- x230-hotp-maximized

- build:
name: qemu-coreboot
target: qemu-coreboot
requires:
- x230-hotp-maximized

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

- build:
name: kgpe-d16_workstation-usb_keyboard
target: kgpe-d16_workstation-usb_keyboard
requires:
- x230-hotp-maximized

- build:
name: kgpe-d16_server
target: kgpe-d16_server
requires:
- x230-hotp-maximized

- build:
name: kgpe-d16_server-whiptail
target: kgpe-d16_server-whiptail
requires:
- x230-hotp-maximized

- build:
name: librem_l1um
target: librem_l1um
requires:
- x230-hotp-maximized


########################
########################
### OLD STUFF ###
Expand Down

0 comments on commit 564e641

Please sign in to comment.