Commit 0a33122c authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'acunskis-prevent-label-inference' into 'master'

Assign label to reliable report issue so group label is not inferred

See merge request gitlab-org/gitlab!79549
parents f3273fcf 45acb3be
...@@ -58,7 +58,7 @@ module QA ...@@ -58,7 +58,7 @@ module QA
{ {
title: "Reliable e2e test report", title: "Reliable e2e test report",
description: report_issue_body, description: report_issue_body,
labels: "Quality,test,type::maintenance,reliable test report" labels: "Quality,test,type::maintenance,reliable test report,automation:devops-mapping-disable"
}, },
headers: { "PRIVATE-TOKEN" => gitlab_access_token } headers: { "PRIVATE-TOKEN" => gitlab_access_token }
) )
......
...@@ -167,7 +167,7 @@ describe QA::Tools::ReliableReport do ...@@ -167,7 +167,7 @@ describe QA::Tools::ReliableReport do
payload: { payload: {
title: "Reliable e2e test report", title: "Reliable e2e test report",
description: issue_body, description: issue_body,
labels: "Quality,test,type::maintenance,reliable test report" labels: "Quality,test,type::maintenance,reliable test report,automation:devops-mapping-disable"
} }
) )
expect(slack_notifier).to have_received(:post).with( expect(slack_notifier).to have_received(:post).with(
......
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