Skip to content

Conversation

@demery-pivotal
Copy link
Contributor

In my earlier commit to upgrade Gradle to v6.8.3, I inadvertently
removed the -PdunitParallelForks option from the build and test CI
scripts.

Some PRs do not yet include the Gradle upgrade. Without this option, the
Dockerized tests for those those PRs use only 8 test workers. Those
test tasks will likely time out.

The CI scripts must continue to specify -PdunitParallelForks=<N> until
all PRs include the Gradle upgrade.

Authored-by: Dale Emery demery@vmware.com

Thank you for submitting a contribution to Apache Geode.

In order to streamline the review of the contribution we ask you
to ensure the following steps have been taken:

For all changes:

  • Is there a JIRA ticket associated with this PR? Is it referenced in the commit message?

  • Has your PR been rebased against the latest commit within the target branch (typically develop)?

  • Is your initial contribution a single, squashed commit?

  • Does gradlew build run cleanly?

  • Have you written or updated unit tests to verify your changes?

  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Note:

Please ensure that once the PR is submitted, check Concourse for build issues and
submit an update to your PR as soon as possible. If you need help, please send an
email to dev@geode.apache.org.

In my earlier commit to upgrade Gradle to v6.8.3, I inadvertently
removed the `-PdunitParallelForks` option from the build and test CI
scripts.

Some PRs do not yet include the Gradle upgrade. Without this option, the
Dockerized tests for those those PRs use only 8 test workers. Those
test tasks will likely time out.

The CI scripts must continue to specify `-PdunitParallelForks=<N>` until
all PRs include the Gradle upgrade.

Authored-by: Dale Emery <demery@vmware.com>
@demery-pivotal demery-pivotal requested a review from a user April 16, 2021 18:33
Copy link
Contributor

@onichols-pivotal onichols-pivotal left a comment

Choose a reason for hiding this comment

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

I hope this is more permanent than temporary. The develop PR pipeline serves all support branches, which means for at least two more years it will need to be able to run old gradle as well as new.

@demery-pivotal demery-pivotal merged commit e65228f into apache:develop Apr 16, 2021
@demery-pivotal demery-pivotal deleted the geode-8899/dunitParallelForks branch April 16, 2021 19:59
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