Skip to content

Commit

Permalink
Switch AL2 to AL2023 agent and DockerHub to ECR images in ml-models.J…
Browse files Browse the repository at this point in the history
…enkinsFile (opensearch-project#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]>
  • Loading branch information
peterzhuamazon authored Feb 21, 2024
1 parent e0b1bcf commit e5001df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
3 changes: 2 additions & 1 deletion jenkins/ml-models.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
Expand Down

0 comments on commit e5001df

Please sign in to comment.