Skip to content

Commit

Permalink
fix conflict
Browse files Browse the repository at this point in the history
Signed-off-by: AndyZiYe <[email protected]>
  • Loading branch information
andyziye committed Apr 2, 2024
1 parent 5510c8d commit 24d1350
Show file tree
Hide file tree
Showing 2 changed files with 258 additions and 228 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/ci-pipeline-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -220,13 +220,8 @@ jobs:
be-ut:
runs-on: [self-hosted, normal]
<<<<<<< HEAD
needs: [ be-checker, thirdparty-update ]
timeout-minutes: 90
=======
needs: [ be-checker, thirdparty-info ]
timeout-minutes: 180
>>>>>>> 5fbfe09700 ([Tool] Branch pipeline support ubuntu image update (#43499))
name: BE UT
env:
PR_NUMBER: ${{ github.event.number }}
Expand Down Expand Up @@ -277,11 +272,7 @@ jobs:
runs-on: ubuntu-latest
needs: basic-checker
name: FE FILTER
<<<<<<< HEAD
if: needs.sync-checker.outputs.PASS == 'true' || needs.sync-checker.outputs.THIRDPARTY == 'true'
=======
if: needs.basic-checker.outputs.PASS == 'true'
>>>>>>> 5fbfe09700 ([Tool] Branch pipeline support ubuntu image update (#43499))
outputs:
output1: ${{ steps.fe-changes-info.outputs.fe }}
steps:
Expand Down Expand Up @@ -491,8 +482,6 @@ jobs:
rm -f ${{ steps.run_ut.outputs.RES_LOG }}
rm -rf ${{ steps.run_ut.outputs.COV_DIR }}
rm -rf ${{ github.workspace }}/*
<<<<<<< HEAD
=======
Teardown:
runs-on: [self-hosted, normal]
Expand Down Expand Up @@ -528,4 +517,3 @@ jobs:
- name: Clean
run: |
rm -rf ${{ github.workspace }}/*
>>>>>>> 5fbfe09700 ([Tool] Branch pipeline support ubuntu image update (#43499))
Loading

0 comments on commit 24d1350

Please sign in to comment.