From 7fe4a9e1d466319296e0d990e919b5e26ee44bba Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 29 Jun 2017 10:37:03 -0700 Subject: [PATCH] Zuulv3: Fix log urls more The UUID component was wrong. Change-Id: Ieb284708ba7249c19c73037ff8a0ff631fb4e66a --- zuul.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/zuul.yaml b/zuul.yaml index 115d401224..773a62a00d 100644 --- a/zuul.yaml +++ b/zuul.yaml @@ -33,9 +33,10 @@ # TODO(jeblair): This will only work for our current 6 digit # change numbers. We have a plan to do the formatting in the log # publishing playbook and pass the information back to zuul. That - # will obsolete this. - success-url: http://logs.openstack.org/{change.number[4]}{change.number[5]}/{change.number}/{change.patchset}/{pipeline.name}/{buildset.uuid}/ - failure-url: http://logs.openstack.org/{change.number[4]}{change.number[5]}/{change.number}/{change.patchset}/{pipeline.name}/{buildset.uuid}/ + # will obsolete this. Also the uuid thing is obviously + # ridiculous. That will be fixed too. + success-url: http://logs.openstack.org/{change.number[4]}{change.number[5]}/{change.number}/{change.patchset}/{pipeline.name}/{buildset.uuid[0]}{buildset.uuid[1]}{buildset.uuid[2]}{buildset.uuid[3]}{buildset.uuid[4]}{buildset.uuid[5]}{buildset.uuid[6]}/ + failure-url: http://logs.openstack.org/{change.number[4]}{change.number[5]}/{change.number}/{change.patchset}/{pipeline.name}/{buildset.uuid[0]}{buildset.uuid[1]}{buildset.uuid[2]}{buildset.uuid[3]}{buildset.uuid[4]}{buildset.uuid[5]}{buildset.uuid[6]}/ timeout: 1800 vars: zuul_workspace_root: /home/zuul