Merge "Drop removed CLM jobs from python job groups"
authorEric Ball <eball@linuxfoundation.org>
Tue, 21 Apr 2020 20:37:13 +0000 (20:37 +0000)
committerGerrit Code Review <gerrit@linuxfoundation.org>
Tue, 21 Apr 2020 20:37:13 +0000 (20:37 +0000)
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.