Skip to content

Commit 185a127

Browse files
ci: temporarily disable multi-GPU jobs until runner is provisioned
The bandb-aws-g6-12xlarge-plus runner doesn't exist yet. Queued jobs with no runner hang indefinitely, blocking the report job (which needs all jobs to complete). Set `if: false` on both multi-GPU jobs so the single-GPU tests and Slack reporting can run while infra provisions the multi-GPU runner. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a0dd62e commit 185a127

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests-integration-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100

101101
test-transformers-multigpu:
102102
name: Transformers bnb tests (multi GPU)
103-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
103+
if: false # disabled until bandb-aws-g6-12xlarge-plus runner is provisioned
104104
runs-on: bandb-aws-g6-12xlarge-plus-use1-public-80 # 4× L4 (2 used)
105105
steps:
106106
- name: Show GPU information
@@ -270,7 +270,7 @@ jobs:
270270

271271
test-peft-multigpu:
272272
name: PEFT bnb tests (multi GPU)
273-
if: github.repository == 'bitsandbytes-foundation/bitsandbytes'
273+
if: false # disabled until bandb-aws-g6-12xlarge-plus runner is provisioned
274274
runs-on: bandb-aws-g6-12xlarge-plus-use1-public-80 # 4× L4
275275
steps:
276276
- name: Show GPU information

0 commit comments

Comments
 (0)