diff options
author | Rob Herring <robh@kernel.org> | 2016-06-03 07:53:53 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2016-06-03 07:58:09 -0500 |
commit | 3f75eb67b9d30df2b7720214212df235224efbff (patch) | |
tree | b26201c4c6ff6e333fa289af888d44a35e490479 /robher-aosp.yaml | |
parent | e9364cab05780a430356335c902ace6f444bf8bd (diff) | |
download | configs-3f75eb67b9d30df2b7720214212df235224efbff.tar.gz |
robher-aosp: remove some post build steps
Remove archiving artifacts and fingerprinting step. We just care about
build passing or failing.
Also delete external/mesa3d in case we had a merge failure. Seems repo
-f and --force-sync options don't override that.
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'robher-aosp.yaml')
-rw-r--r-- | robher-aosp.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/robher-aosp.yaml b/robher-aosp.yaml index 7531b7a73..69cd9a184 100644 --- a/robher-aosp.yaml +++ b/robher-aosp.yaml @@ -61,6 +61,7 @@ # Clean any artifacts related to previous build rm -rf out/target/product/*/system/ out/target/product/*/data/ out/target/product/*/*.xml out/target/product/*/obj/kernel/ rm -rf out/target/product/*/*.zip out/target/product/*/*.img out/target/product/*/*.xz + rm -rf external/mesa3d/ # Runs as ubuntu repo init -u https://android.googlesource.com/platform/manifest -b master @@ -99,15 +100,10 @@ echo "Build for mesa rev ${rev} finished." exit $failed publishers: - - archive: - artifacts: '*.xml' - latest-only: true - logparser: parse-rules: '/var/lib/jenkins/userContent/android.parse' unstable-on-warning: false fail-on-error: false - - fingerprint: - files: 'build/fingerprints/*' - email: recipients: 'rob.herring@linaro.org vishal.bhoj@linaro.org' - email-ext: |