From e0887e54cd420abec9c7fcf4cd12add64a2c6631 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20C=2E=20R=C3=ADos?= Date: Tue, 22 Nov 2022 11:45:04 +0100 Subject: [PATCH] Notify failures on error --- ci/pipeline.yml | 4 ++++ ci/pr-pipeline.yml | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ci/pipeline.yml b/ci/pipeline.yml index a6acece..364f6c9 100644 --- a/ci/pipeline.yml +++ b/ci/pipeline.yml @@ -50,6 +50,8 @@ jobs: disable_checksum_uploads: true on_failure: *slack-failure-notification + on_error: + *slack-failure-notification - name: run-acceptance-tests serial: true @@ -79,6 +81,8 @@ jobs: inputs: [toolsmith-env] on_failure: *slack-failure-notification + on_error: + *slack-failure-notification - name: stage-milestone serial: true diff --git a/ci/pr-pipeline.yml b/ci/pr-pipeline.yml index 976ce80..4d25fe7 100644 --- a/ci/pr-pipeline.yml +++ b/ci/pr-pipeline.yml @@ -54,7 +54,9 @@ jobs: env_file: toolsmith-env/metadata inputs: [ toolsmith-env ] on_failure: - *slack-failure-notification + *slack-failure-notification + on_error: + *slack-failure-notification resource_types: - name: pull-request