gradle-enterprise-build-validation-scripts icon indicating copy to clipboard operation
gradle-enterprise-build-validation-scripts copied to clipboard

Enable debug logging for the validation scripts when GitHub Actions debug logging is enabled

Open tylerbertrand opened this issue 1 year ago • 0 comments

Currently the GitHub actions for executing the experiments does not include a way to enable debug logging for the validation scripts. This is problematic if there is an issue that only reproduces in CI. This PR updates the experiment actions to read the default environment variable RUNNER_DEBUG to toggle debug logging for the validation scripts. If jobs are re-run with the "Enable debug logging" box checked, the RUNNER_DEBUG environment variable is set, and debug logging will be enabled for the validation scripts.

tylerbertrand avatar May 02 '24 19:05 tylerbertrand