Skip to content

Commit

Permalink
talos-2: move(tag) board to untested: I won't have time any time soon…
Browse files Browse the repository at this point in the history
… 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]>
  • Loading branch information
tlaurion committed Nov 8, 2024
1 parent d3ec7d7 commit a8ba6ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ workflows:
- build_and_persist:
name: ppc64-musl-cross-make
arch: ppc64
target: talos-2
target: UNTESTED_talos-2
subcommand: "musl-cross-make"
requires:
- prep_env
Expand Down Expand Up @@ -258,9 +258,9 @@ workflows:

# coreboot talos_2
- build_and_persist:
name: talos-2
name: UNTESTED_talos-2
arch: ppc64
target: talos-2
target: UNTESTED_talos-2
subcommand: ""
requires:
- ppc64-musl-cross-make
Expand All @@ -277,7 +277,7 @@ workflows:
# Make sure workspace caches are chainloaded and the last in chain for an arch is saved
- save_cache:
requires:
- talos-2
- UNTESTED_talos-2
- librem_14

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

0 comments on commit a8ba6ba

Please sign in to comment.