summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-10 13:00:52 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2016-06-10 13:02:05 +0100
commit8f59ad4a35fafd523c9d2b1f406a963c9bce048f (patch)
tree26531e7e741a0f835bae10564e9e448375160d26
parent32787e435dba4b6e823dfb90468fab850bf70321 (diff)
added support for copying boot size artifacts
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
-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