From f8532a3659ddc606cb58e4c863bb6036627b1c8c Mon Sep 17 00:00:00 2001 From: Florent Poinsard <35779988+frouioui@users.noreply.github.com> Date: Wed, 11 Oct 2023 14:15:58 -0500 Subject: [PATCH] Update config.yaml Signed-off-by: Florent Poinsard <35779988+frouioui@users.noreply.github.com> --- config/prod/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prod/config.yaml b/config/prod/config.yaml index 8577aceb6..98339ed88 100644 --- a/config/prod/config.yaml +++ b/config/prod/config.yaml @@ -6,7 +6,7 @@ web-cron-schedule-tags: "*/1 * * * *" web-port: 8080 web-benchmark-config-path: ./config/benchmarks/ -web-source-exclude-filter: "cron_tags_14.0.0-rc1,cron_tags_14.0.4" +web-source-exclude-filter: "cron_tags_14.0.0-rc1,cron_tags_14.0.4,cron_tags_18.0.0-rc1" web-mode: "production" web-vitess-path: /tmp web-pr-label-trigger: '"Benchmark me"'