mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-19 09:25:34 +00:00
[fenix] 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
This commit is contained in:
parent
8daaca51af
commit
cca11d0ffe
@ -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 <https://mana.mozilla.org/wiki/x/P_znBW|Mobile Test Engineering>"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
run:
|
||||
|
Loading…
Reference in New Issue
Block a user