Move the remaining Linux workflows to linux_job_v3 - #22250
Draft
huydhn wants to merge 1 commit into
Draft
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/22250
Note: Links to docs will display an error until the docs builds have been completed. ❌ You can merge normally! (1 Unrelated Failure), 6 Unclassified FailuresAs of commit a2ba48a with merge base f665a3b ( UNCLASSIFIED FAILURES - DrCI could not classify the following jobs because the workflow did not run on the merge base. The failures may be pre-existing on trunk or introduced by this PR:
FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
force-pushed
the
osdc/v3-misc
branch
2 times, most recently
from
August 28, 2026 02:38
0e6a6cb to
c884d9a
Compare
build-presets, build-cadence-runner, build-cmsis-pack, test-pico2-build, test-webgpu-native, doc-build and android-release-artifacts. doc-build's upload-gh-pages drops run-with-docker: false, which v3 does not have. v2 needed it because the script ran through a docker exec that could not see the credentials checkout persisted on the host; v3 checks out and runs the script in the same container, so the git config the push relies on is there. This leaves only rocm.yml on v2, which has no OSDC hardware and maps to itself in arc.yaml. Authored with Claude Code.
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.
Last of six splitting up #22107. Stacked on #22249.
build-presets, build-cadence-runner, build-cmsis-pack, test-pico2-build, test-webgpu-native, doc-build and android-release-artifacts.
doc-build'supload-gh-pagesdropsrun-with-docker: false, which v3 does not have. v2 needed it because the script ran through a docker exec that could not see the credentials checkout persisted on the host; v3 checks out and runs the script in the same container, so the git config the push relies on is already there.After this only rocm.yml is left on v2, which has no OSDC hardware and maps to itself in
arc.yaml. The nativeruns-on:jobs are separate — see #22108.Authored with Claude Code.