Skip to content

Commit 851e3a2

Browse files
committed
Skip speedcenter
1 parent 8e207df commit 851e3a2

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/build-template.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -196,15 +196,6 @@ jobs:
196196
run: |
197197
make -C build -j$NPROC check-stage3
198198
if: matrix.test-speedcenter
199-
- name: Test Speedcenter Benchmarks
200-
run: |
201-
# Necessary for some timing metrics but does not work on Namespace runners
202-
# and we just want to test that the benchmarks run at all here
203-
#echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
204-
export BUILD=$PWD/build PATH=$PWD/build/stage1/bin:$PATH
205-
cd tests/bench
206-
nix shell .#temci -c temci exec --config speedcenter.yaml --included_blocks fast --runs 1
207-
if: matrix.test-speedcenter
208199
- name: Check rebootstrap
209200
run: |
210201
# clean rebuild in case of Makefile changes

0 commit comments

Comments
 (0)