Skip to content

Commit e80e8e1

Browse files
sunyabpixar-oss
authored andcommitted
github: Exclude testExecGeomXformable_Perf_Large from test runs
This scalability test is OOM killed in GitHub CI builds due to the expense of gathering trace data that's used to report the test metrics. (Internal change: 2368601)
1 parent 4df96e5 commit e80e8e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/buildusd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Test USD
8181
working-directory: ./USDgen/build/OpenUSD
8282
run: |
83-
ctest -V -C Release
83+
ctest -V -C Release --exclude-regex "testExecGeomXformable_Perf_Large"
8484
8585
macOS:
8686
needs:
@@ -137,7 +137,7 @@ jobs:
137137
working-directory: ./USDgen/build/OpenUSD
138138
run: |
139139
export PATH=/Applications/CMake.app/Contents/bin:$PATH
140-
ctest -V -C Release
140+
ctest -V -C Release --exclude-regex "testExecGeomXformable_Perf_Large"
141141
142142
Windows:
143143
needs:
@@ -191,6 +191,6 @@ jobs:
191191
call set PATH=D:\a\OpenUSD\OpenUSD\USDinst\bin;D:\a\OpenUSD\OpenUSD\USDinst\lib;D:\a\OpenUSD\OpenUSD\USDinst\share\usd\examples\plugin;D:\a\OpenUSD\OpenUSD\USDinst\plugin\usd;%PATH%
192192
call set PYTHONPATH=D:\a\OpenUSD\OpenUSD\USDinst\lib\python;%PYTHONPATH%
193193
# Internal ticket USD-8035
194-
ctest -V -C Release --exclude-regex "TfPathUtils"
194+
ctest -V -C Release --exclude-regex "TfPathUtils|testExecGeomXformable_Perf_Large"
195195
shell: cmd
196196

0 commit comments

Comments
 (0)