From ec5daacaa9b9b4dcd08db7583b2c61af2e5ec79b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Mar 2018 14:47:06 -0500 Subject: [PATCH] Run memory charting test on CI. --- 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 a08fb2ad5b9b..12ba8a4b8762 100644 --- a/etc/ci/buildbot_steps.yml +++ b/etc/ci/buildbot_steps.yml @@ -45,6 +45,7 @@ mac-dev-unit: - ./mach clean-cargo-cache --keep 3 --force - env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach build --dev - env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit + - python ./etc/memory_reports_over_time.py --test - ./mach package --dev - ./mach build-geckolib - bash ./etc/ci/lockfile_changed.sh @@ -109,6 +110,7 @@ linux-dev: - ./mach test-tidy --no-progress --self-test - ./mach build --dev - ./mach test-unit + - python ./etc/memory_reports_over_time.py --test - ./mach package --dev - ./mach build --dev --no-default-features --features default-except-unstable - ./mach build-geckolib