Skip to content

Commit e5001df

Browse files
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 <[email protected]> * Add changelog Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: Peter Zhu <[email protected]>
1 parent e0b1bcf commit e5001df

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
3636
- 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))
3737
- 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))
3838
- Removed pandas version pin in nox tests by @rawwar ([#368](https://github.com/opensearch-project/opensearch-py-ml/pull/368))
39+
- 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))
3940

4041
### Fixed
4142
- 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))

jenkins/ml-models.JenkinsFile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ pipeline {
77
agent
88
{
99
docker {
10-
label 'Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host'
10+
label 'Jenkins-Agent-AL2023-X64-C54xlarge-Docker-Host'
1111
image 'opensearchstaging/ci-runner:release-centos7-clients-v4'
12+
registryUrl 'https://public.ecr.aws/'
1213
alwaysPull true
1314
}
1415
}

0 commit comments

Comments
 (0)