From 905f94abe3b3d8f6a9a2295fbd522cb8c2284cef Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Mar 2018 14:45:30 -0500 Subject: [PATCH 1/3] Run automated test for memory report charter. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 56f688adaa3..5812761a358 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ matrix: - ./mach clean - ./mach build-geckolib - ./mach test-stylo + - python ./etc/memory_reports_over_time.py --test - bash etc/ci/lockfile_changed.sh cache: directories: From ec5daacaa9b9b4dcd08db7583b2c61af2e5ec79b Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Mar 2018 14:47:06 -0500 Subject: [PATCH 2/3] 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 a08fb2ad5b9..12ba8a4b876 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 From fcd7399ad11cc787a32faf7176b813ddac85fd42 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Fri, 9 Mar 2018 15:05:16 -0500 Subject: [PATCH 3/3] Move the TravisCI test to the quick group. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5812761a358..0f19ada7e32 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ matrix: script: - ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --self-test + - python ./etc/memory_reports_over_time.py --test - bash etc/ci/check_no_panic.sh - bash etc/ci/manifest_changed.sh cache: false @@ -26,7 +27,6 @@ matrix: - ./mach clean - ./mach build-geckolib - ./mach test-stylo - - python ./etc/memory_reports_over_time.py --test - bash etc/ci/lockfile_changed.sh cache: directories: