Skip to content

Commit

Permalink
ci: pin baremetal with jdk17 (elastic#2990)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jan 27, 2023
1 parent 7ab948d commit da39b42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,8 @@ pipeline {
* The result JSON files are also archive into Jenkins.
*/
stage('Benchmarks') {
agent { label 'microbenchmarks-pool' }
// As long as jdk17 is not available then let's pin the worker with jdk17
agent { label 'microbenchmarks-pool && worker-1799328' }
options { skipDefaultCheckout() }
environment {
NO_BUILD = "true"
Expand Down

0 comments on commit da39b42

Please sign in to comment.