From e5001df265c4814eb0ff94b6f49390ebe9cabc9b Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Wed, 21 Feb 2024 15:43:06 -0500 Subject: [PATCH] Switch AL2 to AL2023 agent and DockerHub to ECR images in ml-models.JenkinsFile (#377) * Switch AL2 to AL2023 agent and DockerHub to ECR images Signed-off-by: Peter Zhu * Add changelog Signed-off-by: Peter Zhu --------- Signed-off-by: Peter Zhu --- CHANGELOG.md | 1 + jenkins/ml-models.JenkinsFile | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc0a009fc..16b74dab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,6 +36,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Replaced usage of `is_datetime_or_timedelta_dtype` with `is_timedelta64_dtype` and `is_datetime64_any_dtype` by @rawwar ([#316](https://github.com/opensearch-project/opensearch-py-ml/pull/316)) - use try-except-else block for handling unexpected exceptions during integration tests by @rawwar([#370](https://github.com/opensearch-project/opensearch-py-ml/pull/370)) - Removed pandas version pin in nox tests by @rawwar ([#368](https://github.com/opensearch-project/opensearch-py-ml/pull/368)) +- Switch AL2 to AL2023 agent and DockerHub to ECR images in ml-models.JenkinsFile ([#377](https://github.com/opensearch-project/opensearch-py-ml/pull/377)) ### Fixed - Enable make_model_config_json to add model description to model config file by @thanawan-atc in ([#203](https://github.com/opensearch-project/opensearch-py-ml/pull/203)) diff --git a/jenkins/ml-models.JenkinsFile b/jenkins/ml-models.JenkinsFile index 78e6a1c33..eb9d5db7d 100644 --- a/jenkins/ml-models.JenkinsFile +++ b/jenkins/ml-models.JenkinsFile @@ -7,8 +7,9 @@ pipeline { agent { docker { - label 'Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host' + label 'Jenkins-Agent-AL2023-X64-C54xlarge-Docker-Host' image 'opensearchstaging/ci-runner:release-centos7-clients-v4' + registryUrl 'https://public.ecr.aws/' alwaysPull true } }