Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Central promotion workflow failed #4801

Closed
gaiksaya opened this issue Jun 25, 2024 · 1 comment · Fixed by #4812
Closed

[Bug]: Central promotion workflow failed #4801

gaiksaya opened this issue Jun 25, 2024 · 1 comment · Fixed by #4812
Assignees
Labels
bug Something isn't working

Comments

@gaiksaya
Copy link
Member

Describe the bug

The recent change merged failed in central promotion workflow for 2.15.0 with below errors:

Could not instantiate {wait=true, job=docker-promotion, parameters=[@string(name=SOURCE_IMAGES,value=opensearch:2.15.0.9992, opensearch-dashboards:2.15.0.7749), @string(name=RELEASE_VERSION,value=2.15.0), @string(name=DOCKER_HUB_PROMOTE,value=true), @string(name=ECR_PROMOTE,value=true), @string(name=TAG_LATEST,value=true), @string(name=TAG_MAJOR_VERSION,value=true)]} for org.jenkinsci.plugins.workflow.support.steps.build.BuildTriggerStep: java.lang.IllegalArgumentException: Could not instantiate {name=DOCKER_HUB_PROMOTE, value=true} for hudson.model.StringParameterValue: java.lang.ClassCastException: hudson.model.StringParameterValue.value expects class java.lang.String but received class java.lang.Boolean

Also cloudfront invalidation is for wrong cloudfront

To reproduce

https://build.ci.opensearch.org/blue/organizations/jenkins/central-release-promotion/detail/central-release-promotion/9/pipeline

Expected behavior

Should succeed without any failures

Screenshots

If applicable, add screenshots to help explain your problem.

Host / Environment

No response

Additional context

No response

Relevant log output

No response

@gaiksaya gaiksaya added bug Something isn't working untriaged Issues that have not yet been triaged labels Jun 25, 2024
@gaiksaya gaiksaya self-assigned this Jun 25, 2024
@gaiksaya gaiksaya removed the untriaged Issues that have not yet been triaged label Jun 25, 2024
@github-actions github-actions bot added the untriaged Issues that have not yet been triaged label Jun 25, 2024
@peterzhuamazon peterzhuamazon moved this to What can be improved 🟡 in OpenSearch Project Retrospective Jun 25, 2024
@peterzhuamazon peterzhuamazon moved this from What can be improved 🟡 to Action items ✍ in OpenSearch Project Retrospective Jun 25, 2024
@peterzhuamazon
Copy link
Member

Hi,

Just to list a few here for improvements:

  1. Docker promotion trigger error as seen in description
  2. Cloudfront invalidation has some wrong triggers
  3. Even with parallel runs some promotion runs just longer than others, need to either increase the amount of agent executors or change the order of the runs.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: ✅ Done
Status: Action items ✍
Development

Successfully merging a pull request may close this issue.

2 participants