diff --git a/.github/workflows/distribute-a100.yml b/.github/workflows/distribute-a100.yml index de94a626e579..7e98316faaa0 100644 --- a/.github/workflows/distribute-a100.yml +++ b/.github/workflows/distribute-a100.yml @@ -69,7 +69,7 @@ jobs: FLAGS_dynamic_static_unified_comm: "True" FLAGS_dataloader_use_file_descriptor: "False" python_version: "3.10" - paddle_whl: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuSome-LinuxCentos-Gcc82-Cuda118-Cudnn86-Trt85-Py310-CINN-Compile/latest/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl + paddle_whl: https://paddle-qa.bj.bcebos.com/paddle-pipeline/Develop-GpuSome-LinuxCentos-Gcc82-Cuda118-Cudnn86-Trt85-Py310-CINN-Compile/0af06ea9bd3e744afcd12e70dffd21ae9d0ae626/paddlepaddle_gpu-0.0.0-cp310-cp310-linux_x86_64.whl run: | container_name=${TASK}-$(date +%Y%m%d-%H%M%S) echo "container_name=${container_name}" >> "$GITHUB_ENV" diff --git a/.github/workflows/distribute-v100.yml b/.github/workflows/distribute-v100.yml index f7989f931c12..d7235f4549c7 100644 --- a/.github/workflows/distribute-v100.yml +++ b/.github/workflows/distribute-v100.yml @@ -1,11 +1,11 @@ name: Distribute CI (V100) on: - pull_request: - types: [opened, synchronize, reopened] - branches: [develop] - schedule: - - cron: "2 0 * * *" + # pull_request: + # types: [opened, synchronize, reopened] + # branches: [develop] + # schedule: + # - cron: "2 0 * * *" workflow_call: inputs: run_downstream: diff --git a/scripts/distribute/run_ci.sh b/scripts/distribute/run_ci.sh index 42f6f82c4965..a57c7e97e2a0 100644 --- a/scripts/distribute/run_ci.sh +++ b/scripts/distribute/run_ci.sh @@ -175,7 +175,7 @@ function contain_case(){ return 1 fi done - return 0 + return 1 } #################################### function execute_func_list(){