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
197f1d25
Unverified
Commit
197f1d25
authored
Feb 21, 2023
by
Rhett Ying
Committed by
GitHub
Feb 21, 2023
Browse files
[CI] use more light-weight node for lint check (#5358)
parent
ed2e5409
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Jenkinsfile
Jenkinsfile
+1
-1
No files found.
Jenkinsfile
View file @
197f1d25
...
@@ -256,7 +256,7 @@ pipeline {
...
@@ -256,7 +256,7 @@ pipeline {
stage
(
'Lint Check'
)
{
stage
(
'Lint Check'
)
{
agent
{
agent
{
docker
{
docker
{
label
"linux-
cpu
-node"
label
"linux-
benchmark
-node"
image
"dgllib/dgl-ci-lint"
image
"dgllib/dgl-ci-lint"
alwaysPull
true
alwaysPull
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