From 7e8b7626c955e35358c6b1615f287e5b336e389c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Gilbert?= Date: Fri, 11 Oct 2024 14:02:08 +0200 Subject: [PATCH] Bench: do not save profiles from OLD as artifacts We are getting close to the 500MB compressed limit for artifacts, this should help. --- dev/bench/gitlab-bench.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/dev/bench/gitlab-bench.yml b/dev/bench/gitlab-bench.yml index b06f042ea0..6fa6c3a483 100644 --- a/dev/bench/gitlab-bench.yml +++ b/dev/bench/gitlab-bench.yml @@ -22,7 +22,6 @@ bench: - _bench/opam.NEW/**/*.prof.json.gz - _bench/opam.OLD/**/*.log - _bench/opam.OLD/**/*.timing - - _bench/opam.OLD/**/*.prof.json.gz when: always expire_in: 1 year environment: bench -- 2.45.2