From bfee2ef0a650b65c5bd230a1c344bacecd35664d Mon Sep 17 00:00:00 2001 From: Aaron Train Date: Wed, 20 Oct 2021 14:56:49 -0400 Subject: [PATCH] No issue: Update ui-test slackBlocks Stage a failed test fix: commit href fix: test source href fix: obj ref fix fix: remove staged test --- taskcluster/ci/ui-test/kind.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/ui-test/kind.yml b/taskcluster/ci/ui-test/kind.yml index 41aa29e6c..6de8b0a1c 100644 --- a/taskcluster/ci/ui-test/kind.yml +++ b/taskcluster/ci/ui-test/kind.yml @@ -32,7 +32,7 @@ job-defaults: "type": "header", "text": { "type": "plain_text", - "text": "UI Test Failure\nFenix :firefox: ${task.metadata.name} failure :x:\n " + "text": "Fenix :firefox: ${task.metadata.name} :x:\n " } }, { @@ -56,8 +56,20 @@ job-defaults: "type": "section", "text": { "type": "mrkdwn", - "text": "*Source*: <${task.metadata.source}|Github :github:>" + "text": "*Source*: <${task.payload.env.MOBILE_BASE_REPOSITORY}/commit/${task.payload.env.MOBILE_HEAD_REV}|Commit> :github:" } + }, + { + "type": "divider" + }, + { + "type": "context", + "elements": [ + { + "type": "mrkdwn", + "text": ":testops-notify: created by " + } + ] } ] run: