diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 6a80227310..a858d7ec94 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -92,7 +92,6 @@ jobs: run: | sudo apt install ./ttk-paraview-headless.deb - # TODO: more aggressive warnings? (ubuntu-24.04) - name: Create & configure TTK build directory run: | mkdir build @@ -210,6 +209,8 @@ jobs: # remove buggy example # related issue: https://github.com/topology-tool-kit/ttk/issues/1055 rm ttk-data/states/nestedTrackingFromOverlap.py + # remove examples which fill up the memory + rm ttk-data/states/topologicalOptimization_darkSky.pvsm cd ttk-data/tests mkdir output_screenshots @@ -243,6 +244,8 @@ jobs: rm python/nestedTrackingFromOverlap.py # tmp removal of mpi example rm python/mpiExample.py + # remove examples which fill up the memory + rm python/topologicalOptimization_darkSky.py python3 -u python/run.py - name: Test ttk-data Python scripts results [NOT ENFORCED] @@ -375,6 +378,8 @@ jobs: # remove buggy example # related issue: https://github.com/topology-tool-kit/ttk/issues/1055 rm ttk-data/states/nestedTrackingFromOverlap.py + # remove examples which fill up the memory + rm ttk-data/states/topologicalOptimization_darkSky.pvsm cd ttk-data/tests mkdir output_screenshots pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false) @@ -397,6 +402,8 @@ jobs: rm python/nestedTrackingFromOverlap.py # tmp removal of mpi example rm python/mpiExample.py + # remove examples which fill up the memory + rm python/topologicalOptimization_darkSky.py pvpython -u python/run.py env: PV_PLUGIN_PATH: /usr/local/bin/plugins/TopologyToolKit @@ -581,6 +588,8 @@ jobs: rm python/nestedTrackingFromOverlap.py # tmp removal of mpi example rm python/mpiExample.py + # remove examples which fill up the memory + rm python/topologicalOptimization_darkSky.py pvpython.exe -u python\run.py - name: Test ttk-data Python scripts results [NOT ENFORCED]