feature: adding gpt-oss 120b nightly test (#18134)

This commit is contained in:
Douglas Yang
2026-02-02 17:11:28 -08:00
committed by GitHub
parent 28e2340725
commit c8da307d7e
2 changed files with 88 additions and 4 deletions

View File

@@ -95,7 +95,7 @@ jobs:
strategy:
fail-fast: false
matrix:
partition: [0, 1, 2]
partition: [0, 1, 2, 3]
env:
RUNNER_LABELS: 8-gpu-h200
steps:
@@ -118,7 +118,7 @@ jobs:
IS_H200: "1"
run: |
cd test
python3 run_suite.py --hw cuda --suite nightly-8-gpu-common --nightly --timeout-per-file=18000 --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=3
python3 run_suite.py --hw cuda --suite nightly-8-gpu-common --nightly --timeout-per-file=18000 --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=4
- name: Run test
timeout-minutes: 30
@@ -179,7 +179,7 @@ jobs:
strategy:
fail-fast: false
matrix:
partition: [0, 1, 2]
partition: [0, 1, 2, 3]
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -199,7 +199,7 @@ jobs:
GPU_CONFIG: "8-gpu-b200"
run: |
cd test
IS_BLACKWELL=1 python3 run_suite.py --hw cuda --suite nightly-8-gpu-common --nightly --timeout-per-file=12000 --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=3
IS_BLACKWELL=1 python3 run_suite.py --hw cuda --suite nightly-8-gpu-common --nightly --timeout-per-file=12000 --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=4
- name: Collect performance metrics
if: always()