[tests] Set up CI/CD pipeline - #70
Open
SieDeta wants to merge 12 commits into
Open
Conversation
Three fixes bundled together: 1. ci.yml: bump Python 3.10 → 3.12 so the committed cpython-312 native backend .so can be loaded. Any earlier Python version causes ring_transport to raise ImportError at collection time, blocking all tests that import hf_adapter (and others) transitively. 2. ci.yml: init only integration/transformers (57 MB, Python-only) before running the test suite. The vLLM submodule (3.7 GB) is too heavy for free runners and is excluded; tests that need it skip gracefully via the _mods() try/except guard in test_moe_v1_routing_hooks.py. 3. integration/transformers: point to commit with new qwen2_moe_p and qwen2_moe_compare HF model variants, fixing the previous "No module named transformers.models.qwen2_moe_compare" skip. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The previous pointer (a70dc605) was force-pushed off the ring_offload branch and no longer exists in ProjectDMX/transformers-DMI, causing CI to fail with "upload-pack: not our ref" during submodule init. Update to the current tip of ring_offload (ce5095aa). Co-Authored-By: Claude Sonnet 4.6 <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.
This PR based on issue #55