Some jobs are hard to analyze as some variables are showing their values by default (which in some cases is the full log), multiple times in a single step.
If we'd like to debug with tracing, we can re-run a job with debugging on.
Solution
Remove the shell option with -x in most of the integration testing jobs
Motivation
Some jobs are hard to analyze as some variables are showing their values by default (which in some cases is the full log), multiple times in a single step.
If we'd like to debug with tracing, we can re-run a job with debugging on.
Solution
shell
option with-x
in most of the integration testing jobsTests
PR Author's Checklist
PR Reviewer's Checklist