Skip to content

Dtingdahl/ci script2 #15

Dtingdahl/ci script2

Dtingdahl/ci script2 #15

Workflow file for this run

name: nvblox premerge
on:
pull_request:
jobs:
gpu-job:
name: Premerge
runs-on: [self-hosted, gpu] # GPU jobs will run on AWS
steps:
- name: x86_64-Cuda12-Ubuntu22 - Unit tests
uses: ./.github/actions/build-and-test
with:
platform: x86_64
cuda-version: '12'
ubuntu-version: '22'
ngc-api-key: ${{ secrets.NGC_API_KEY }}