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
2caef17e
"...git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "88735249da94266a433368d2b899e87dc33446c9"
Unverified
Commit
2caef17e
authored
Nov 17, 2022
by
Rhett Ying
Committed by
GitHub
Nov 17, 2022
Browse files
[CI] deprecate CI tests for MXNet (#4915)
parent
799245a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
44 deletions
+0
-44
Jenkinsfile
Jenkinsfile
+0
-44
No files found.
Jenkinsfile
View file @
2caef17e
...
@@ -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
{
...
...
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