Auto merge of #20260 - servo:jdm-patch-11, r=asajeffrey

Run automated test for memory report charter.

No point in having tests if they don't get run.

<!-- 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/20260)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2018-03-15 11:07:40 -04:00 committed by GitHub
commit 1c7424d920
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -7,6 +7,7 @@ matrix:
script: script:
- ./mach test-tidy --no-progress --all - ./mach test-tidy --no-progress --all
- ./mach test-tidy --no-progress --self-test - ./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/check_no_panic.sh
- bash etc/ci/manifest_changed.sh - bash etc/ci/manifest_changed.sh
cache: false cache: false

View file

@ -45,6 +45,7 @@ mac-dev-unit:
- ./mach clean-cargo-cache --keep 3 --force - ./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 build --dev
- env PKG_CONFIG_PATH=/usr/local/opt/zlib/lib/pkgconfig ./mach test-unit - 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 package --dev
- ./mach build-geckolib - ./mach build-geckolib
- bash ./etc/ci/lockfile_changed.sh - bash ./etc/ci/lockfile_changed.sh
@ -109,6 +110,7 @@ linux-dev:
- ./mach test-tidy --no-progress --self-test - ./mach test-tidy --no-progress --self-test
- ./mach build --dev - ./mach build --dev
- ./mach test-unit - ./mach test-unit
- python ./etc/memory_reports_over_time.py --test
- ./mach package --dev - ./mach package --dev
- ./mach build --dev --no-default-features --features default-except-unstable - ./mach build --dev --no-default-features --features default-except-unstable
- ./mach build-geckolib - ./mach build-geckolib