mirror of
https://github.com/linuxboot/heads.git
synced 2025-01-29 15:44:07 +00:00
untested boards: move and rename untested boards, while still building them with CircleCI if they were currently built.
Non-impactful action, first step for #1421 based on participation in testing of #1398 and prior non-tested PRs. EDIT: last minute readd of x220-maximized boards (x220-maximized and x220-hotp-maximized boards). x220 is still UNTESTED (legacy, manually extracting ifs, me and gbe). EDIT: last minute readd of t440p-maximized boards (t440p-maximized and t440p-hotp-maximized boards). Thanks to @srgrint for lat minute report that t440p and x220 were tested ---- Traces of commands used: ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read board; do mv $board/$board.config $board/UNTESTED_$board.config; done ls qemu-linuxboot* leopard* r630* s2600wf* tioga* winterfell* t420* t520* t440p* w530* kgpe* p8z77* x220* x230-maximized-fhd_edp* | grep ":" | awk -F ":" {'print $1'}| while read dir; do mv $dir UNTESTED_$dir; done ls UNTESTED* | grep ":" | awk -F ":" {'print $1'}| awk -F "UNTESTED_" {'print $2'} | while read line; do sed 's/'"$line"'/UNTESTED_'"$line"'/g' ../.circleci/config.yml -i ; done quick fix of circleci: sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml sed -i 's/UNTESTED_UNTESTED/UNTESTED/g' ../.circleci/config.yml Modify p8z77-m_pro-tpm1 hotp board config to include to their maximized counterpart
This commit is contained in:
parent
92e29c4891
commit
f8cb3db775
@ -267,29 +267,29 @@ workflows:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t420-hotp-maximized
|
||||
target: t420-hotp-maximized
|
||||
name: UNTESTED_t420-hotp-maximized
|
||||
target: UNTESTED_t420-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t520-hotp-maximized
|
||||
target: t520-hotp-maximized
|
||||
name: UNTESTED_t520-hotp-maximized
|
||||
target: UNTESTED_t520-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t420-maximized
|
||||
target: t420-maximized
|
||||
name: UNTESTED_t420-maximized
|
||||
target: UNTESTED_t420-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t520-maximized
|
||||
target: t520-maximized
|
||||
name: UNTESTED_t520-maximized
|
||||
target: UNTESTED_t520-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
@ -358,50 +358,50 @@ workflows:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: x230-maximized-fhd_edp
|
||||
target: x230-maximized-fhd_edp
|
||||
name: UNTESTED_x230-maximized-fhd_edp
|
||||
target: UNTESTED_x230-maximized-fhd_edp
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: x230-hotp-maximized-fhd_edp
|
||||
target: x230-hotp-maximized-fhd_edp
|
||||
name: UNTESTED_x230-hotp-maximized-fhd_edp
|
||||
target: UNTESTED_x230-hotp-maximized-fhd_edp
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t530-hotp-maximized
|
||||
target: t530-hotp-maximized
|
||||
name: UNTESTED_t530-hotp-maximized
|
||||
target: UNTESTED_t530-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t530-dgpu-hotp-maximized
|
||||
target: t530-dgpu-hotp-maximized
|
||||
name: UNTESTED_t530-dgpu-hotp-maximized
|
||||
target: UNTESTED_t530-dgpu-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-hotp-maximized
|
||||
target: w530-hotp-maximized
|
||||
name: UNTESTED_w530-hotp-maximized
|
||||
target: UNTESTED_w530-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-dgpu-K1000m-hotp-maximized
|
||||
target: w530-dgpu-K1000m-hotp-maximized
|
||||
name: UNTESTED_w530-dgpu-K1000m-hotp-maximized
|
||||
target: UNTESTED_w530-dgpu-K1000m-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-dgpu-K2000m-hotp-maximized
|
||||
target: w530-dgpu-K2000m-hotp-maximized
|
||||
name: UNTESTED_w530-dgpu-K2000m-hotp-maximized
|
||||
target: UNTESTED_w530-dgpu-K2000m-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
@ -414,36 +414,36 @@ workflows:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t530-maximized
|
||||
target: t530-maximized
|
||||
name: UNTESTED_t530-maximized
|
||||
target: UNTESTED_t530-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: t530-dgpu-maximized
|
||||
target: t530-dgpu-maximized
|
||||
name: UNTESTED_t530-dgpu-maximized
|
||||
target: UNTESTED_t530-dgpu-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-maximized
|
||||
target: w530-maximized
|
||||
name: UNTESTED_w530-maximized
|
||||
target: UNTESTED_w530-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-dgpu-K1000m-maximized
|
||||
target: w530-dgpu-K1000m-maximized
|
||||
name: UNTESTED_w530-dgpu-K1000m-maximized
|
||||
target: UNTESTED_w530-dgpu-K1000m-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w530-dgpu-K2000m-maximized
|
||||
target: w530-dgpu-K2000m-maximized
|
||||
name: UNTESTED_w530-dgpu-K2000m-maximized
|
||||
target: UNTESTED_w530-dgpu-K2000m-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
@ -470,15 +470,15 @@ workflows:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: p8z77-m_pro-tpm1-maximized
|
||||
target: p8z77-m_pro-tpm1-maximized
|
||||
name: UNTESTED_p8z77-m_pro-tpm1-maximized
|
||||
target: UNTESTED_p8z77-m_pro-tpm1-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: p8z77-m_pro-tpm1-hotp-maximized
|
||||
target: p8z77-m_pro-tpm1-hotp-maximized
|
||||
name: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
|
||||
target: UNTESTED_p8z77-m_pro-tpm1-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
@ -527,25 +527,25 @@ workflows:
|
||||
- librem_14
|
||||
|
||||
# - build:
|
||||
# name: kgpe-d16_workstation-usb_keyboard
|
||||
# target: kgpe-d16_workstation-usb_keyboard
|
||||
# name: UNTESTED_kgpe-d16_workstation-usb_keyboard
|
||||
# target: UNTESTED_kgpe-d16_workstation-usb_keyboard
|
||||
# subcommand: ""
|
||||
# requires:
|
||||
# - kgpe-d16_workstation
|
||||
# - UNTESTED_kgpe-d16_workstation
|
||||
|
||||
# - build:
|
||||
# name: kgpe-d16_server
|
||||
# target: kgpe-d16_server
|
||||
# name: UNTESTED_kgpe-d16_server
|
||||
# target: UNTESTED_kgpe-d16_server
|
||||
# subcommand: ""
|
||||
# requires:
|
||||
# - kgpe-d16_workstation
|
||||
# - UNTESTED_kgpe-d16_workstation
|
||||
|
||||
# - build:
|
||||
# name: kgpe-d16_server-whiptail
|
||||
# target: kgpe-d16_server-whiptail
|
||||
# name: UNTESTED_kgpe-d16_server-whiptail
|
||||
# target: UNTESTED_kgpe-d16_server-whiptail
|
||||
# subcommand: ""
|
||||
# requires:
|
||||
# - kgpe-d16_workstation
|
||||
# - UNTESTED_kgpe-d16_workstation
|
||||
|
||||
# - build:
|
||||
# name: librem_l1um
|
||||
@ -562,24 +562,24 @@ workflows:
|
||||
# linuxboot steps need something to pass in the kernel header path
|
||||
# skipping for now
|
||||
# - run:
|
||||
# name: qemu-linuxboot-edk2
|
||||
# name: UNTESTED_qemu-linuxboot-edk2
|
||||
# command: |
|
||||
# ./build/make-4.2.1/make \
|
||||
# CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
# BOARD=qemu-linuxboot \
|
||||
# BOARD=UNTESTED_qemu-linuxboot \
|
||||
# `/bin/pwd`/build/linuxboot-git/build/qemu/.configured \
|
||||
# # Run first to avoid too many processes
|
||||
#
|
||||
# - run:
|
||||
# name: qemu-linuxboot
|
||||
# name: UNTESTED_qemu-linuxboot
|
||||
# command: |
|
||||
# ./build/make-4.2.1/make \
|
||||
# CROSS=/cross/bin/x86_64-linux-musl- \
|
||||
# CPUS=16 \
|
||||
# V=1 \
|
||||
# BOARD=qemu-linuxboot \
|
||||
# BOARD=UNTESTED_qemu-linuxboot \
|
||||
#
|
||||
# - store-artifacts:
|
||||
# path: build/qemu-linuxboot/linuxboot.rom
|
||||
# path: build/UNTESTED_qemu-linuxboot/linuxboot.rom
|
||||
# - store-artifacts:
|
||||
# path: build/qemu-linuxboot/hashes.txt
|
||||
# path: build/UNTESTED_qemu-linuxboot/hashes.txt
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Inherit the rest from the base Asus P8Z77-M Pro config.
|
||||
include $(pwd)/boards/p8z77-m_pro-tpm1-maximized/p8z77-m_pro-tpm1-maximized.config
|
||||
include $(pwd)/boards/UNTESTED_p8z77-m_pro-tpm1-maximized/UNTESTED_p8z77-m_pro-tpm1-maximized.config
|
||||
|
||||
CONFIG_HOTPKEY=y
|
||||
|
Loading…
x
Reference in New Issue
Block a user