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:
Kumar, Harish
2025-11-28 21:19:15 +05:30
committed by GitHub
parent edf64e2b89
commit 1b15f940aa

View File

@@ -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/.*",