summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--post-build-report.yaml19
1 files changed, 19 insertions, 0 deletions
diff --git a/post-build-report.yaml b/post-build-report.yaml
index 62281f2..e275cee 100644
--- a/post-build-report.yaml
+++ b/post-build-report.yaml
@@ -44,9 +44,28 @@
flatten: true
which-build: specific-build
build-number: ${SOURCE_BUILD_NUMBER}
+ - copyartifact:
+ project: ${SOURCE_PROJECT_NAME}
+ filter: 'boot_oat_size*'
+ target: artifacts
+ optional: true
+ flatten: true
+ which-build: specific-build
+ build-number: ${SOURCE_BUILD_NUMBER}
+ - copyartifact:
+ project: ${SOURCE_PROJECT_NAME}
+ filter: 'avg_oat_time*'
+ target: artifacts
+ optional: true
+ flatten: true
+ which-build: specific-build
+ build-number: ${SOURCE_BUILD_NUMBER}
- shell: |
#!/bin/bash
# Send to art-reports
+ rm pinned-manifest.xml
+ rm boot_oat_size*
+ rm avg_oat_size*
rm -rf pbr
git clone git://git.linaro.org/people/milosz.wasilewski/post-build-report.git pbr
python pbr/post-build-report.py