Skip to content

Commit

Permalink
fix: Disable stress test for nightly benchmarking (#1891)
Browse files Browse the repository at this point in the history
Co-authored-by: IDX GitHub Automation <IDX GitHub Automation>
  • Loading branch information
Bownairo authored and sa-idx-admin committed Oct 11, 2024
1 parent 08adaf9 commit 573a0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ic-os/dev-tools/bare_metal_deployment/benchmark_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ mkdir -p /var/lib/ic/data/benchmark
fio --filename=/var/lib/ic/data/benchmark/testfile --io_size=10GB --size=60GB --direct=1 --buffered=0 --invalidate 1 --norandommap --random_generator=lfsr --rw=write --bs=4m --ioengine=libaio --iodepth=32 --numjobs=16 --group_reporting --name=throughput-sw-job --eta-newline=1 >results/fio.log

./benchmark.sh
./stress.sh
# Can hang system, too unreliable to run on nightly CI
# ./stress.sh

exit 0

0 comments on commit 573a0ee

Please sign in to comment.