Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
7cab0564
Commit
7cab0564
authored
Jul 09, 2020
by
svistas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add job logs and remove fixture
parent
1b57ba65
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
338 deletions
+3
-338
qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
+0
-338
qa/qa/page/project/job/show.rb
qa/qa/page/project/job/show.rb
+3
-0
No files found.
qa/qa/fixtures/monitored_auto_devops/.gitlab-ci.yml
deleted
100644 → 0
View file @
1b57ba65
This diff is collapsed.
Click to expand it.
qa/qa/page/project/job/show.rb
View file @
7cab0564
...
...
@@ -23,6 +23,9 @@ module QA
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
)
job_log
=
find_element
(
:job_log_content
).
text
QA
::
Runtime
::
Logger
.
debug
(
"
\n\n
------- Job log: -------
\n\n
#{
job_log
}
\n
-------"
)
passed?
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment