mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
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:
commit
1c7424d920
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue