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
a9b737ed
Commit
a9b737ed
authored
Feb 21, 2022
by
Andrejs Cunskis
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add automation:ml label to reliable spec reports
parent
7c76a043
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
qa/qa/tools/reliable_report.rb
qa/qa/tools/reliable_report.rb
+1
-1
qa/spec/tools/reliable_report_spec.rb
qa/spec/tools/reliable_report_spec.rb
+1
-1
No files found.
qa/qa/tools/reliable_report.rb
View file @
a9b737ed
...
...
@@ -56,7 +56,7 @@ module QA
{
title:
"Reliable e2e test report"
,
description:
report_issue_body
,
labels:
"Quality,test,type::maintenance,reliable test report,automation:
devops-mapping-disable
"
labels:
"Quality,test,type::maintenance,reliable test report,automation:
ml
"
},
headers:
{
"PRIVATE-TOKEN"
=>
gitlab_access_token
}
)
...
...
qa/spec/tools/reliable_report_spec.rb
View file @
a9b737ed
...
...
@@ -167,7 +167,7 @@ describe QA::Tools::ReliableReport do
payload:
{
title:
"Reliable e2e test report"
,
description:
issue_body
,
labels:
"Quality,test,type::maintenance,reliable test report,automation:
devops-mapping-disable
"
labels:
"Quality,test,type::maintenance,reliable test report,automation:
ml
"
}
)
expect
(
slack_notifier
).
to
have_received
(
:post
).
with
(
...
...
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