Skip to content

Commit 303b890

Browse files
[GHActions] Disable slow rendered pvsm on macOS & Ubuntu
1 parent 58054aa commit 303b890

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test-macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,10 @@ jobs:
117117
# remove examples which fill up the memory
118118
rm ttk-data/states/topologicalOptimization_darkSky.pvsm
119119
# remove examples that take too long to render under mac
120+
rm ttk-data/states/cosmicWeb.pvsm
121+
rm ttk-data/states/persistenceClusteringGallery.pvsm
120122
rm ttk-data/states/persistentGenerators_householdAnalysis.pvsm
123+
rm ttk-data/states/topologicalOptimization*.pvsm
121124
cd ttk-data/tests
122125
mkdir output_screenshots
123126
pvpython -u validate.py || (tar zcf screenshots.tar.gz output_screenshots && false)

.github/workflows/test-ubuntu.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186
rm ttk-data/states/nestedTrackingFromOverlap.py
187187
# remove examples which fill up the memory
188188
rm ttk-data/states/topologicalOptimization_darkSky.pvsm
189+
rm ttk-data/states/topologicalOptimization*.pvsm
189190
190191
cd ttk-data/tests
191192
mkdir output_screenshots

0 commit comments

Comments
 (0)