Skip to content

Remove linux_job.yml (v1) and its test workflow - #8417

Draft
huydhn wants to merge 1 commit into
mainfrom
remove-linux-job-v1
Draft

Remove linux_job.yml (v1) and its test workflow#8417
huydhn wants to merge 1 commit into
mainfrom
remove-linux-job-v1

Conversation

@huydhn

@huydhn huydhn commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Deletes .github/workflows/linux_job.yml and .github/workflows/test_linux_job.yml. Nothing in this repo references v1 any more.

linux_job_v2.yml supersedes it — v1's workflow_call inputs are a strict subset of v2's (v2 adds additional-fetch-refs, checkout-mode, single-branch, use-custom-docker-registry), and v2 additionally sets up and tears down ROCm and XPU. Neither takes secrets. So callers migrate by changing the uses: line; no input changes needed.

Draft: do not merge until the callers below are migrated. They all pin @main, so merging breaks their CI immediately. From GitHub code search across pytorch / pytorch-labs / meta-pytorch:

  • pytorch/executorch.github/workflows/trunk.yml:85
  • pytorch/rl.github/workflows/docs.yml:223
  • pytorch/tensordict.github/workflows/docs.yml:115
  • pytorch/pytorch-integration-testing.github/workflows/inductor.yml:21, .github/actions/inductor-test/action.yml:20
  • pytorch/hub.github/workflows/run_torchhub.yml:18 (last push 2024-04)
  • meta-pytorch/multipy.github/workflows/build_test_release.yaml:24 (last push 2025-12)
  • pytorch/aotorchao/csrc/README.md:30 (docs only, no CI impact)

executorch, rl, tensordict and pytorch-integration-testing were all pushed to today.

Code search only indexes default branches and caps results, and the unfiltered query returns 100+ hits dominated by third-party forks, so there are likely external users outside these orgs too. Worth deciding whether v1 gets a deprecation window before the delete lands.

linux_job_v2.yml supersedes it: v1's workflow_call inputs are a strict subset
of v2's, and v2 adds ROCm and XPU setup and teardown on top. Nothing in this
repo references v1 any more.

Callers migrate by pointing at linux_job_v2.yml; no input changes are needed.
@vercel

vercel Bot commented Aug 1, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

1 Skipped Deployment
Project Deployment Actions Updated (UTC)
torchci Ignored Ignored Preview Aug 1, 2026 8:47pm

Request Review

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Aug 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant