Skip to content

fix(ci): green main — ruff, tier-map tests, _VALID_ACTIONS, schema#620

Merged
Lightheartdevs merged 1 commit intomainfrom
fix/ci-green-main
Mar 25, 2026
Merged

fix(ci): green main — ruff, tier-map tests, _VALID_ACTIONS, schema#620
Lightheartdevs merged 1 commit intomainfrom
fix/ci-green-main

Conversation

@Lightheartdevs
Copy link
Collaborator

Summary

Fixes all remaining CI failures on main after PR #501 (Multi-GPU) and PR #619 (schema/compose) merges.

Python Lint (ruff):

  • 12 trailing whitespace fixes in assign_gpus.py (W291)
  • 1 missing newline at EOF in test-assign-gpus.py (W292)
  • Define _VALID_ACTIONS = {"check", "backup", "update"} in updates.py (F821)

Test Linux (tier-map.bats):

  • qwen3-8bqwen3.5-9b for tier 1/2
  • qwen3-14bqwen3.5-27b for tier 3
  • GGUF filenames updated to match

These tests were stale — tier-map.sh was updated to Qwen3.5 models but the bats tests still expected old Qwen3 names.

🤖 Generated with Claude Code

- Auto-fix 12 trailing whitespace (W291) + 1 missing newline (W292) in
  assign_gpus.py and test-assign-gpus.py
- Define _VALID_ACTIONS set in updates.py (was F821 undefined name)
- Update tier-map.bats: qwen3-8b → qwen3.5-9b (tier 1/2),
  qwen3-14b → qwen3.5-27b (tier 3), matching current tier-map.sh

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Lightheartdevs Lightheartdevs merged commit 66759a5 into main Mar 25, 2026
15 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant