Skip to content

Commit

Permalink
GA: update guc-tests and fix UsdaDiff test for USD v25.02
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Feb 10, 2025
1 parent a17849e commit d5094b1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-usd2403.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 24.03
test-filter: '-Draco|_EqualAbove2411'
test-filter: '-Draco|_Equal2411|_Above2411'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-usd2405.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 24.05
test-filter: '-Draco|_EqualAbove2411'
test-filter: '-Draco|_Equal2411|_Above2411'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-usd2408.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 24.08
test-filter: '-Draco|_EqualAbove2411'
test-filter: '-Draco|_Equal2411|_Above2411'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-usd2411.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 24.11
test-filter: '-Draco|_Below2411'
test-filter: '-Draco|_Below2411|_Above2411'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests-usd2502.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 25.02
test-filter: '-Draco|_Below2411'
test-filter: '-Draco|_Below2411|_Equal2411'
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
tests-revision:
required: false
type: string
default: '8538a470c6af9571a3a282f1273bc0c75956ba35'
default: '05e58f260b8b28266b5f9f24d35063e2420f36de'
test-filter:
required: false
type: string
Expand Down

0 comments on commit d5094b1

Please sign in to comment.