Skip to content

Dtingdahl/ci script

Dtingdahl/ci script #4

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: cpp-unit-tests x86_64-Cuda12-Ubuntu22
run: |
echo "testing the log"
echo $PWD
find ..
nvblox/ci/premerge.py --platform x86_64 --cuda-version 12 --ubuntu-version 22 --build-and-test cpp