mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
w541: rename/move board flavors to UNTESTED since untested for coreboot 24.02.01 version bumped and no news from expected board testers in time for merge
Replication notes: - w541-hotp-maximized is a makefile inclusion of w541-maximized so order of ops is important docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:v0.2.1 -- make -d BOARD=w541-hotp-maximized board.move_tested_to_untested time docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:v0.2.1 -- make -d BOARD=w541-maximized board.move_tested_to_untested git status git add boards/UNTESTED_w541-hotp-maximized/UNTESTED_w541-hotp-maximized.config boards/UNTESTED_w541-maximized/UNTESTED_w541-maximized.config boards/w541-hotp-maximized/w541-hotp-maximized.config boards/w541-maximized/w541-maximized.config .circleci/config.yml git commit --signoff Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
cf9d10adeb
commit
1b6d26a888
@ -413,15 +413,15 @@ workflows:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w541-maximized
|
||||
target: w541-maximized
|
||||
name: UNTESTED_w541-maximized
|
||||
target: UNTESTED_w541-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
||||
- build:
|
||||
name: w541-hotp-maximized
|
||||
target: w541-hotp-maximized
|
||||
name: UNTESTED_w541-hotp-maximized
|
||||
target: UNTESTED_w541-hotp-maximized
|
||||
subcommand: ""
|
||||
requires:
|
||||
- x230-hotp-maximized
|
||||
|
Loading…
Reference in New Issue
Block a user