From 7a78d18140c9df666c269bddd307b31fb0c98f05 Mon Sep 17 00:00:00 2001 From: Adam Valenta Date: Mon, 15 Apr 2024 15:46:10 +0200 Subject: [PATCH] GH-16154 - Use latest image in XGB benchmarks (#16157) 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. --- scripts/jenkins/groovy/defineTestStages.groovy | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/jenkins/groovy/defineTestStages.groovy b/scripts/jenkins/groovy/defineTestStages.groovy index 262aa4dddb73..e0a0dd38e8cd 100644 --- a/scripts/jenkins/groovy/defineTestStages.groovy +++ b/scripts/jenkins/groovy/defineTestStages.groovy @@ -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 ], [ @@ -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 ], [ @@ -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 ], [