Commit ed5dbd63 authored by Ramya Authappan's avatar Ramya Authappan

Merge branch 'add-pipeline-job-logging' into 'master'

Add job logs and remove fixture

See merge request gitlab-org/gitlab!36418
parents 1d8a0495 7cab0564
This diff is collapsed.
...@@ -23,6 +23,9 @@ module QA ...@@ -23,6 +23,9 @@ module QA
raise "Timed out waiting for the build trace to load" unless loaded? raise "Timed out waiting for the build trace to load" unless loaded?
raise "Timed out waiting for the status to be a valid completed state" unless completed?(timeout: timeout) raise "Timed out waiting for the status to be a valid completed state" unless completed?(timeout: timeout)
job_log = find_element(:job_log_content).text
QA::Runtime::Logger.debug(" \n\n ------- Job log: ------- \n\n #{job_log} \n -------")
passed? passed?
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment