Skip to content

Commit

Permalink
add failure condition
Browse files Browse the repository at this point in the history
  • Loading branch information
zwangsheng committed Mar 8, 2024
1 parent ac002fc commit 3609b01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/velox_be.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ jobs:
- name: Exit docker container
if: ${{ always() }}
run: |
echo $GITHUB_RUN_ID
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/clean.sh
ubuntu2004-test-spark32-slow:
Expand Down Expand Up @@ -221,7 +220,6 @@ jobs:
- name: Exit docker container
if: ${{ always() }}
run: |
echo $GITHUB_RUN_ID
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/clean.sh
ubuntu2004-test-spark34-slow:
Expand Down Expand Up @@ -295,7 +293,6 @@ jobs:
- name: Exit docker container
if: ${{ always() }}
run: |
echo $GITHUB_RUN_ID
$PATH_TO_GLUTEN_TE/$OS_IMAGE_NAME/gha/gha-checkout/clean.sh
ubuntu2004-test-spark35:
Expand Down Expand Up @@ -654,6 +651,7 @@ jobs:
upload-golden-file:
runs-on: velox-self-hosted
needs: [ubuntu2004-test-spark32, ubuntu2004-test-spark33, ubuntu2004-test-spark34]
if: ${{ failure() }}
steps:
- name: Upload golden files
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 3609b01

Please sign in to comment.