Moving db_perf to before federation tests.

This commit is contained in:
Dessalines 2024-11-04 15:40:10 -05:00
parent 176b9af9a8
commit 8997119c4e

View file

@ -139,18 +139,6 @@ steps:
- diff tmp.schema crates/db_schema/src/schema.rs - diff tmp.schema crates/db_schema/src/schema.rs
when: *slow_check_paths when: *slow_check_paths
check_db_perf_tool:
image: *rust_image
environment:
LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home
commands:
# same as scripts/db_perf.sh but without creating a new database server
- export LEMMY_CONFIG_LOCATION=config/config.hjson
- cargo run --package lemmy_db_perf -- --posts 10 --read-post-pages 1
when: *slow_check_paths
cargo_clippy: cargo_clippy:
image: *rust_image image: *rust_image
environment: environment:
@ -214,6 +202,18 @@ steps:
- diff before.sqldump after.sqldump - diff before.sqldump after.sqldump
when: *slow_check_paths when: *slow_check_paths
check_db_perf_tool:
image: *rust_image
environment:
LEMMY_DATABASE_URL: postgres://lemmy:password@database:5432/lemmy
RUST_BACKTRACE: "1"
CARGO_HOME: .cargo_home
commands:
# same as scripts/db_perf.sh but without creating a new database server
- export LEMMY_CONFIG_LOCATION=config/config.hjson
- cargo run --package lemmy_db_perf -- --posts 10 --read-post-pages 1
when: *slow_check_paths
run_federation_tests: run_federation_tests:
image: node:22-bookworm-slim image: node:22-bookworm-slim
environment: environment: