Merge "Limit log archive pattern to top-level directory"
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 12 Dec 2019 11:59:42 +0000 (11:59 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Thu, 12 Dec 2019 11:59:42 +0000 (11:59 +0000)
jjb/pti-rtp/pti-rtp.yaml

index 35c27ab..f4ed03e 100644 (file)
@@ -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