Skip to content

Commit 6f7e47f

Browse files
authored
testing: reduce sampling on volume tests to make them faster (#2119)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent bdab367 commit 6f7e47f

14 files changed

Lines changed: 9 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
LLVM_VERSION=14.0.0 LLVM_DISTRO_NAME=ubuntu-18.04
327327
PUGIXML_VERSION=v1.9
328328
CTEST_TEST_TIMEOUT=1800
329-
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1800"
329+
OSL_CMAKE_FLAGS="-DOSL_TEST_BIG_TIMEOUT=1200"
330330
- desc: gcc10/C++17 llvm14 oiio-2.5 avx2
331331
nametag: linux-2021ish-gcc10-llvm14
332332
runner: ubuntu-22.04
8.18 KB
Binary file not shown.
-137 KB
Binary file not shown.
2.6 KB
Binary file not shown.

testsuite/render-mx-anisotropic-vdf/ref/out.exr

100755100644
2.66 KB
Binary file not shown.

testsuite/render-mx-anisotropic-vdf/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
911
outputs = [ "out.exr" ]
10-
command = testrender("-v -r 196 196 -aa 64 scene.xml out.exr")
12+
command = testrender("-v -r 196 196 -aa 32 scene.xml out.exr")
18.2 KB
Binary file not shown.
-156 KB
Binary file not shown.

testsuite/render-mx-medium-vdf-glass/ref/out.exr

100755100644
7.06 KB
Binary file not shown.

testsuite/render-mx-medium-vdf-glass/run.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,7 @@
66

77
failthresh = 0.01
88
failpercent = 1
9+
allowfailures = 5
10+
911
outputs = [ "out.exr" ]
10-
command = testrender("-r 196 196 -aa 32 scene.xml out.exr")
12+
command = testrender("-r 196 196 -aa 16 scene.xml out.exr")

0 commit comments

Comments
 (0)