From fba4d551f7a94f45e5f41345784cb36cedb7980a Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 8 Jan 2016 17:17:48 -0500 Subject: [PATCH] Redirect test job output to directory The JJB 1.4.0 verify job issue we've been having appears to only affect stdout. Redirecting the output to an output directory does not cause the recursive error we see with __getattr__(). Also archive the job output in case we need to inspect them. See: http://lists.openstack.org/pipermail/openstack-infra/2016-January/003642.html Change-Id: I96dc3710dad4cb3d4d3d823d35d7719f4548836c Signed-off-by: Thanh Ha --- jjb/releng-jobs.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/releng-jobs.yaml b/jjb/releng-jobs.yaml index 55b7cbb09..9d832311c 100644 --- a/jjb/releng-jobs.yaml +++ b/jjb/releng-jobs.yaml @@ -68,10 +68,12 @@ source /opt/virtualenv/jenkins-job-builder/bin/activate pip freeze python scripts/jjb-autoupdate-project.py - jenkins-jobs test jjb/ + jenkins-jobs test -o job_output jjb/ - releng-check-unicode publishers: + - archive-artifacts: + artifacts: 'job_output/*' - email-notification: email-prefix: '[releng]' -- 2.36.6