Skip to content

Commit 100cd2c

Browse files
Disable ci in release/3.2 (#75899)
1 parent 8856156 commit 100cd2c

File tree

4 files changed

+23
-5
lines changed

4 files changed

+23
-5
lines changed

.github/workflows/_Api-Benchmark.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
labels: [self-hosted, "${{ inputs.run-labels }}"]
5959
steps:
6060
- name: Determine the runner
61+
if: false
6162
run: |
6263
docker_image=${{ inputs.docker_build_image }}
6364
echo "docker_image=${docker_image}" >> $GITHUB_ENV
@@ -74,6 +75,7 @@ jobs:
7475
echo "core_index=${core_index}" >> $GITHUB_ENV
7576
7677
- name: Check docker image and run container
78+
if: false
7779
env:
7880
python: "python3.10"
7981
GIT_PR_ID: ${{ github.event.pull_request.number || '0' }}
@@ -106,6 +108,7 @@ jobs:
106108
-w /paddle --network host ${docker_image}
107109
108110
- name: Download PaddleTest.tar.gz
111+
if: false
109112
env:
110113
work_dir: ${{ github.workspace }}
111114
run: |
@@ -125,6 +128,7 @@ jobs:
125128
'
126129
127130
- name: Paddletest check
131+
if: false
128132
env:
129133
work_dir: ${{ github.workspace }}
130134
run: |
@@ -153,7 +157,7 @@ jobs:
153157
'
154158
155159
- name: Terminate and delete the container
156-
if: always()
160+
if: false
157161
run: |
158162
docker exec -t ${{ env.container_name }} /bin/bash -c 'rm -rf * .[^.]*'
159163
docker rm -f ${{ env.container_name }}

.github/workflows/_Auto-Parallel.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
group: Auto-Parallel
4444
steps:
4545
- name: Check docker image and run container
46+
if: false
4647
env:
4748
FLAGS_dynamic_static_unified_comm: "True"
4849
python_version: "3.10"
@@ -72,6 +73,7 @@ jobs:
7273
-w /workspace --runtime=nvidia ${docker_image}
7374
7475
- name: Download Paddle
76+
if: false
7577
env:
7678
work_dir: ${{ github.workspace }}
7779
run: |
@@ -86,6 +88,7 @@ jobs:
8688
'
8789
8890
- name: Download PaddleTest
91+
if: false
8992
env:
9093
work_dir: ${{ github.workspace }}
9194
run: |
@@ -100,6 +103,7 @@ jobs:
100103
'
101104
102105
- name: Test
106+
if: false
103107
env:
104108
work_dir: ${{ github.workspace }}
105109
run: |
@@ -115,7 +119,7 @@ jobs:
115119
'
116120
117121
- name: Upload and display logs
118-
if: always()
122+
if: false
119123
env:
120124
home_path: ${{ github.workspace }}/..
121125
bos_file: ${{ github.workspace }}/../bos_retry/BosClient.py
@@ -137,7 +141,7 @@ jobs:
137141
'
138142
139143
- name: Terminate and delete the container
140-
if: always()
144+
if: false
141145
run: |
142146
docker exec -t ${{ env.container_name }} /bin/bash -c 'rm -rf * .[^.]*'
143147
docker rm -f ${{ env.container_name }}

.github/workflows/_Linux-NPU.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Download paddle.tar.gz and update test branch
44+
if: false
4445
run: |
4546
docker run -i --rm \
4647
-v ${{ github.workspace }}:/paddle \
@@ -64,6 +65,7 @@ jobs:
6465
bash ci/git_pull.sh $BRANCH
6566
6667
- name: Determine the runner
68+
if: false
6769
run: |
6870
runner_name=`(echo $PWD|awk -F '/' '{print $3}')`
6971
echo $runner_name
@@ -72,13 +74,15 @@ jobs:
7274
echo no_proxy="localhost,127.0.0.1,localaddress,.bj.bcebos.com,.localdomain.com,.cdn.bcebos.com,.baidu.com,.bcebos.com" >> ${{ github.env }}
7375
7476
- name: Clone PaddleCustomDevice repository
77+
if: false
7578
run: |
7679
source ~/.bashrc
7780
git clone --depth=1000 -b develop https://github.com/PaddlePaddle/PaddleCustomDevice.git
7881
cd PaddleCustomDevice
7982
cp -r ../Paddle .
8083
8184
- name: Check docker image and run container
85+
if: false
8286
env:
8387
PADDLE_VERSION: 0.0.0
8488
WITH_COVERAGE: "OFF"
@@ -148,6 +152,7 @@ jobs:
148152
-w /paddle --network host ${docker_image} /bin/bash
149153
150154
- name: Install Paddle-CPU
155+
if: false
151156
run: |
152157
docker exec -t ${{ env.container_name }} /bin/bash -c '
153158
set -x
@@ -169,6 +174,7 @@ jobs:
169174
'
170175
171176
- name: Build and test
177+
if: false
172178
run: |
173179
docker exec -t ${{ env.container_name }} /bin/bash -c '
174180
source ~/.bashrc
@@ -188,7 +194,7 @@ jobs:
188194
'
189195
190196
- name: Terminate and delete the container
191-
if: always()
197+
if: false
192198
run: |
193199
docker exec -t ${container_name} /bin/bash -c 'rm -rf * .[^.]*'
194200
docker stop ${container_name}

.github/workflows/_Linux-XPU.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ jobs:
186186

187187
steps:
188188
- name: Determine the runner
189+
if: false
189190
run: |
190191
runner_name=`(echo $PWD|awk -F '/' '{print $3}')`
191192
echo $runner_name
@@ -194,6 +195,7 @@ jobs:
194195
determine_kunlun_runner ${runner_name}
195196
196197
- name: Check docker image and run container
198+
if: false
197199
env:
198200
WITH_XPU: "ON"
199201
COVERALLS_UPLOAD: "OFF"
@@ -258,6 +260,7 @@ jobs:
258260
-w /paddle --network host ${docker_image} /bin/bash
259261
260262
- name: Download build.tar.gz
263+
if: false
261264
run: |
262265
docker exec -t ${{ env.container_name }} /bin/bash -c '
263266
wget -q --no-proxy https://paddle-github-action.bj.bcebos.com/PR/xpu/${PR_ID}/${COMMIT_ID}/build.tar.gz --no-check-certificate
@@ -266,14 +269,15 @@ jobs:
266269
'
267270
268271
- name: Run test
272+
if: false
269273
run: |
270274
docker exec -t ${{ env.container_name }} /bin/bash -c '
271275
source ${{ github.workspace }}/../../../proxy
272276
bash ${ci_scripts}/kunlun_test.sh
273277
'
274278
275279
- name: Terminate and delete the container
276-
if: always()
280+
if: false
277281
run: |
278282
docker exec -t ${container_name} /bin/bash -c 'rm -rf * .[^.]*'
279283
docker rm -f ${container_name}

0 commit comments

Comments
 (0)