Skip to content

Commit b545f71

Browse files
authored
ci: use the microbenchmarks-pool (#1581)
1 parent 52412ca commit b545f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ pipeline {
202202
}
203203
}
204204
stage('Benchmarks') {
205-
agent { label 'metal' }
205+
agent { label 'microbenchmarks-pool' }
206206
options { skipDefaultCheckout() }
207207
environment {
208208
AGENT_WORKDIR = "${env.WORKSPACE}/${env.BUILD_NUMBER}/${env.BASE_DIR}"

0 commit comments

Comments
 (0)