Skip to content

Commit

Permalink
GA: run tests on fixed revision of guc-tests repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pablode committed Apr 9, 2024
1 parent 2bd9d46 commit 2fedb1e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ on:
description: The version of USD to build against
type: string
default: 24.03
tests-branch:
description: Tests branch name
tests-revision:
description: Test repo revision
type: string
default: 'main'
test-filter:
Expand All @@ -36,5 +36,5 @@ jobs:
enable-graphical-tests-preview: ${{ inputs.enable-graphical-tests-preview }}
enable-usdchecker: ${{ inputs.enable-usdchecker }}
usd-version: ${{ inputs.usd-version }}
tests-branch: ${{ inputs.tests-branch }}
tests-revision: ${{ inputs.tests-revision }}
test-filter: ${{ inputs.test-filter }}
1 change: 0 additions & 1 deletion .github/workflows/run-tests-usd2311.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 23.11
tests-branch: main
1 change: 0 additions & 1 deletion .github/workflows/run-tests-usd2403.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ jobs:
uses: ./.github/workflows/run-tests.yml
with:
usd-version: 24.03
tests-branch: main
7 changes: 4 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ on:
usd-version:
required: true
type: string
tests-branch:
required: true
tests-revision:
required: false
type: string
default: '3f42126eca725ced264f141d9ab955b106eff7e1'
test-filter:
required: false
type: string
Expand Down Expand Up @@ -194,7 +195,7 @@ jobs:
with:
repository: pablode/guc-tests
submodules: recursive
ref: ${{ inputs.tests-branch }}
ref: ${{ inputs.tests-revision }}

- name: Run tests
run: bash ./run_tests.sh "${{ inputs.test-filter }}"
Expand Down

0 comments on commit 2fedb1e

Please sign in to comment.