Peter Zhu

Results 203 comments of Peter Zhu

More exit criteria needs to added with different options, due to this can cause a lot of github API calls by the bot.

Similar to https://github.com/opensearch-project/opensearch-build/issues/4455 on the fundamental of github app. Add together.

The invalidation here is mainly on the metadata files for YUM and APT repo, as part of the end call of https://build.ci.opensearch.org/job/distribution-promote-repos/. Maybe this too: https://build.ci.opensearch.org/job/publish-opensearch-min-snapshots/

> Maybe we can add `cfInvalidate(distribution:'someDistributionId', paths:['/*'], waitForCompletion: true)` after this line https://github.com/opensearch-project/opensearch-build-libraries/blob/2.0.2/vars/promoteRepos.groovy#L213 > > We will need to do AWS CLI to retrieve the CloudFront Distribution Id first, maybe...

Only partially resolved this issue in PR: * #3590 * #3593

We have implemented the OSD side of configs already. As for OS configs during OSD test there does not seems to have a specific need from plugins. Will close this...

Seems like there is a use case here: * https://github.com/opensearch-project/opensearch-build/pull/4402

Put it to pending now as it might be able to solve just by using `exec` to start process. See issue comments. Thanks.