Drop removed CLM jobs from python job groups 46/63746/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Tue, 21 Apr 2020 19:55:20 +0000 (15:55 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Tue, 21 Apr 2020 20:10:17 +0000 (16:10 -0400)
Drop jobs gerrit-python-xc-clm and github-python-xc-clm from
the two python job groups. Those templates were replaced by
gerrit-tox-nexus-iq-clm and github-tox-nexus-iq-clm. Not adding
those templates to the job groups because successful use requires
additional project configuration to report the package requirements.

Totally baffling that the tox test didn't catch this botch in the
change set that removed those templates.

Change-Id: Ibea19818ebf45cfc541cf910fe90cc3b1b3579ca
Issue-ID: RELENG-2821
Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
jjb/lf-python-job-groups.yaml
releasenotes/notes/tox-nexus-iq-python-job-groups-3fda2e30d7f3e5ef.yaml [new file with mode: 0644]

index ad02235..11b3110 100644 (file)
@@ -6,7 +6,6 @@
     # for a Gerrit-based Python project to verify commits using tox.
 
     jobs:
-      - gerrit-python-xc-clm
       - gerrit-tox-verify
       - gerrit-tox-merge
 
@@ -17,7 +16,6 @@
     # for a Github-based Python project to verify commits using tox.
 
     jobs:
-      - github-python-xc-clm
       - github-tox-verify
       - github-tox-merge
 
diff --git a/releasenotes/notes/tox-nexus-iq-python-job-groups-3fda2e30d7f3e5ef.yaml b/releasenotes/notes/tox-nexus-iq-python-job-groups-3fda2e30d7f3e5ef.yaml
new file mode 100644 (file)
index 0000000..822e7d8
--- /dev/null
@@ -0,0 +1,15 @@
+---
+fixes:
+  - |
+    Drop jobs gerrit-python-xc-clm and github-python-xc-clm from
+    the two python job groups. Those templates were replaced by
+    gerrit-tox-nexus-iq-clm and github-tox-nexus-iq-clm. Not adding
+    those templates to the job groups because successful use requires
+    additional project configuration to report the package requirements.
+
+upgrade:
+  - |
+    Before upgrading to this version of global-jjb, must remove any uses
+    of the job templates named above.  These jobs did not yield any results,
+    so it's unlikely they were being used, and dropping them entirely
+    should not cause any loss of information.