59a0a3844c
PR Test AMD / cancel-on-close (push) Has been skipped
PR Test NVIDIA ARM / scan (push) Has been skipped
PR Test NVIDIA / cancel-on-close (push) Has been skipped
PR Test AMD / scan (push) Has been skipped
PR Test NVIDIA ARM / cancel-on-close (push) Has been skipped
PR Test NVIDIA / scan (push) Has been skipped
Release Docker Images / build (cu129-torch-2.11.0) (push) Has been skipped
Release Docker Images / build (cu130-torch-2.11.0) (push) Has been skipped
Release PyPI / publish (push) Has been skipped
Scheduler Python Test / test (push) Successful in 27m19s
Docs / build (push) Successful in 28m8s
Scheduler C++ Test / test (push) Successful in 28m19s
Scheduler C++ Test / test-flat (push) Successful in 28m18s
Docs / deploy (push) Has been cancelled
PR Test AMD / finish (push) Has been cancelled
PR Test NVIDIA / finish (push) Has been cancelled
PR Test NVIDIA ARM / finish (push) Has been cancelled
PR Test NVIDIA ARM / ${{ matrix.name }} (${{ matrix.runner }}) (push) Has been cancelled
PR Test AMD / ${{ matrix.name }} (${{ matrix.runner }}) (push) Has been cancelled
PR Test NVIDIA / ${{ matrix.name }} (${{ matrix.runner }}) (push) Has been cancelled
22 lines
390 B
YAML
22 lines
390 B
YAML
api_version: ci.tokenspeed.io/v1
|
|
name: ut-runtime-2gpu
|
|
type: ut
|
|
triggers:
|
|
- per-commit
|
|
- manual
|
|
runner:
|
|
labels:
|
|
- h100-2gpu
|
|
- b200-2gpu
|
|
- gb200-2gpu
|
|
- amd-mi35x-2gpu-test
|
|
env:
|
|
CI: "true"
|
|
install:
|
|
- bash test/ci_system/install_deps.sh
|
|
ut:
|
|
commands:
|
|
- python3 test/runtime/run_ci_suite.py --device cuda --suite runtime-2gpu
|
|
report:
|
|
github_step_summary: true
|