Skip to content

Commit

Permalink
Switch gradle check to 15 max parallel runs (#2381)
Browse files Browse the repository at this point in the history
* Switch gradle check to 15 max parallel runs

Signed-off-by: Peter Zhu <[email protected]>

* Update template lines

Signed-off-by: Peter Zhu <[email protected]>

* Update template lines

Signed-off-by: Peter Zhu <[email protected]>

* Update template lines

Signed-off-by: Peter Zhu <[email protected]>

* Update template lines

Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Jul 29, 2022
1 parent d07e3f4 commit 9281ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/release_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ To aid in understanding the state of the release there is a table with status in
- [ ] Increment each component version to {{ env.VERSION }} and ensure working CI in component repositories.
- [ ] Make pull requests to add each component to [manifests/{{ env.VERSION }}/opensearch-{{ env.VERSION }}.yml](/opensearch-project/opensearch-build/tree/main/manifests/{{ env.VERSION }}/opensearch-{{ env.VERSION }}.yml) and [manifests/{{ env.VERSION }}/opensearch-dashboards-{{ env.VERSION }}.yml](/opensearch-project/opensearch-build/tree/main/manifests/{{ env.VERSION }}/opensearch-dashboards-{{ env.VERSION }}.yml) with the corresponding checks.
- [ ] OpenSearch / OpenSearch-Dashboards core and components teams finalize their features
- [ ] OpenSearch / OpenSearch-Dashboards core cut branch `<MajorVersion>.<MinorVersion>` early.

### Campaigns

Expand All @@ -60,6 +61,7 @@ __REPLACE with OpenSearch wide initiatives to improve quality and consistency.__

### Release testing - _Ends __REPLACE_RELEASE-minus-6-days___

- [ ] All components should have cut branch `<MajorVersion>.<MinorVersion>` for the release.
- [ ] Declare a release candidate build, and provide the instructions with the release candidates for teams on testing (__REPLACE_RELEASE-minus-8-days__).
- [ ] Stop builds for this version of OpenSearch and/or OpenSearch Dashboards in order to avoid accidental commits going in unknowingly. Restart only if necessary else manually run the build workflow and declare new release candidate.
- [ ] Sanity Testing (__REPLACE_RELEASE-minus-8-days__ - __REPLACE_RELEASE-minus-6-days__): Sanity testing and fixing of critical issues found by teams. Teams test their components within the distribution, ensuring integration, backwards compatibility, and perf tests pass.
Expand Down
2 changes: 1 addition & 1 deletion jenkins/gradle/gradle-check.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
categories: [],
limitOneJobWithMatchingParams: false,
maxConcurrentPerNode: 0,
maxConcurrentTotal: 50,
maxConcurrentTotal: 15,
paramsToUseForLimit: '',
throttleEnabled: true,
throttleOption: 'project',
Expand Down

0 comments on commit 9281ac3

Please sign in to comment.