mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Update ai_coverity.json file with project as AOCL_RELEASE and email recipients with blank (#277)
This PR updates the ai_coverity.json configuration file by restricting the 'projects' list to only include 'AOCL_RELEASE' and clearing out the 'email_recipients' field. The changes align with ticket CPUPL-7574, ensuring that only the necessary project is monitored, and no emails are automatically sent.
This commit is contained in:
4
.github/.ai_pr_platform/ai_coverity.json
vendored
4
.github/.ai_pr_platform/ai_coverity.json
vendored
@@ -1,12 +1,12 @@
|
||||
{
|
||||
"csg": {
|
||||
"server": "http://jenkinserver.amd.com:8082",
|
||||
"projects": ["AOCL_RELEASE", "AOCL_OPENSOURCE", "AOCL_INTERNAL"],
|
||||
"projects": ["AOCL_RELEASE"],
|
||||
"default_branch": "amd-main",
|
||||
"default_issue_types": [],
|
||||
"formatting": {
|
||||
"ticket_id": "CPUPL-7574",
|
||||
"email_recipients": ["dl.gcr.aocl.blis.rw@amd.com"],
|
||||
"email_recipients": [],
|
||||
"path_extraction_pattern": [
|
||||
"aocl_dtl/.*",
|
||||
"bench/.*",
|
||||
|
||||
Reference in New Issue
Block a user