diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a46be0ee7d..649f24cfd5 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -32,11 +32,6 @@ jobs: uses: ./.github/workflows/_GCU.yml needs: [Codestyle-Check] - Metax: - name: Metax-GPU-X86 - uses: ./.github/workflows/_Metax-X86.yaml - needs: [Codestyle-Check] - hpu: name: hpu uses: ./.github/workflows/_HPU.yml diff --git a/.github/workflows/_Metax_work_private.yaml b/.github/workflows/_Metax_work_private.yaml index 3702a4d887..3c1e163537 100644 --- a/.github/workflows/_Metax_work_private.yaml +++ b/.github/workflows/_Metax_work_private.yaml @@ -6,7 +6,7 @@ on: types: [opened, synchronize] branches: [develop, release/**] schedule: - - cron: "0 15 * * *" + - cron: "0 16 * * *" permissions: read-all defaults: @@ -16,7 +16,6 @@ defaults: jobs: metax-gpu-test: runs-on: paddle-metax-runner-set - # runs-on: debug-paddle-runner-set steps: - name: Checkout repository run: | @@ -96,3 +95,7 @@ jobs: fi cp backends/metax_gpu/build/dist/paddle_metax_gpu*.whl . python BosClient.py paddle_metax_gpu*.whl paddle-github-action/PaddleCustomDevice/metax_gpu/${PR_ID}/${COMMIT_ID} + cd backends/metax_gpu/build/dist/ + ossutil ls oss://opensource-ci/paddle/ + ossutil cat oss://opensource-ci/paddle/ + ossutil cp ./paddle_metax_gpu-*.whl oss://opensource-ci/paddle/ -f diff --git a/backends/metax_gpu/build.sh b/backends/metax_gpu/build.sh index 9ca589a780..6e1cdef268 100755 --- a/backends/metax_gpu/build.sh +++ b/backends/metax_gpu/build.sh @@ -23,21 +23,14 @@ pip uninstall paddlepaddle -y # init paddle # git submodule sync --recursive && git submodule update --init --recursive -# sleep 1000000 -# unset http_proxy https_proxy - -# export http_proxy=https://172.17.0.1:1080 https_proxy=http://10.2.192.21:1080 -# export -pip install safetensors==0.6.2 -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple some-package +pip install parameterized safetensors==0.6.2 -i https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple some-package # install paddle python -m pip install --pre paddlepaddle -i https://www.paddlepaddle.org.cn/packages/nightly/cpu/ -# unset http_proxy https_proxy - # apply patch bash change_patch.sh diff --git a/backends/metax_gpu/build_private_CI.sh b/backends/metax_gpu/build_private_CI.sh index 66ee1892fe..9a1a772793 100644 --- a/backends/metax_gpu/build_private_CI.sh +++ b/backends/metax_gpu/build_private_CI.sh @@ -84,9 +84,9 @@ pip install dist/paddle_metax_gpu*.whl --force-reinstall cd .. echo "Done!" -cd build/dist/ -ossutil ls oss://opensource-ci/paddle/ -ossutil cat oss://opensource-ci/paddle/ +# cd build/dist/ +# ossutil ls oss://opensource-ci/paddle/ +# ossutil cat oss://opensource-ci/paddle/ -ossutil cp ./paddle_metax_gpu-*.whl oss://opensource-ci/paddle/ -f -cd - +# ossutil cp ./paddle_metax_gpu-*.whl oss://opensource-ci/paddle/ -f +# cd -