Adam Thorpe

Results 9 comments of Adam Thorpe

Seeing similar issues when upgrading to gradle 7.5. Reverting to gradle 7.4.2 fixed this issue for me

The correct convention is `openjdk version "11.0.6" 2020-01-14` which shouldn't differ. I downloaded the JDK 11.0.6 windows build from https://adoptopenjdk.net and it outputs the correct java -version information. @RohanIRathi could...

I'm confused, what's the problem with the current system here? The pipeline view will show green if it manages to publish any artifacts (even if there are failing child builds),...

Perhaps the unstable state if one or more builds have failed? Would that conflict with other Jenkins configurations?

I'll have a look into it, any other suggestions would be appreciated :)

Hi @smlambert, how does the testing infrastructure set a test run to `UNSTABLE` if one or more test suites fail? Does it manually set the job to `UNSTABLE` or use...

Also for anyone else following along, the `propogateFailures` variable is a boolean value that can be set in the pipeline configurations. From the looks of it here: https://github.com/AdoptOpenJDK/openjdk-build/blob/f55f08cc50451f6ea7477d0102859624ca972cf2/pipelines/build/common/build_base_file.groovy#L375 setting the...

> Setting propagateFailures to true achieves the goal of 'not blindly publishing if child jobs fail'. Would we want to not publish a set of nightly binaries if only a...