Skip to content

Commit fc55e7e

Browse files
fix: hacky rewrite git to https for cloning
Signed-off-by: simondanielsson <simon.danielsson99@hotmail.com>
1 parent 5393129 commit fc55e7e

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.buildkite/pipeline.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,10 @@ steps:
295295
- label: "(AMD) P/D Disaggregation Test - MoRI-IO (4 GPUs)"
296296
key: "pd-disagg-moriio-test"
297297
env:
298-
# AMD agents lack SSH keys for this repo; clone over HTTPS instead
299-
BUILDKITE_REPO: "https://github.com/vllm-project/router.git"
298+
# AMD agents lack SSH keys for this repo; rewrite SSH to HTTPS for checkout
299+
GIT_CONFIG_COUNT: "1"
300+
GIT_CONFIG_KEY_0: "url.https://github.com/.insteadOf"
301+
GIT_CONFIG_VALUE_0: "git@github.com:"
300302
timeout_in_minutes: 60
301303
retry:
302304
automatic:

0 commit comments

Comments
 (0)