Skip to content

Commit 792f734

Browse files
committed
run gpu on windows.
Signed-off-by: Karthik Bekal Pattathana <133984042+karthikbekalp@users.noreply.github.com>
1 parent 53a776d commit 792f734

4 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/integ_macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
IntegMacOS:
2828
if: >-
2929
github.repository == 'aws-deadline/deadline-cloud-for-cinema-4d' &&
30-
github.ref == 'refs/heads/mainline'
30+
(github.ref == 'refs/heads/mainline' ||
31+
github.ref == 'refs/heads/feature/ci-tests')
3132
name: Integration Tests (macOS, Cinema 4D ${{ inputs.c4d_version }})
3233
runs-on: macos-latest
3334
timeout-minutes: 60

.github/workflows/integ_windows.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,10 @@ jobs:
2727
IntegWindows:
2828
if: >-
2929
github.repository == 'aws-deadline/deadline-cloud-for-cinema-4d' &&
30-
github.ref == 'refs/heads/mainline'
30+
(github.ref == 'refs/heads/mainline' ||
31+
github.ref == 'refs/heads/feature/ci-tests')
3132
name: Integration Tests (Windows, Cinema 4D ${{ inputs.c4d_version }})
32-
runs-on: windows-latest
33+
runs-on: ${{ inputs.c4d_version == '2026' && 'aws-deadline_windows-2025_gpu-t4-4-core' || 'windows-latest' }}
3334
timeout-minutes: 60
3435
permissions:
3536
id-token: write

.github/workflows/integration_tests_xa11y.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
push:
55
branches:
66
- mainline
7+
# Restricted to developers with permission to approve pull requests.
8+
- feature/ci-tests
79

810
jobs:
911
windows:

.github/workflows/xa11y_linux_smoke.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ on:
55
push:
66
branches:
77
- feature/ci-tests
8-
paths:
9-
- .github/scripts/xa11y_linux_smoke.py
10-
- .github/workflows/xa11y_linux_smoke.yml
118

129
permissions:
1310
contents: read

0 commit comments

Comments
 (0)