Skip to content

Add CPU-only fork CI mirror for lint checks#11

Open
CodersAcademy006 wants to merge 2 commits into
masterfrom
ci-mirror-fast
Open

Add CPU-only fork CI mirror for lint checks#11
CodersAcademy006 wants to merge 2 commits into
masterfrom
ci-mirror-fast

Conversation

@CodersAcademy006

Copy link
Copy Markdown
Owner

Summary

Add a lightweight CPU-only CI mirror for fork-based validation before upstream PR submission. Mirrors TensorFlow's PyLint static analysis job using the upstream config.

What's Included

  • fork-ci-mirror-fast.yml: Runs PyLint lint checks on Python files

    • Triggered by: PR events, workflow dispatch, or /run-ci-mirror comment
    • Runs on: GitHub-hosted ubuntu-latest (no GPU/self-hosted infrastructure needed)
  • CI_MIRROR_GAPS.md: Documents what's mirrored vs acknowledged permanent gaps

    • Mirrored: PyLint lint checks only
    • Gaps: Full TensorFlow build, GPU tests, XLA, TFLite, distributed training, etc. (requires self-hosted runners/CUDA)

Purpose

This is fork-internal validation infrastructure for contributors to catch lint/style issues locally before pushing to upstream. Not intended for upstream PR submission.

@CodersAcademy006

Copy link
Copy Markdown
Owner Author

/run-ci-mirror

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