diff options
author | Stan Hu <stanhu@gmail.com> | 2015-12-22 12:15:06 -0800 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-01-07 10:45:39 -0800 |
commit | 69209612e1793fcebcdb784074056d7a02b0f6f7 (patch) | |
tree | 2d9f791ec7f5e4a20f5f475a6151ee606d154812 /CHANGELOG | |
parent | 3c93e588e9a829bb805aab9ccafb94383f44ed57 (diff) | |
download | gitlab-ce-69209612e1793fcebcdb784074056d7a02b0f6f7.tar.gz |
Suppress e-mails on failed builds if allow_failure is set
Every time I push to GitLab, I get > 2 emails saying a spec failed when
I don't care about benchmarks and other specs that have `allow_failure` set to `true`.
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 879d057fff0..a6726eb1ec2 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -27,6 +27,7 @@ v 8.4.0 (unreleased) v 8.3.3 (unreleased) - Get "Merge when build succeeds" to work when commits were pushed to MR target branch while builds were running + - Suppress e-mails on failed builds if allow_failure is set (Stan Hu) - Fix project transfer e-mail sending incorrect paths in e-mail notification (Stan Hu) - Enable "Add key" button when user fills in a proper key (Stan Hu) |