From e1342e578ac608b8d1818f5d6ae8e5fcf3acdc5b Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Mon, 9 Dec 2019 06:18:12 -0500 Subject: [PATCH] Limit log archive pattern to top-level directory Signed-off-by: Lott, Christopher (cl778h) Change-Id: I86686e5577855e6ad0abe65d7daf9e3a7d9ce353 --- jjb/pti-rtp/pti-rtp.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/jjb/pti-rtp/pti-rtp.yaml b/jjb/pti-rtp/pti-rtp.yaml index 35c27ab0..f4ed03ea 100644 --- a/jjb/pti-rtp/pti-rtp.yaml +++ b/jjb/pti-rtp/pti-rtp.yaml @@ -24,6 +24,8 @@ mvn-site-id: site # use a centos with big memory; docker not required build-node: centos7-docker-2c-8g + # use a non-recursive pattern + archive-artifacts: '*.log' - project: <<: *pti_rtp_common @@ -41,7 +43,7 @@ name: pti-rtp-merge # demand 200GB storage build-node: centos7-docker-2c-8g-200g - # runs about 9 hours + # runs about 18 hours build-timeout: 1200 script: !include-raw-escape: - install-yocto-prereq-centos.sh -- 2.16.6