Unverified Commit 529fd107 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] fix job status (#3954)

* [CI] fix job status

* fetch from master
parent 5561af45
...@@ -480,8 +480,8 @@ pipeline { ...@@ -480,8 +480,8 @@ pipeline {
sh("rm -rf ci_tmp") sh("rm -rf ci_tmp")
dir('ci_tmp') { dir('ci_tmp') {
sh("curl -o cireport.log ${BUILD_URL}consoleText") sh("curl -o cireport.log ${BUILD_URL}consoleText")
sh("curl -o report.py https://dgl-ci-scripts.s3.us-west-2.amazonaws.com/scripts/report.py") sh("curl -o report.py https://raw.githubusercontent.com/dmlc/dgl/master/tests/scripts/ci_report/report.py")
sh("curl -o status.py https://dgl-ci-scripts.s3.us-west-2.amazonaws.com/scripts/status.py") sh("curl -o status.py https://raw.githubusercontent.com/dmlc/dgl/master/tests/scripts/ci_report/status.py")
sh("curl -L ${BUILD_URL}wfapi") sh("curl -L ${BUILD_URL}wfapi")
sh("cat status.py") sh("cat status.py")
sh("pytest --html=report.html --self-contained-html report.py || true") sh("pytest --html=report.html --self-contained-html report.py || true")
......
Markdown is supported
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