Move the shared reusable workflows to linux_job_v3 - #22246
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/22246
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (22 Unrelated Failures)As of commit bd18ec6 with merge base db8b643 ( FLAKY - The following jobs failed but were likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
huydhn
added a commit
that referenced
this pull request
Aug 28, 2026
Consumer-side counterpart of the docker-builds move, landing here so the linux_job_v3 migration can build on it. linux_job_v3 passes docker-image straight to the runner pod's container, which is pulled before any step runs, so v2's in-job calculate-docker-image -- which both resolved ci-image:<name> to an ECR reference and waited for docker-builds to push it -- has nowhere left to run. This emits the same tag docker-builds computes, and on a commit that touches .ci/docker it waits for that run, failing fast when the ciflow/docker label means none exists. Nothing calls it yet; the callers arrive in #22246 onward. Authored with Claude Code.
huydhn
force-pushed
the
osdc/v3-plumbing
branch
from
August 28, 2026 02:03
a698a8f to
828a13d
Compare
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 28, 2026 02:03
9605234 to
920dfbe
Compare
_test_backend, _llm_server, _test_arduino_library, _test_cortex_m_e2e, _test_cortex_m_ops, _test_cadence and _test_riscv. Their docker-image inputs keep taking ci-image:<name>, so callers pass the same values as before. v3 assumes role/arc through OIDC, and a reusable workflow only gets the permissions its caller hands down, so the test-backend-* callers of _test_backend.yml grant id-token: write. Authored with Claude Code.
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 28, 2026 02:38
920dfbe to
bd18ec6
Compare
huydhn
force-pushed
the
osdc/v3-plumbing
branch
from
August 28, 2026 02:38
828a13d to
ba98bce
Compare
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.
Second of six splitting up #22107. Stacked on #22245.
_test_backend,_llm_server,_test_arduino_library,_test_cortex_m_e2e,_test_cortex_m_ops,_test_cadenceand_test_riscv. Theirdocker-imageinputs keep takingci-image:<name>, so callers pass the same values as before.v3 assumes
role/arcthrough OIDC, and a reusable workflow only gets the permissions each caller hands down, so the ninetest-backend-*callers of_test_backend.ymlgrantid-token: write.Authored with Claude Code.