test: Remove migrated initializer_as_input directory (TRI-1441) - #346
Merged
Conversation
The initializer_as_input ONNX test was migrated to the upstream server repo at qa/L0_initializer_as_input/ in triton-inference-server/server#8850 and is no longer consumed from this repo by any CI flow. Companion to: - triton-inference-server/server#8850 (merged) - upstream test move - GitLab dl/dgx/tritonserver!1812 (merged) - yaml job rename - GitLab dl/dgx/tritonserver!1814 (merged) - dead clone+COPY removal With this PR, test/ becomes empty and is removed entirely. Verified zero references exist across the triton-inference-server GitHub org. Resolves TRI-1441
Vinya567
marked this pull request as ready for review
June 29, 2026 19:19
yinggeh
approved these changes
Jun 29, 2026
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.
What does the PR do?
Removes the now-orphaned
test/initializer_as_input/directory.The
initializer_as_inputONNX test was migrated to the upstreamserverrepo at
qa/L0_initializer_as_input/intriton-inference-server/server#8850 and is no
longer consumed from this repo by any CI flow. With this PR, the
test/directory becomes empty and is removed entirely.
Checklist
<commit_type>: <Title>Commit Type:
Related PRs:
server/qa/L0_initializer_as_input/+ dropped thecpdirinbuild.pydl/dgx/tritonserver!1812 (merged) — renamed CI job definitions toL0_initializer_as_input--*dl/dgx/tritonserver!1814 (merged) — dropped the dead clone of this repo + the correspondingCOPYinDockerfile.QA.rhelWhere should the reviewer start?
Just confirm
test/initializer_as_input/deletion. There's no other file to look at — the directory is the entire change. After deletion,test/itself is empty and goes away.Test plan:
No new test cases required — this PR removes only orphaned files. The migrated test continues to run from its new home and was validated green on the GitLab pipeline as part of the prior cleanup MR.
Caveats:
This PR is the final piece of TRI-1441 and must merge AFTER the GitLab companion MRs (!1812 + !1814). Both prerequisites are already merged, so this PR can land safely now.
Background
Part of TRI-1441 — consolidating the single ONNX QA test under the upstream
server/qa/tree so the RHEL build no longer needs a cross-repoCOPYof test files from this repo. With this PR merged, thetest/directory in this repo is empty and removed; nothing inside this repo (or anywhere else in thetriton-inference-serverorg) referencestest/initializer_as_input/(verified via repo-wide and org-wide GitHub code searches: 0 matches).Related Issues: (use one of the action keywords Closes / Fixes / Resolves / Relates to)