Skip to content

Commit a0b15c9

Browse files
committed
Bump release/master commit cut-off
1 parent 1e0b75c commit a0b15c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/job_queue/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ async fn create_benchmark_request_master_commits(
2727
) -> anyhow::Result<()> {
2828
let master_commits = &ctxt.get_master_commits().commits;
2929
// TODO; delete at some point in the future
30-
let cutoff: chrono::DateTime<Utc> = chrono::DateTime::from_str("2025-07-24T00:00:00.000Z")?;
30+
let cutoff: chrono::DateTime<Utc> = chrono::DateTime::from_str("2025-08-27T00:00:00.000Z")?;
3131

3232
for master_commit in master_commits {
3333
// We don't want to add masses of obsolete data
@@ -59,7 +59,7 @@ async fn create_benchmark_request_releases(
5959
.text()
6060
.await?;
6161
// TODO; delete at some point in the future
62-
let cutoff: chrono::DateTime<Utc> = chrono::DateTime::from_str("2025-06-01T00:00:00.000Z")?;
62+
let cutoff: chrono::DateTime<Utc> = chrono::DateTime::from_str("2025-08-27T00:00:00.000Z")?;
6363

6464
let releases: Vec<_> = releases
6565
.lines()

0 commit comments

Comments
 (0)