Skip to content

Commit

Permalink
Removed duplicate tests section.
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepd-nv committed Nov 29, 2024
1 parent 24bc190 commit 868d01b
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/gh-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,3 @@ jobs:
upload-enabled: ${{ inputs.upload-enabled }}
python-version: ${{ inputs.python-version }}
secrets: inherit

test:
if: ${{ github.repository_owner == 'nvidia' }}
needs:
- build
uses:
./.github/workflows/gh-test.yml
with:
client-repo: ${{ github.event.repository.name }}
target-device: ${{ inputs.target-device }}
test-options: ${{ inputs.build-type }}
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') }}
runner-has-gpu: ${{ inputs.host-platform == 'linux-x64' }}
build-type: ${{ inputs.build-type }}
host-platform: ${{ inputs.host-platform }}
dependencies-file: ""
build-mode: ${{ inputs.build-mode }}
upload-enabled: ${{ inputs.upload-enabled }}
secrets: inherit

0 comments on commit 868d01b

Please sign in to comment.