-
Notifications
You must be signed in to change notification settings - Fork 729
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 OpenJ9 build for Windows #16334
Conversation
@AdamBrousseau please review, thank you!. |
ce756f6
to
9191983
Compare
Jenkins compile win jdk8,jdk11,jdk17 |
461920d
to
ec852e0
Compare
Jenkins compile win jdk8,jdk11,jdk17 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is good with me now. I would like a sign-off from @pshipton as well though. Once we let it soak a few days we can roll out more machines and delete the old ones, also pending Pete's approval.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bump @pshipton for sign-off
buildenv/jenkins/common/build.groovy
Outdated
println("Attempt to recompile, retry: ${retryCounter}") | ||
|
||
try { | ||
_ sh "make clean && ${get_compile_command()}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is an underscore in the first column here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thank you!
Removed.
buildenv/jenkins/common/build.groovy
Outdated
return false | ||
} | ||
|
||
def recompile(startTime) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did we want to do something with startTime, such as print it out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise it's not used, so could be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed
Update configuration for windows platform, switch bootjdk installation directory to default location (home directory) for Windows machines. Add optional error handling for intermittent failures. Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
jenkins compile win jdk8 |
Update configuration for windows platform, switch bootjdk installation
directory to default location (home directory) for Windows machines.
Add optional error handling for intermittent failures.
Signed-off-by: Violeta Sebe vsebe@ca.ibm.com