[CI] Revert auto rebase (#6867)

### What this PR does / why we need it?
Revert auto rebase

- vLLM version: v0.16.0
- vLLM main:
15d76f74e2

Signed-off-by: wjunLu <wjunlu217@gmail.com>
This commit is contained in:
wjunLu
2026-02-28 11:54:31 +08:00
committed by GitHub
parent 3d563292f3
commit 263c2f8e8d

View File

@@ -129,12 +129,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -222,12 +216,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -313,12 +301,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -403,12 +385,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -501,12 +477,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -587,12 +557,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then
@@ -674,12 +638,6 @@ jobs:
PIP_EXTRA_INDEX_URL: https://mirrors.huaweicloud.com/ascend/repos/pypi
run: |
DEST="/vllm-workspace/vllm-ascend"
# rebase commits
git config user.email "action@github.com"
git config user.name "GitHub Action"
git fetch origin ${{ github.base_ref }}
git rebase origin/${{ github.base_ref }}
IMAGE_SHA=$(git -C "${DEST}" log -1 --format=%H 2>/dev/null || echo "")
cp -rT . "${DEST}/"
if [ -n "$IMAGE_SHA" ] && git cat-file -e "${IMAGE_SHA}" 2>/dev/null; then