Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dgl
Commits
529fd107
Unverified
Commit
529fd107
authored
Apr 28, 2022
by
Rhett Ying
Committed by
GitHub
Apr 28, 2022
Browse files
[CI] fix job status (#3954)
* [CI] fix job status * fetch from master
parent
5561af45
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Jenkinsfile
Jenkinsfile
+2
-2
No files found.
Jenkinsfile
View file @
529fd107
...
@@ -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"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment