Unverified Commit 197f1d25 authored by Rhett Ying's avatar Rhett Ying Committed by GitHub
Browse files

[CI] use more light-weight node for lint check (#5358)

parent ed2e5409
...@@ -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
} }
......
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