File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments