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

Build OpenSearch 2.0 daily and OpenSearch Dashboards 1.2.0 half-hourly. #850

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

dblock
Copy link
Member

@dblock dblock commented Nov 1, 2021

Signed-off-by: dblock dblock@amazon.com

Description

I'd like to start building OpenSearch 2.0 daily, and hopefully close #74 soon.

Check List

  • Commits are signed per the DCO using --signoff

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@@ -3,6 +3,7 @@ pipeline {
triggers {
parameterizedCron '''
H */2 * * * %INPUT_MANIFEST=1.2.0/opensearch-1.2.0.yml
0 1 * * * %INPUT_MANIFEST=2.0.0/opensearch-2.0.0.yml
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not recommended to run workflows at the exact time in Jenkins.
Suggest H 1 * * * if you want to run the task between 1 and 2 every day for 2.0.0.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you want to run 1:00 to 1:10 use H(0-10) * * * *.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated.

Signed-off-by: dblock <dblock@amazon.com>
@dblock
Copy link
Member Author

dblock commented Nov 1, 2021

Updated this to also build OpenSearch Dashboards 1.2.0, I don't think we need 1.1.0 anymore, that was just for building the infrastructure, cc: @kavilla.

@dblock dblock requested a review from kavilla November 1, 2021 21:02
@dblock dblock changed the title Build OpenSearch 2.0 daily. Build OpenSearch 2.0 daily and OpenSearch Dashboards hourly. Nov 1, 2021
@dblock dblock changed the title Build OpenSearch 2.0 daily and OpenSearch Dashboards hourly. Build OpenSearch 2.0 daily and OpenSearch Dashboards half-hourly. Nov 1, 2021
@dblock dblock changed the title Build OpenSearch 2.0 daily and OpenSearch Dashboards half-hourly. Build OpenSearch 2.0 daily and OpenSearch Dashboards 1.2.0 half-hourly. Nov 1, 2021
@dblock dblock merged commit 3787942 into opensearch-project:main Nov 2, 2021
@dblock dblock deleted the build-opensearch-2.0 branch November 2, 2021 00:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lower CI Java Version to Java 11
3 participants