Skip to content

Commit

Permalink
Auto merge of #20135 - servo:jdm-patch-13, r=Manishearth
Browse files Browse the repository at this point in the history
Clean up after some disk-space intensive builds.

This should help the ongoing disk usage problems.

<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20135)
<!-- Reviewable:end -->
  • Loading branch information
bors-servo committed Feb 27, 2018
2 parents 030509e + 1a8507c commit 068c1eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions etc/ci/buildbot_steps.yml
Expand Up @@ -116,6 +116,7 @@ linux-dev:
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- bash ./etc/ci/check_no_panic.sh
- ./etc/ci/clean_build_artifacts.sh

linux-rel-wpt:
env:
Expand Down Expand Up @@ -146,6 +147,7 @@ linux-rel-css:
- ./mach test-stylo --release
- bash ./etc/ci/lockfile_changed.sh
- bash ./etc/ci/manifest_changed.sh
- ./etc/ci/clean_build_artifacts.sh

linux-nightly:
- ./mach clean-nightlies --keep 3 --force
Expand Down

0 comments on commit 068c1eb

Please sign in to comment.