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
upstream-sync
Aaron Train 3 years ago committed by mergify[bot]
parent 6149f9faf8
commit bfee2ef0a6

@ -32,7 +32,7 @@ job-defaults:
"type": "header", "type": "header",
"text": { "text": {
"type": "plain_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", "type": "section",
"text": { "text": {
"type": "mrkdwn", "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 <https://mana.mozilla.org/wiki/x/P_znBW|Mobile Test Engineering>"
}
]
} }
] ]
run: run:

Loading…
Cancel
Save