Fix: Add stream value to golang clm job name 84/73384/5 v0.91.1
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Mon, 13 Jan 2025 22:51:33 +0000 (16:51 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Mon, 13 Jan 2025 23:30:54 +0000 (17:30 -0600)
Issue: RELENG-5667
Signed-off-by: Kevin Sandi <ksandi@contractor.linuxfoundation.org>
Change-Id: Ib306736bbf07378c82c0933a0935cce5c28f7b2b

docs/jjb/lf-go-jobs.rst
jjb/lf-go-jobs.yaml
releasenotes/notes/update-go-clm-job-31f1815caeb8463a.yaml [new file with mode: 0644]

index 9993bd6..9b88d6b 100644 (file)
@@ -123,7 +123,7 @@ Job which runs a CLM scan over a Golang project.
 
 :Template Names:
 
-    - {project-name}-nexus-iq-go-clm
+    - {project-name}-nexus-iq-go-clm-{stream}
     - gerrit-nexus-iq-go-clm
 
 :Comment Trigger: run-clm
index 3796fb5..81e10aa 100644 (file)
           nexus-iq-project-name: "{nexus-iq-namespace}{project-name}"
 
 - job-template:
-    name: "{project-name}-nexus-iq-go-clm"
+    name: "{project-name}-nexus-iq-go-clm-{stream}"
     id: gerrit-nexus-iq-go-clm
     <<: *lf_go_common
     <<: *lf_nexus_iq_go_clm
diff --git a/releasenotes/notes/update-go-clm-job-31f1815caeb8463a.yaml b/releasenotes/notes/update-go-clm-job-31f1815caeb8463a.yaml
new file mode 100644 (file)
index 0000000..4102444
--- /dev/null
@@ -0,0 +1,5 @@
+---
+fixes:
+  - |
+    Update Golang CLM job name to include stream name so
+    Jenkins CLM filter can include it with other clm jobs.