Skip to content

Commit

Permalink
untested boards: move and rename untested boards, while still buildin…
Browse files Browse the repository at this point in the history
…g them with CircleCI if they were currently built.

Non-impactful action, first step for linuxboot#1421 based on participation in testing of linuxboot#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).
----

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 t440p and p8z77-m_pro-tpm1 hotp board configs to included to their maximized counterpart
  • Loading branch information
tlaurion committed Jul 4, 2023
1 parent 92e29c4 commit b2a375c
Show file tree
Hide file tree
Showing 34 changed files with 57 additions and 57 deletions.
110 changes: 55 additions & 55 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -414,50 +414,50 @@ 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

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

- build:
name: t440p-hotp-maximized
target: t440p-hotp-maximized
name: UNTESTED_t440p-hotp-maximized
target: UNTESTED_t440p-hotp-maximized
subcommand: ""
requires:
- x230-hotp-maximized
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Inherit the rest from the base T440p config.
include $(pwd)/boards/t440p-maximized/t440p-maximized.config
include $(pwd)/boards/UNTESTED_t440p-hotp-maximized/UNTESTED_t440p-hotp-maximized.config

CONFIG_HOTPKEY=y

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b2a375c

Please sign in to comment.