File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 5656 upload-enabled : ${{ inputs.upload-enabled }}
5757 python-version : ${{ inputs.python-version }}
5858 secrets : inherit
59-
60- test :
61- if : ${{ github.repository_owner == 'nvidia' }}
62- needs :
63- - build
64- uses :
65- ./.github/workflows/gh-test.yml
66- with :
67- client-repo : ${{ github.event.repository.name }}
68- target-device : ${{ inputs.target-device }}
69- test-options : ${{ inputs.build-type }}
70- runs-on : ${{ (inputs.host-platform == 'linux-x64' && 'linux-amd64-gpu-v100-latest-1') || (inputs.host-platform == 'linux-aarch64' && 'linux-arm64-cpu16') || (inputs.host-platform == 'mac' && 'macos-latest') }}
71- runner-has-gpu : ${{ inputs.host-platform == 'linux-x64' }}
72- build-type : ${{ inputs.build-type }}
73- host-platform : ${{ inputs.host-platform }}
74- dependencies-file : " "
75- build-mode : ${{ inputs.build-mode }}
76- upload-enabled : ${{ inputs.upload-enabled }}
77- secrets : inherit
You can’t perform that action at this time.
0 commit comments