Skip to content

Commit d76e411

Browse files
authored
Switch from glTF-Sample-Models to the newer glTF-Sample-Assets (#4534)
* init submodule for glTF-Sample-Assets. * fix left over popd in fetch khronos gltf-smaples. * remove tests from config.json that no longer have corresponding assets in glTF-Sample-Assets * add more time for tests to run. * using checkout with submodule support. * update goldens for model-viewer + filament for khronos-TextureTransformMultiTest.
1 parent 53e54ef commit d76e411

File tree

7 files changed

+90
-172
lines changed

7 files changed

+90
-172
lines changed

.github/workflows/fidelity-tests.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,13 @@ on: pull_request
55
jobs:
66
compare_renders:
77
runs-on: ubuntu-latest
8-
timeout-minutes: 60
8+
timeout-minutes: 90
99

1010
steps:
1111
- uses: actions/checkout@v3
12+
with:
13+
submodules: true
14+
1215
- uses: actions/setup-node@v3
1316
with:
1417
node-version: '16.x'

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "packages/shared-assets/models/glTF-Sample-Assets"]
2+
path = packages/shared-assets/models/glTF-Sample-Assets
3+
url = [email protected]:KhronosGroup/glTF-Sample-Assets

0 commit comments

Comments
 (0)