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: