Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rel-3.46.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
h2o-ops committed Apr 16, 2024
2 parents a325945 + 7a78d18 commit 9ad701f
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 9ad701f

Please sign in to comment.