Skip to content

Commit

Permalink
Switch from glTF-Sample-Models to the newer glTF-Sample-Assets (googl…
Browse files Browse the repository at this point in the history
…e#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.
  • Loading branch information
bhouston authored Oct 26, 2023
1 parent 53e54ef commit d76e411
Show file tree
Hide file tree
Showing 7 changed files with 90 additions and 172 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/fidelity-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ on: pull_request
jobs:
compare_renders:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 90

steps:
- uses: actions/checkout@v3
with:
submodules: true

- uses: actions/setup-node@v3
with:
node-version: '16.x'
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "packages/shared-assets/models/glTF-Sample-Assets"]
path = packages/shared-assets/models/glTF-Sample-Assets
url = [email protected]:KhronosGroup/glTF-Sample-Assets
Loading

0 comments on commit d76e411

Please sign in to comment.