Skip to content

Commit 4ed8bed

Browse files
committed
Merge branch 'dev' of https://github.com/topology-tool-kit/ttk into doc
2 parents fbd84ec + 816e833 commit 4ed8bed

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ jobs:
9292
run: |
9393
sudo apt install ./ttk-paraview-headless.deb
9494
95-
# TODO: more aggressive warnings? (ubuntu-24.04)
9695
- name: Create & configure TTK build directory
9796
run: |
9897
mkdir build
@@ -210,6 +209,8 @@ jobs:
210209
# remove buggy example
211210
# related issue: https://github.com/topology-tool-kit/ttk/issues/1055
212211
rm ttk-data/states/nestedTrackingFromOverlap.py
212+
# remove examples which fill up the memory
213+
rm ttk-data/states/topologicalOptimization_darkSky.pvsm
213214
214215
cd ttk-data/tests
215216
mkdir output_screenshots
@@ -243,6 +244,8 @@ jobs:
243244
rm python/nestedTrackingFromOverlap.py
244245
# tmp removal of mpi example
245246
rm python/mpiExample.py
247+
# remove examples which fill up the memory
248+
rm python/topologicalOptimization_darkSky.py
246249
python3 -u python/run.py
247250
248251
- name: Test ttk-data Python scripts results [NOT ENFORCED]
@@ -375,6 +378,8 @@ jobs:
375378
# remove buggy example
376379
# related issue: https://github.com/topology-tool-kit/ttk/issues/1055
377380
rm ttk-data/states/nestedTrackingFromOverlap.py
381+
# remove examples which fill up the memory
382+
rm ttk-data/states/topologicalOptimization_darkSky.pvsm
378383
cd ttk-data/tests
379384
mkdir output_screenshots
380385
pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)
@@ -397,6 +402,8 @@ jobs:
397402
rm python/nestedTrackingFromOverlap.py
398403
# tmp removal of mpi example
399404
rm python/mpiExample.py
405+
# remove examples which fill up the memory
406+
rm python/topologicalOptimization_darkSky.py
400407
pvpython -u python/run.py
401408
env:
402409
PV_PLUGIN_PATH: /usr/local/bin/plugins/TopologyToolKit
@@ -581,6 +588,8 @@ jobs:
581588
rm python/nestedTrackingFromOverlap.py
582589
# tmp removal of mpi example
583590
rm python/mpiExample.py
591+
# remove examples which fill up the memory
592+
rm python/topologicalOptimization_darkSky.py
584593
pvpython.exe -u python\run.py
585594
586595
- name: Test ttk-data Python scripts results [NOT ENFORCED]

0 commit comments

Comments
 (0)