Skip to content
Snippets Groups Projects
Unverified Commit cbe320ce authored by Shenghang Tsai's avatar Shenghang Tsai Committed by GitHub
Browse files

Refine Simple CI error output (#5435)


* refine

* refine

Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent 53501b09
No related branches found
No related tags found
No related merge requests found
......@@ -181,6 +181,7 @@ jobs:
shell: bash -l {0}
- name: "Tar logs"
if: always()
continue-on-error: true
run: |
set -ex
if [[ -d "${HOME}/oneflow_temp" ]]
......
......@@ -498,7 +498,7 @@ jobs:
run: |
python3 ci/test/distributed_run.py --bash_script=ci/test/2node_op_test.sh --custom_img_tag=${{ env.image_name }} --oneflow_wheel_path=${{ env.wheelhouse_dir }} --oneflow_wheel_python_version=3.6
- name: Upload log (distributed test)
if: failure() && matrix.test_suite == 'cuda'
if: always() && steps.distributed_try_3.outcome=='failure' && matrix.test_suite == 'cuda'
uses: ./.github/actions/upload_oss
with:
src_path: distributed-tmp
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment