From 2452314f208ca72675762394d28304cbbba495e6 Mon Sep 17 00:00:00 2001 From: konsti Date: Mon, 29 Jul 2024 13:48:38 +0200 Subject: [PATCH] Add exclude-newer to benches case priming (#5554) Uses the same cutoff that the benchmark itself uses --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f19b72bb2..baa799080 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1487,7 +1487,7 @@ jobs: sudo apt-get update sudo apt-get install -y libsasl2-dev libldap2-dev libkrb5-dev cargo run --bin uv -- venv --cache-dir .cache - cargo run --bin uv -- pip compile scripts/requirements/airflow.in --cache-dir .cache + cargo run --bin uv -- pip compile scripts/requirements/airflow.in --exclude-newer 2024-06-20 --cache-dir .cache - name: "Build benchmarks" run: cargo codspeed build --features codspeed -p bench