From 041283d4702089842b86fb21c1c95fd554d95640 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Tue, 21 Jan 2025 14:15:37 +0000 Subject: [PATCH] chore: relax threshold for reporting regressions --- .github/workflows/reports.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/reports.yml b/.github/workflows/reports.yml index 81e9ef42a69..2268c48d16c 100644 --- a/.github/workflows/reports.yml +++ b/.github/workflows/reports.yml @@ -568,7 +568,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # We want this to only run on master to avoid garbage data from PRs being added. auto-push: ${{ github.ref == 'refs/heads/master' }} - alert-threshold: "110%" + alert-threshold: "120%" comment-on-alert: true fail-on-alert: false alert-comment-cc-users: "@TomAFrench" @@ -617,7 +617,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # We want this to only run on master to avoid garbage data from PRs being added. auto-push: ${{ github.ref == 'refs/heads/master' }} - alert-threshold: "110%" + alert-threshold: "120%" comment-on-alert: true fail-on-alert: false alert-comment-cc-users: "@TomAFrench" @@ -668,7 +668,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # We want this to only run on master to avoid garbage data from PRs being added. auto-push: ${{ github.ref == 'refs/heads/master' }} - alert-threshold: "110%" + alert-threshold: "120%" comment-on-alert: true fail-on-alert: false alert-comment-cc-users: "@TomAFrench" @@ -718,7 +718,7 @@ jobs: github-token: ${{ secrets.GITHUB_TOKEN }} # We want this to only run on master to avoid garbage data from PRs being added. auto-push: ${{ github.ref == 'refs/heads/master' }} - alert-threshold: "110%" + alert-threshold: "120%" comment-on-alert: true fail-on-alert: false alert-comment-cc-users: "@TomAFrench"