Skip to content

Commit 560d2b2

Browse files
committed
Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into fix_crop
2 parents e0e972b + e1ffaed commit 560d2b2

File tree

2,818 files changed

+58204
-77335
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,818 files changed

+58204
-77335
lines changed

.github/actions/check-bypass/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
name: Check Bypass
2020
env:
2121
CI_TEAM_MEMBERS: '["tianshuo78520a", "swgu98", "risemeup1", "XieYunshen","luotao1"]'
22-
uses: PFCCLab/ci-bypass@v1
22+
uses: PFCCLab/ci-bypass@v2
2323
with:
2424
github-token: ${{ inputs.github-token }}
2525
non-pull-request-event-strategy: 'never-skipped'

.github/workflows/CI-Build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI-Build
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
branches: [develop, release/**]
6+
branches: [develop, release/**, fleety_*]
77

88
permissions: read-all
99

.github/workflows/CI-Windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI-Windows
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
branches: [develop, release/**]
6+
branches: [develop, release/**, fleety_*]
77

88
permissions: read-all
99

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
pull_request:
55
types: [opened, synchronize]
6-
branches: [develop, release/**]
6+
branches: [develop, release/**, fleety_*]
77

88
permissions: read-all
99

.github/workflows/CheckPRTemplate.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,15 @@ jobs:
1616
- name: Clone paddle
1717
uses: actions/checkout@v4
1818

19+
- name: Check bypass
20+
id: check-bypass
21+
uses: ./.github/actions/check-bypass
22+
with:
23+
github-token: ${{ secrets.GITHUB_TOKEN }}
24+
workflow-name: template
25+
1926
- name: Check PR Template
27+
if: steps.check-bypass.outputs.can-skip != 'true'
2028
env:
2129
AGILE_PULL_ID: ${{ github.event.pull_request.number }}
2230
AGILE_COMPILE_BRANCH: ${{ github.base_ref }}

.github/workflows/Coverage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ jobs:
6868
PADDLE_VERSION: 0.0.0
6969
CUDA_VISIBLE_DEVICES: 0,1
7070
WITH_DISTRIBUTE: "ON"
71-
PRECISION_TEST: "ON"
7271
WITH_PIP_CUDA_LIBRARIES: "OFF"
7372
WITH_FLAGCX: "ON"
7473
LITE_GIT_TAG: develop
@@ -114,7 +113,6 @@ jobs:
114113
-e COVERALLS_UPLOAD \
115114
-e PADDLE_VERSION \
116115
-e WITH_DISTRIBUTE \
117-
-e PRECISION_TEST \
118116
-e WITH_PIP_CUDA_LIBRARIES \
119117
-e WITH_FLAGCX \
120118
-e LITE_GIT_TAG \
@@ -272,7 +270,6 @@ jobs:
272270
COVERALLS_UPLOAD: "ON"
273271
PADDLE_VERSION: 0.0.0
274272
WITH_DISTRIBUTE: "ON"
275-
PRECISION_TEST: "ON"
276273
WITH_UNITY_BUILD: "ON"
277274
PY_VERSION: 3.9
278275
WITH_SHARED_PHI: "ON"
@@ -315,7 +312,6 @@ jobs:
315312
-e COVERALLS_UPLOAD \
316313
-e PADDLE_VERSION \
317314
-e WITH_DISTRIBUTE \
318-
-e PRECISION_TEST \
319315
-e WITH_UNITY_BUILD \
320316
-e PY_VERSION \
321317
-e WITH_SHARED_PHI \

0 commit comments

Comments
 (0)