Skip to content

Commit

Permalink
update ssl-e2e.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xdu-chenrj committed Oct 21, 2024
1 parent 829a29d commit 9307642
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ssl-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
filters: |
not-ignore:
- '!(docs/**)'
build:
ssl-build:
name: SSL-E2E-Build
needs: paths-filter
if: ${{ (needs.paths-filter.outputs.not-ignore == 'true') || (github.event_name == 'push') }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
retention-days: 1
ssl-e2e:
name: ssl-${{ matrix.case.name }}
needs: build
needs: ssl-build
runs-on: ubuntu-latest
timeout-minutes: 30
strategy:
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
path: ${{ env.RECORDING_PATH }}
retention-days: 1
result:
name: ssl-E2E
name: SSL-E2E
runs-on: ubuntu-latest
timeout-minutes: 30
needs: [ ssl-e2e, paths-filter ]
Expand All @@ -185,10 +185,10 @@ jobs:
- name: Status
run: |
if [[ ${{ needs.paths-filter.outputs.not-ignore }} == 'false' && ${{ github.event_name }} == 'pull_request' ]]; then
echo "Skip E2E!"
echo "Skip SSL-E2E!"
exit 0
fi
if [[ ${{ needs.e2e.result }} != 'success' ]]; then
echo "E2E Failed!"
echo "SSL-E2E Failed!"
exit -1
fi

0 comments on commit 9307642

Please sign in to comment.