Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
93 changes: 0 additions & 93 deletions .github/workflows/build-sglang-rdna4.yaml

This file was deleted.

18 changes: 1 addition & 17 deletions .renovaterc.json5
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,6 @@
currentValueTemplate: "main",
datasourceTemplate: "git-refs"
},
{
description: "sglang-rdna4 FORK_REF pinned to the fork's main-branch head (the preset's annotated manager can't do git-refs digest pins); a bump PR merge fires the image rebuild workflow",
customType: "regex",
managerFilePatterns: ["/docker/sglang-rdna4/Dockerfile$/"],
matchStrings: ["ARG FORK_REF=(?<currentDigest>[a-f0-9]{40})"],
depNameTemplate: "mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference",
packageNameTemplate: "https://github.com/mattbucci/2x-R9700-RDNA4-GFX1201-sglang-inference",
currentValueTemplate: "main",
datasourceTemplate: "git-refs"
}
],
packageRules: [
// Auto-merge rules
Expand All @@ -61,13 +51,7 @@
},
// Grouping rules
{
description: "sglang-rdna4 build inputs (fork ref + ROCm base digest + miniforge) — one review PR, no automerge; merging fires the GPU-free build workflow and mints a new image digest",
groupName: "sglang-rdna4",
matchFileNames: ["docker/sglang-rdna4/Dockerfile"],
automerge: false
},
{
description: "sglang-rdna4 deployed image digest — review before the HelmRelease rolls the serving pod (Recreate on the single GPU)",
description: "sglang-rdna4 deployed image digest — built by our fork of the upstream RDNA4 image, not a pipeline in this repo; review before the HelmRelease rolls the serving pod (Recreate on the single GPU)",
matchDatasources: ["docker"],
matchPackageNames: ["ghcr.io/tanguille/sglang-rdna4"],
automerge: false
Expand Down
179 changes: 0 additions & 179 deletions docker/sglang-rdna4/Dockerfile

This file was deleted.

Loading
Loading