Skip to content

Fix integration tests execution in azure

saketh somaraju requested to merge az/sa-fix-it into master
  • Previously integration test job logs are output to the job log which caused issues with limitation of job log that could be captured.
  • This MR captures the log to a file for azure integration test and produces as an artifact instead of logging in the job log
  • Tested with 2255165
Edited by saketh somaraju

Merge request reports