Skip to content

Commit 4a48cb3

Browse files
committed
GA: add USD v26.05
1 parent 7d00751 commit 4a48cb3

3 files changed

Lines changed: 26 additions & 2 deletions

File tree

.github/workflows/deploy-release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ on:
1919
type: boolean
2020

2121
jobs:
22+
build-2605:
23+
name: Build guc for USD v26.05
24+
uses: ./.github/workflows/build-usd.yml
25+
with:
26+
usd-version: 26.05
27+
build-config: Release
28+
2229
build-2603:
2330
name: Build guc for USD v26.03
2431
uses: ./.github/workflows/build-usd.yml
@@ -63,7 +70,7 @@ jobs:
6370

6471
deploy-release:
6572
name: Deploy Release
66-
needs: [build-2603, build-2511, build-2508, build-2505, build-2502, build-2411]
73+
needs: [build-2605, build-2603, build-2511, build-2508, build-2505, build-2502, build-2411]
6774
runs-on: ubuntu-latest
6875

6976
steps:

.github/workflows/run-tests-manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
usd-version:
1919
description: The version of USD to build against
2020
type: string
21-
default: 26.03
21+
default: 26.05
2222
tests-revision:
2323
description: Test repo revision
2424
type: string
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: USD v26.05
2+
3+
on:
4+
push:
5+
paths-ignore:
6+
- '**.md'
7+
pull_request:
8+
paths-ignore:
9+
- '**.md'
10+
11+
jobs:
12+
run-tests:
13+
name: Run Tests for USD v26.05
14+
uses: ./.github/workflows/run-tests.yml
15+
with:
16+
usd-version: 26.05
17+
test-filter: '-Draco|_Below2502|_Equal2502'

0 commit comments

Comments
 (0)