talos-2: move(tag) board to untested: I won't have time any time soon to test nor report issues for this unknowingly used board prior of feature freeze planned for 2024-11-20

repro: helper used
time docker run -e DISPLAY=$DISPLAY --network host --rm -ti -v $(pwd):$(pwd) -w $(pwd) tlaurion/heads-dev-env:latest -- make BOARD=talos-2 board.move_tested_to_untested

Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
Thierry Laurion 2024-11-07 13:25:13 -05:00
parent d3ec7d7ba9
commit a8ba6bafb7
No known key found for this signature in database
GPG Key ID: 9A53E1BB3FF00461
2 changed files with 4 additions and 4 deletions

View File

@ -220,7 +220,7 @@ workflows:
- build_and_persist: - build_and_persist:
name: ppc64-musl-cross-make name: ppc64-musl-cross-make
arch: ppc64 arch: ppc64
target: talos-2 target: UNTESTED_talos-2
subcommand: "musl-cross-make" subcommand: "musl-cross-make"
requires: requires:
- prep_env - prep_env
@ -258,9 +258,9 @@ workflows:
# coreboot talos_2 # coreboot talos_2
- build_and_persist: - build_and_persist:
name: talos-2 name: UNTESTED_talos-2
arch: ppc64 arch: ppc64
target: talos-2 target: UNTESTED_talos-2
subcommand: "" subcommand: ""
requires: requires:
- ppc64-musl-cross-make - ppc64-musl-cross-make
@ -277,7 +277,7 @@ workflows:
# Make sure workspace caches are chainloaded and the last in chain for an arch is saved # Make sure workspace caches are chainloaded and the last in chain for an arch is saved
- save_cache: - save_cache:
requires: requires:
- talos-2 - UNTESTED_talos-2
- librem_14 - librem_14
# Those onboarding new boards should add their entries below. # Those onboarding new boards should add their entries below.