From 1a8507cadaffc6e1e500b8209a76f479d5d7f8ef Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Tue, 27 Feb 2018 12:10:24 -0500 Subject: [PATCH] Clean up after some disk-space intensive builds. --- etc/ci/buildbot_steps.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/ci/buildbot_steps.yml b/etc/ci/buildbot_steps.yml index 40da34c3305..a08fb2ad5b9 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -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: @@ -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