Skip to content

Commit

Permalink
Update jenkins file to use updated docker image (#189)
Browse files Browse the repository at this point in the history
* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

* Update jenkins file to use updated docker image

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>

---------

Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com>
  • Loading branch information
gaiksaya committed Jul 10, 2023
1 parent 13149e8 commit 8784cc4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

### Added

- adding documentation for model group id @dhrubo-os ([#176](https://github.com/opensearch-project/opensearch-py-ml/pull/176))
- Adding documentation for model group id @dhrubo-os ([#176](https://github.com/opensearch-project/opensearch-py-ml/pull/176))

### Changed
- Update jenkins file to use updated docker image ([#189](https://github.com/opensearch-project/opensearch-py-ml/pull/189))

### Fixed
- Fix ModelUploader bug & Update model tracing demo notebook by @thanawan-atc in ([#185](https://github.com/opensearch-project/opensearch-py-ml/pull/185))
Expand Down
2 changes: 1 addition & 1 deletion jenkins/ml-models.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
{
docker {
label 'Jenkins-Agent-AL2-X64-C54xlarge-Docker-Host'
image 'opensearchstaging/ci-runner:release-centos7-clients-v2'
image 'opensearchstaging/ci-runner:release-centos7-clients-v4'
alwaysPull true
}
}
Expand Down
1 change: 1 addition & 0 deletions jenkins/release.JenkinsFile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ lib = library(identifier: 'jenkins@1.3.1', retriever: modernSCM([
]))

standardReleasePipelineWithGenericTrigger(
overrideDockerImage: 'opensearchstaging/ci-runner:release-centos7-clients-v4',
tokenIdCredential: 'jenkins-opensearch-py-ml-generic-webhook-token',
causeString: 'A tag was cut on opensearch-project/opensearch-py-ml repository causing this workflow to run',
downloadReleaseAsset: true,
Expand Down

0 comments on commit 8784cc4

Please sign in to comment.