Skip to content

Commit

Permalink
GH-16154 - Use latest image in XGB benchmarks (#16157)
Browse files Browse the repository at this point in the history
It was a hot fix for xgboost release - since all the images are now on 44 and updated even for new xgboost, then we can use them properly.
  • Loading branch information
valenad1 authored and krasinski committed Apr 17, 2024
1 parent 4b54583 commit dd39b46
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/jenkins/groovy/defineTestStages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,6 @@ def call(final pipelineContext) {
customData: [algorithm: 'xgb'], makefilePath: pipelineContext.getBuildConfig().BENCHMARK_MAKEFILE_PATH,
nodeLabel: pipelineContext.getBuildConfig().getBenchmarkNodeLabel(), pythonVersion: '3.7',
rVersion: '4.0.2',
imageVersion: 43,
healthCheckSuppressed: true
],
[
Expand All @@ -354,7 +353,6 @@ 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: 44,
healthCheckSuppressed: true
],
[
Expand All @@ -364,7 +362,6 @@ def call(final pipelineContext) {
customData: [algorithm: 'xgb-dmlc'], makefilePath: pipelineContext.getBuildConfig().BENCHMARK_MAKEFILE_PATH,
nodeLabel: pipelineContext.getBuildConfig().getBenchmarkNodeLabel(), pythonVersion: '3.7',
rVersion: '4.0.2',
imageVersion: 43,
healthCheckSuppressed: true
],
[
Expand Down

0 comments on commit dd39b46

Please sign in to comment.