Skip to content

Commit

Permalink
Auto merge of #386 - aneeshusa:test-android-packaging-on-auto, r=lars…
Browse files Browse the repository at this point in the history
…bergstrom

Test packaging on android builder

Our android-nightly builder has been busted for a long time, which meant
our packaging code was not being exercised. Also, the nightly builder
only runs once a day instead of on each build, which recently allowed
a regression to slip in due to an uncaught syntax error. To prevent
future regressions, test packaging on the android builder, which runs
on try and auto builds.

See servo/servo#11406 for the bug.
This should not be merged until that fix is merged and android-nightly has
had a chance to run, to ensure that packaging is no longer broken.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/386)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Jun 23, 2016
2 parents 8cf5982 + 3501d17 commit 7c2eeb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildbot/master/files/config/steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ linux-rel:

android:
- ./mach build --android --dev
- ./mach package --android --dev
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- python ./etc/ci/check_dynamic_symbols.py
Expand Down

0 comments on commit 7c2eeb8

Please sign in to comment.