Skip to content

Commit

Permalink
GH-16154 use image version 44 for xgb vanilla benchmark (#16155)
Browse files Browse the repository at this point in the history
  • Loading branch information
valenad1 authored and krasinski committed Apr 17, 2024
1 parent c81bf08 commit d1387ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jenkins/groovy/defineTestStages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ def call(final pipelineContext) {
customData: [algorithm: 'xgb-vanilla'], makefilePath: pipelineContext.getBuildConfig().BENCHMARK_MAKEFILE_PATH,
nodeLabel: pipelineContext.getBuildConfig().getBenchmarkNodeLabel(), pythonVersion: '3.7',
rVersion: '4.0.2',
imageVersion: 43,
imageVersion: 44,
healthCheckSuppressed: true
],
[
Expand Down

0 comments on commit d1387ff

Please sign in to comment.