You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Galasa contributor, I want to see as much output from the Gradle builds and be able to access the log and JUnit HTML report, so that I can diagnose and debug any build issues that might occur.
Background
We have just completed the Gradle uplift for Galasa meaning Galasa source can be built with Gradle 8+ as well as 6. Whilst making the requested enhancements from Mike, we should upgrade the version of Gradle we are building with to 8.9 in the same PR.
Workflows with Gradle steps:
gradle
framework
extensions
managers
cli
webui
integratedtests
Tasks (complete for all Gradle-based workflows)
Add the --info flag to the Gradle commands to see the exact cause of any failures
Export the Gradle text log and use the upload-artefact action to upload it to the workflow so the actions user can see if anything went wrong
Upgrade the version of Gradle used to 8.9 from 6.9.2 in the setup-gradle step
Upgrade the version of Java used to 17 from 11 in the setup-java step
The text was updated successfully, but these errors were encountered:
Story
As a Galasa contributor, I want to see as much output from the Gradle builds and be able to access the log and JUnit HTML report, so that I can diagnose and debug any build issues that might occur.
Background
We have just completed the Gradle uplift for Galasa meaning Galasa source can be built with Gradle 8+ as well as 6. Whilst making the requested enhancements from Mike, we should upgrade the version of Gradle we are building with to 8.9 in the same PR.
Workflows with Gradle steps:
Tasks (complete for all Gradle-based workflows)
--info
flag to the Gradle commands to see the exact cause of any failuresThe text was updated successfully, but these errors were encountered: