Skip to content

Commit 868d01b

Browse files
committed
Removed duplicate tests section.
1 parent 24bc190 commit 868d01b

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

Diff for: .github/workflows/gh-build-and-test.yml

-19
Original file line numberDiff line numberDiff line change
@@ -56,22 +56,3 @@ jobs:
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

0 commit comments

Comments
 (0)