Move trunk.yml, periodic.yml and nightly.yml to linux_job_v3 - #22248
Move trunk.yml, periodic.yml and nightly.yml to linux_job_v3#22248huydhn wants to merge 2 commits into
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22248
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 79bf15b with merge base c8d5189 ( BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
|
Last commit temporarily points trunk.yml (11 refs), periodic.yml and nightly.yml at pytorch/test-infra#8683 ( Same caveats as #22247: a trunk.yml is the interesting one here — it carries a |
The two arm backend jobs that raise fs.inotify.max_user_watches now tolerate failure, since that is a node-level setting an unprivileged pod cannot change. Authored with Claude Code.
periodic.yml takes its runner from the matrix that gather_test_models.py emits, not from a literal in the workflow, so the migration of the yml left test-models-linux scheduling onto linux.2xlarge and linux.4xlarge.memory. Same mapping as the call sites: 2xlarge -> mt-l-x86iavx512-8-64, 4xlarge.memory -> mt-l-x86iavx512-16-128, macos untouched. Authored with Claude Code.
Fourth of six splitting up #22107. Stacked on #22247.
Also picks up the last
linux_job.yml(v1) call site, in trunk'stest-arm-backend-zephyr.The two arm backend jobs that raise
fs.inotify.max_user_watchesnow tolerate failure, since that is a node-level setting an unprivileged pod cannot change.Authored with Claude Code.