"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "7764669c544c2d882704c3ef2d13c4e4284789f8"
Unverified Commit ebda932d authored by Jinjing Zhou's avatar Jinjing Zhou Committed by GitHub
Browse files

[CI] Tensorflow ci (#1397)

* fix

* fix
parent 1e27e90e
......@@ -149,7 +149,7 @@ pipeline {
}
}
steps {
sh "nvidia-smi"
// sh "nvidia-smi"
build_dgl_linux("gpu")
}
post {
......@@ -203,47 +203,47 @@ pipeline {
}
}
}
// stage("Tensorflow CPU") {
// agent {
// docker {
// label "linux-cpu-node"
// image "dgllib/dgl-ci-cpu:conda"
// }
// }
// stages {
// stage("Unit test") {
// steps {
// unit_test_linux("tensorflow", "cpu")
// }
// }
// }
// post {
// always {
// cleanWs disableDeferredWipeout: true, deleteDirs: true
// }
// }
// }
// stage("Tensorflow GPU") {
// agent {
// docker {
// label "linux-gpu-node"
// image "dgllib/dgl-ci-gpu:conda"
// args "--runtime nvidia"
// }
// }
// stages {
// stage("Unit test") {
// steps {
// unit_test_linux("tensorflow", "gpu")
// }
// }
// }
// post {
// always {
// cleanWs disableDeferredWipeout: true, deleteDirs: true
// }
// }
// }
stage("Tensorflow CPU") {
agent {
docker {
label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:conda"
}
}
stages {
stage("Unit test") {
steps {
unit_test_linux("tensorflow", "cpu")
}
}
}
post {
always {
cleanWs disableDeferredWipeout: true, deleteDirs: true
}
}
}
stage("Tensorflow GPU") {
agent {
docker {
label "linux-gpu-node"
image "dgllib/dgl-ci-gpu:conda"
args "--runtime nvidia"
}
}
stages {
stage("Unit test") {
steps {
unit_test_linux("tensorflow", "gpu")
}
}
}
post {
always {
cleanWs disableDeferredWipeout: true, deleteDirs: true
}
}
}
stage("Torch CPU") {
agent {
docker {
......
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