Move the shared reusable workflows to linux_job_v3 - #22246
Draft
huydhn wants to merge 2 commits 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. ❌ 1 New Failure, 1 Cancelled Job, 1 Unrelated FailureAs of commit 878e10a with merge base f665a3b ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
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
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
2 times, most recently
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
huydhn
force-pushed
the
osdc/v3-plumbing
branch
from
August 28, 2026 19:11
ba98bce to
7b62802
Compare
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 28, 2026 19:11
bd18ec6 to
8830186
Compare
huydhn
force-pushed
the
osdc/v3-plumbing
branch
from
August 31, 2026 18:24
7b62802 to
176a6a8
Compare
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 31, 2026 18:24
8830186 to
03079a2
Compare
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 31, 2026 19:14
03079a2 to
0ce31ae
Compare
huydhn
force-pushed
the
osdc/v3-plumbing
branch
from
August 31, 2026 19:17
630fe05 to
c417bb7
Compare
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 31, 2026 19:17
0ce31ae to
05dc148
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 31, 2026 21:42
05dc148 to
7b1c9b0
Compare
This PR needs a
|
Authored with Claude Code.
huydhn
force-pushed
the
osdc/v3-reusable
branch
from
August 31, 2026 23:03
fb43bb2 to
878e10a
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.