Skip to content

Commit

Permalink
[Tool] update pr pipeline name to skip required check (#26386)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyziye authored Jul 3, 2023
1 parent 211d424 commit 616de86
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test_fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
clang-format:
runs-on: [self-hosted, normal]
needs: be-checker
name: Clang-Format
name: Clang-Format 2
env:
PR_NUMBER: ${{ github.event.number }}
if: ${{ needs.be-checker.outputs.output1 == 'true' }}
Expand Down Expand Up @@ -214,7 +214,7 @@ jobs:
runs-on: [self-hosted, normal]
needs: [ be-checker, thirdparty-update ]
timeout-minutes: 90
name: BE UT
name: BE UT 2
env:
PR_NUMBER: ${{ github.event.number }}
BRANCH: ${{ github.base_ref }}
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
fe-ut:
runs-on: [self-hosted, normal]
needs: fe-codestyle-check
name: FE UT
name: FE UT 2
env:
PR_NUMBER: ${{ github.event.number }}
steps:
Expand Down Expand Up @@ -447,7 +447,7 @@ jobs:
build:
runs-on: [self-hosted, normal]
needs: [be-checker, fe-checker, be-ut, fe-ut, thirdparty-update]
name: BUILD
name: BUILD 2
env:
PR_NUMBER: ${{ github.event.number }}
BRANCH: ${{ github.base_ref }}
Expand Down Expand Up @@ -498,7 +498,7 @@ jobs:
runs-on: [self-hosted, normal]
if: always() && needs.build.result == 'success'
needs: build
name: DEPLOY SR
name: DEPLOY SR 2
env:
PR_NUMBER: ${{ github.event.number }}
CLUSTER_NAME: ci-admit
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
SQL-Tester:
runs-on: [self-hosted, normal]
name: SQL-Tester
name: SQL-Tester 2
needs: [ build, deploy ]
if: always() && needs.deploy.result == 'success'
timeout-minutes: 30
Expand Down Expand Up @@ -592,7 +592,7 @@ jobs:
admit:
runs-on: [self-hosted, normal]
name: ADMIT TEST
name: ADMIT TEST 2
needs: [ deploy, SQL-Tester ]
if: always() && needs.deploy.result == 'success' && needs.SQL-Tester.result == 'success'
timeout-minutes: 40
Expand Down

0 comments on commit 616de86

Please sign in to comment.