ci: improve e2e failure reporting and checklist (#1656)

Signed-off-by: Paul Meyer <49727155+katexochen@users.noreply.github.com>
This commit is contained in:
Paul Meyer 2023-04-14 13:14:25 +02:00 committed by GitHub
parent 76979136de
commit 1cc0ab2614
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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