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
f2d42266
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c697c5ab57eb9bc98a38d8aba9e2fc8fb0b06b95"
Unverified
Commit
f2d42266
authored
Aug 22, 2023
by
Rhett Ying
Committed by
GitHub
Aug 22, 2023
Browse files
[CI] add 4 new windows nodes (#6182)
parent
82b11b6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
11 deletions
+9
-11
Jenkinsfile
Jenkinsfile
+9
-11
No files found.
Jenkinsfile
View file @
f2d42266
...
@@ -12,19 +12,19 @@
...
@@ -12,19 +12,19 @@
// instance type: m5.2xlarge(8 vCPUs, 32 GB memory)
// instance type: m5.2xlarge(8 vCPUs, 32 GB memory)
// number of executors per node: 6
// number of executors per node: 6
// number of jobs running on this node per CI run: 3
// number of jobs running on this node per CI run: 3
// - linux-cpu
-node
: Linux CPU node for building and testing.
// -
dgl-ci-
linux-cpu: Linux CPU node for building and testing.
// number of nodes: 4
// number of nodes: 4
// instance type: m6i.24xlarge(96 vCPUs, 384 GB memory)
// instance type: m6i.24xlarge(96 vCPUs, 384 GB memory)
// number of executors per node: 6
// number of executors per node: 6
// number of jobs running on this node per CI run: 8
// number of jobs running on this node per CI run: 8
// - linux-gpu
-node
: Linux GPU node for building and testing.
// -
dgl-ci-
linux-gpu: Linux GPU node for building and testing.
// number of nodes: 4
// number of nodes: 4
// instance type: g4dn.4xlarge(16 vCPUs, 64 GB memory, 1 GPU)
// instance type: g4dn.4xlarge(16 vCPUs, 64 GB memory, 1 GPU)
// number of executors per node: 1
// number of executors per node: 1
// number of jobs running on this node per CI run: 4
// number of jobs running on this node per CI run: 4
// - windows-
node
: Windows CPU node for building and testing.
// -
dgl-ci-
windows-
cpu
: Windows CPU node for building and testing.
// number of nodes:
1
// number of nodes:
4
// instance type: m
5
.8xlarge(32 vCPUs, 128 GB memory)
// instance type: m
6i
.8xlarge(32 vCPUs, 128 GB memory)
// number of executors per node: 2
// number of executors per node: 2
// number of jobs running on this node per CI run: 3
// number of jobs running on this node per CI run: 3
...
@@ -372,9 +372,7 @@ pipeline {
...
@@ -372,9 +372,7 @@ pipeline {
}
}
}
}
stage
(
'CPU Build (Win64)'
)
{
stage
(
'CPU Build (Win64)'
)
{
// Windows build machines are manually added to Jenkins master with
agent
{
label
'dgl-ci-windows-cpu'
}
// "windows" label as permanent agents.
agent
{
label
'windows'
}
steps
{
steps
{
build_dgl_win64
(
'cpu'
)
build_dgl_win64
(
'cpu'
)
}
}
...
@@ -428,7 +426,7 @@ pipeline {
...
@@ -428,7 +426,7 @@ pipeline {
}
}
}
}
stage
(
'C++ CPU (Win64)'
)
{
stage
(
'C++ CPU (Win64)'
)
{
agent
{
label
'windows'
}
agent
{
label
'
dgl-ci-
windows
-cpu
'
}
steps
{
steps
{
cpp_unit_test_win64
()
cpp_unit_test_win64
()
}
}
...
@@ -520,7 +518,7 @@ pipeline {
...
@@ -520,7 +518,7 @@ pipeline {
}
}
}
}
stage
(
'Torch CPU (Win64)'
)
{
stage
(
'Torch CPU (Win64)'
)
{
agent
{
label
'windows'
}
agent
{
label
'
dgl-ci-
windows
-cpu
'
}
stages
{
stages
{
stage
(
'Torch CPU (Win64) Unit test'
)
{
stage
(
'Torch CPU (Win64) Unit test'
)
{
steps
{
steps
{
...
@@ -668,7 +666,7 @@ pipeline {
...
@@ -668,7 +666,7 @@ pipeline {
}
}
}
}
}
}
node
(
'windows'
)
{
node
(
'
dgl-ci-
windows
-cpu
'
)
{
bat
(
script:
"rmvirtualenv ${BUILD_TAG}"
,
returnStatus:
true
)
bat
(
script:
"rmvirtualenv ${BUILD_TAG}"
,
returnStatus:
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