"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "88735249da94266a433368d2b899e87dc33446c9"
Unverified Commit 2caef17e authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] deprecate CI tests for MXNet (#4915)

parent 799245a7
...@@ -544,50 +544,6 @@ pipeline { ...@@ -544,50 +544,6 @@ pipeline {
} }
} }
} }
stage('MXNet CPU') {
agent {
docker {
label "linux-cpu-node"
image "dgllib/dgl-ci-cpu:cu101_v220629"
alwaysPull true
}
}
stages {
stage('MXNet CPU Unit test') {
steps {
unit_test_linux('mxnet', 'cpu')
}
}
}
post {
always {
cleanWs disableDeferredWipeout: true, deleteDirs: true
}
}
}
stage('MXNet GPU') {
agent {
docker {
label "linux-gpu-node"
image "dgllib/dgl-ci-gpu:cu101_v220816"
args "--runtime nvidia"
alwaysPull true
}
}
stages {
stage('MXNet GPU Unit test') {
steps {
sh 'nvidia-smi'
unit_test_linux('mxnet', 'gpu')
}
}
}
post {
always {
cleanWs disableDeferredWipeout: true, deleteDirs: true
}
}
}
stage('DGL-Go') { stage('DGL-Go') {
agent { agent {
docker { 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