Skip to content

Commit 07f985e

Browse files
Add thor CI job
1 parent de99955 commit 07f985e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/premerge.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,3 +130,25 @@ jobs:
130130
ngc-api-key: ${{ secrets.NGC_API_KEY }}
131131
run-realsense-tests: false
132132
run-cuda-sanitizer: false
133+
## ------------------------------------------
134+
## Build and test Thor
135+
## ------------------------------------------
136+
premerge_thor_jetpack7:
137+
name: Build&Test thor-jetpack7
138+
needs: [lint_precommit]
139+
runs-on: [self-hosted, jetson-thor, jetpack-7]
140+
steps:
141+
- name: Checkout Code
142+
uses: actions/checkout@v4
143+
with:
144+
lfs: true
145+
- name: premerge_thor_jetpack7 - Unit tests
146+
uses: ./.github/actions/build-and-test
147+
with:
148+
platform: jetpack7
149+
cuda-version: '12' # unused
150+
ubuntu-version: '24' # unused
151+
cuda-arch: '110' # Native detection of sm-arch not supported on thor.
152+
ngc-api-key: ${{ secrets.NGC_API_KEY }}
153+
run-realsense-tests: false
154+
run-cuda-sanitizer: false

0 commit comments

Comments
 (0)