Skip to content

[DO NOT MERGE] Run-only: gb200 dsr1 measured power+temp (canonical NVIDIA) #183

[DO NOT MERGE] Run-only: gb200 dsr1 measured power+temp (canonical NVIDIA)

[DO NOT MERGE] Run-only: gb200 dsr1 measured power+temp (canonical NVIDIA) #183

name: Test Process Result
on:
pull_request:
paths:
- 'utils/process_result.py'
- 'utils/test_process_result.py'
permissions:
contents: read
jobs:
test:
if: github.event.pull_request.draft != true
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Set up Python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
- name: Run pytest
run: |
cd utils
pytest test_process_result.py -v