Skip to content

Commit a8ba6ba

Browse files
committed
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 <[email protected]>
1 parent d3ec7d7 commit a8ba6ba

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ workflows:
220220
- build_and_persist:
221221
name: ppc64-musl-cross-make
222222
arch: ppc64
223-
target: talos-2
223+
target: UNTESTED_talos-2
224224
subcommand: "musl-cross-make"
225225
requires:
226226
- prep_env
@@ -258,9 +258,9 @@ workflows:
258258

259259
# coreboot talos_2
260260
- build_and_persist:
261-
name: talos-2
261+
name: UNTESTED_talos-2
262262
arch: ppc64
263-
target: talos-2
263+
target: UNTESTED_talos-2
264264
subcommand: ""
265265
requires:
266266
- ppc64-musl-cross-make
@@ -277,7 +277,7 @@ workflows:
277277
# Make sure workspace caches are chainloaded and the last in chain for an arch is saved
278278
- save_cache:
279279
requires:
280-
- talos-2
280+
- UNTESTED_talos-2
281281
- librem_14
282282

283283
# Those onboarding new boards should add their entries below.
File renamed without changes.

0 commit comments

Comments
 (0)