fix(ci): green main — ruff, tier-map tests, _VALID_ACTIONS, schema#620
Merged
Lightheartdevs merged 1 commit intomainfrom Mar 25, 2026
Merged
fix(ci): green main — ruff, tier-map tests, _VALID_ACTIONS, schema#620Lightheartdevs merged 1 commit intomainfrom
Lightheartdevs merged 1 commit intomainfrom
Conversation
- 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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes all remaining CI failures on main after PR #501 (Multi-GPU) and PR #619 (schema/compose) merges.
Python Lint (ruff):
_VALID_ACTIONS = {"check", "backup", "update"}in updates.py (F821)Test Linux (tier-map.bats):
qwen3-8b→qwen3.5-9bfor tier 1/2qwen3-14b→qwen3.5-27bfor tier 3These 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