Move openstack-cron job to global-jjb 89/12089/10
authorThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 2 Aug 2018 22:23:02 +0000 (18:23 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Sat, 18 Aug 2018 01:52:24 +0000 (21:52 -0400)
commitd7b9a7cbd308d3d7d0174b5556ef6a53c744cf26
tree38e91eeb7eb7b81da82d3f5c3fc1492a2e576482
parent75cd5909da184179c77a55d1909f7159d9eea34b
Move openstack-cron job to global-jjb

Move OpenDaylight's builder-openstack-cron job to global-jjb. This is
an initial patch that only migrates the "image-protection" script.

image-protection is used to parse jenkins-config/ and jjb/ directories
for any mention of images starting with "ZZCI" and flagging them as
protected. The assumption here is that ZZCI images are CI managed
and if they are referred to anywher by anything then they are
effectively considered in-use and should not be deletable so flag
them as "protected: true" in OpenStack.

Change-Id: Ib706663f0c08bd7a9160b0a6ce69dcd3b802f8f5
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
.jjb-test/lf-ci-jobs.yaml
docs/jjb/lf-ci-jobs.rst
jjb/lf-ci-jobs.yaml
shell/openstack-install.sh [new file with mode: 0644]
shell/openstack-protect-in-use-images.sh [new file with mode: 0644]