Skip to content

Commit 29ffc7f

Browse files
hectahertzfrancineluccaCopilot
authored
Don't fail stress tests on Alert (#5961)
Co-authored-by: Marie Lucca <40550942+francinelucca@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 633fd39 commit 29ffc7f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/stress-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
output-file-path: results.json
4646
# Where the previous data file is stored
4747
external-data-json-path: ./cache/stress-tests-benchmark-data.json
48-
# Workflow will fail when an alert happens
49-
fail-on-alert: true
5048
github-token: ${{ secrets.GITHUB_TOKEN }}
51-
alert-threshold: '150%'
49+
alert-threshold: '200%'
50+
# Workflow will not fail when an alert happens (fail-on-alert is set to false)
51+
fail-on-alert: false
5252
# Enable alert commit comment
5353
comment-on-alert: true
5454
# Mention @rhysd in the commit comment

0 commit comments

Comments
 (0)