mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
ci: improve e2e failure reporting and checklist (#1656)
Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
parent
76979136de
commit
1cc0ab2614
1
.github/actions/notify_failure/action.yml
vendored
1
.github/actions/notify_failure/action.yml
vendored
@ -88,6 +88,7 @@ runs:
|
||||
if [[ -n "${{ inputs.refStream }}" ]]; then
|
||||
yq -iP '.attachments[0].content.body[0].columns[1].items[2].facts += [ { "title": "RefStream", "value": "${{ inputs.refStream }}" } ]' teams_payload.json
|
||||
fi
|
||||
yq -iP '.attachments[0].content.body[0].columns[1].items[2].facts += [ { "title": "Assignee", "value": "${{ steps.pick-assignee.outputs.assignee }}" } ]' teams_payload.json
|
||||
yq -iP '.attachments[0].content.actions[0].url = "${{ steps.create-project-card.outputs.jobURL }}"' teams_payload.json
|
||||
yq -iP '.attachments[0].content.actions[1].url = "${{ steps.create-project-card.outputs.issueURL }}"' teams_payload.json
|
||||
yq -iP ".attachments[0].content.actions[2].url = \"${{ steps.create-project-card.outputs.opensearchURL }}\"" teams_payload.json
|
||||
|
2
.github/failure_project_template.md
vendored
2
.github/failure_project_template.md
vendored
@ -3,5 +3,7 @@
|
||||
- [ ] Inspect GitHub run logs
|
||||
- [ ] Inspect Boot logs
|
||||
- [ ] Inspect OpenSearch logs
|
||||
- [ ] Inspect sonobuoy logs (if present)
|
||||
- [ ] Check if other untriaged failures have the same cause (if yes, assign to you and move together with this ticket)
|
||||
- [ ] Correlate to existing bug tickets *or*
|
||||
- [ ] Add new bug ticket
|
||||
|
Loading…
Reference in New Issue
Block a user