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>
# for a Gerrit-based Python project to verify commits using tox.
jobs:
- - gerrit-python-xc-clm
- gerrit-tox-verify
- gerrit-tox-merge
# for a Github-based Python project to verify commits using tox.
jobs:
- - github-python-xc-clm
- github-tox-verify
- github-tox-merge
--- /dev/null
+---
+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.