Unverified Commit 44dba197 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] fetch status and generate report in separate node/machine (#3973)

parent 5b97a1a2
...@@ -475,7 +475,7 @@ pipeline { ...@@ -475,7 +475,7 @@ pipeline {
post { post {
always { always {
script { script {
node("linux-core-worker") { node("dglci-post-linux") {
docker.image('dgllib/dgl-ci-awscli:v220418').inside("--pull always --entrypoint=''") { docker.image('dgllib/dgl-ci-awscli:v220418').inside("--pull always --entrypoint=''") {
sh("rm -rf ci_tmp") sh("rm -rf ci_tmp")
dir('ci_tmp') { dir('ci_tmp') {
......
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