[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:
42
.github/workflows/_e2e_test.yaml
vendored
42
.github/workflows/_e2e_test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user