summaryrefslogtreecommitdiffstats
path: root/jjb/infra/bifrost-cleanup-job.yml
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22jjb: infra: bifrost-cleanup-job: Fix job triggersMarkos Chandras1-11/+3
Add new trigger when a patchset is abandoned and drop the one for 'recheck' and 'reverify' comments since the logs will be eventually deleted when the patchset is merged or abandoned. Moreover, fix quoting for the BIFROST_GS_URL variable which prevented logs from being deleted properly. This fixes the following error: CommandException: No URLs matched: gs://artifacts.opnfv.org/cross-community-ci/openstack/bifrost/$GERRIT_NAME/$GERRIT_CHANGE_NUMBER/ Change-Id: I8f6ca7a9b2af4a7a4b204f15abf6a223144637a6
2017-02-13jjb: infra: bifrost-cleanup-job.yml: Add new bifrost cleanup jobMarkos Chandras1-0/+156
Add new job which will wipe the build logs from artifacts.opnfv.org once the proposed gerrit patchset is merged. This job is only triggered when a patchset is accepted and it can be executed on any of the bifrost slaves provided none of the bifrost-verify-* jobs is running. Change-Id: Ice708b978fbf283d5134f5cf7f7e1e541ec61003 Signed-off-by: Markos Chandras <mchandras@suse.de>