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

Disable cmd line shell exit for gradle re-try logic #1847

Merged
merged 1 commit into from
Jun 10, 2020

Conversation

andrew-m-leonard
Copy link
Contributor

@andrew-m-leonard andrew-m-leonard commented Jun 10, 2020

Overnight build failure demonstrated set -e shell exit not disabled around gradlew retry logic:
https://ci.adoptopenjdk.net/view/Failing%20Builds/job/build-scripts/job/jobs/job/jdk11u/job/jdk11u-linux-aarch64-openj9/366/console

This PR adds set +e around the gradle retry

Signed-off-by: andrew-m-leonard andrew_m_leonard@uk.ibm.com

Signed-off-by: andrew-m-leonard <andrew_m_leonard@uk.ibm.com>
@karianna karianna added the bug Issues that are problems in the code as reported by the community label Jun 10, 2020
@karianna karianna added this to TODO in temurin-build via automation Jun 10, 2020
@karianna karianna added this to the June 2020 milestone Jun 10, 2020
@karianna karianna moved this from TODO to In Progress in temurin-build Jun 10, 2020
Copy link
Contributor

@karianna karianna left a comment

Choose a reason for hiding this comment

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

LGTM

@karianna karianna merged commit c33c533 into adoptium:master Jun 10, 2020
temurin-build automation moved this from In Progress to Done Jun 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that are problems in the code as reported by the community
Projects
No open projects
temurin-build
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants