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

Update gradle file and add cron to verison increment workflow #2623

Merged

Conversation

prudhvigodithi
Copy link
Collaborator

Signed-off-by: prudhvigodithi [email protected]

Description

Two changes being pushed with this PR:

  • Update the gradle file jobs section clean thats not being used and add test tasks parallel execution, with this parallel execution all jenkins tests would run in parallel saving some time.
    Note: There is no dependency of execution for each task, which are isolated and hence can be called parallel.

  • Trigger version increment workflow with cron - cron: 0 0 * * * (daily), so that all the branch entries part of the workflow are periodically checked if the version is different from core, if different it will [AUTO] raise a version increment PR
    Note: There are chances, API limits might exceed, but this needs to be tested and we go through multiple runs

Issues Resolved

Part of: #1375

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.

@prudhvigodithi prudhvigodithi requested a review from a team as a code owner September 15, 2022 03:25
@prudhvigodithi prudhvigodithi merged commit 15694e9 into opensearch-project:main Sep 15, 2022
Divyaasm pushed a commit to Divyaasm/opensearch-build that referenced this pull request Sep 16, 2022
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.

2 participants