We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e207df commit 851e3a2Copy full SHA for 851e3a2
.github/workflows/build-template.yml
@@ -196,15 +196,6 @@ jobs:
196
run: |
197
make -C build -j$NPROC check-stage3
198
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
208
- name: Check rebootstrap
209
210
# clean rebuild in case of Makefile changes
0 commit comments