Skip to content

Commit 312c07e

Browse files
Yujie-Liurli9
authored andcommitted
jobs/phoronix-test-suite-part1.yaml: reduce runs for openems-1.0.0
OpenEMS 0.0.35-86: pts/openems-1.0.0 [Test: pyEMS Coupler] Test 1 of 2 Estimated Trial Run Count: 3 Estimated Test Run-Time: 28 Minutes Estimated Time To Completion: 55 Minutes [14:15 UTC] Started Run 1 @ 13:21:03 Started Run 2 @ 13:43:33 Signed-off-by: Yujie Liu <[email protected]> Signed-off-by: Philip Li <[email protected]>
1 parent 7a74df9 commit 312c07e

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

jobs/phoronix-test-suite-part1.yaml

+6-1
Original file line numberDiff line numberDiff line change
@@ -817,7 +817,6 @@ phoronix-test-suite:
817817
# - Test All Options
818818
- test:
819819
- opencv-bench-1.0.0
820-
- openems-1.0.0
821820
- test: openfoam-1.2.0
822821
option_a:
823822
- 1 # motorBike [Simple, not as demanding as drivaerFastback]
@@ -885,3 +884,9 @@ phoronix-test-suite:
885884
# - Test All Options
886885
- test:
887886
- ospray-studio-1.2.0
887+
888+
---
889+
phoronix-test-suite:
890+
- test: openems-1.0.0
891+
892+
timeout: 30m

lib/tests/phoronix-test-suite.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ run_test()
717717
sqlite-[0-9]*)
718718
fixup_sqlite $test || die "failed to fixup test $test"
719719
;;
720-
cyclictest-*|parboil-*|cp2k-*|llvm-test-suite-*|blender-*|svt-av1-*|helsing-*|build-gcc-*|core-latency-*|jxrendermark-*|renaissance-*)
720+
cyclictest-*|parboil-*|cp2k-*|llvm-test-suite-*|blender-*|svt-av1-*|helsing-*|build-gcc-*|core-latency-*|jxrendermark-*|renaissance-*|openems-*)
721721
# 96 cpu, 128G memory tbox, run once cost about
722722
# cyclictest-1.0.0: 2m
723723
# cp2k-1.2.0: 30m
@@ -727,6 +727,9 @@ run_test()
727727
# 12 cpu, 16G memory tbox, run once cost about
728728
# jxrendermark-1.2.4: 3m
729729
# blender-1.9.0: 14m
730+
#
731+
# 96 cpu, 512G memory tbox, run once cost about
732+
# openems-1.0.0: 22m
730733
reduce_runtimes $test || die "failed to reduce run times when run $test"
731734
;;
732735
blogbench-*)

0 commit comments

Comments
 (0)