Skip to content

Commit

Permalink
Update classify-failures script for gh1303
Browse files Browse the repository at this point in the history
  • Loading branch information
rvykydal committed Sep 17, 2024
1 parent 01c96bd commit d9285af
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/classify-failures
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ ISSUES = [
"first_grep": "anaconda:anaconda: display: Wayland startup failed: systemd exited with status 1",
},
{
"description": "[TODO] https://github.com/rhinstaller/kickstart-tests/issues/1261",
"description": "[1261] https://github.com/rhinstaller/kickstart-tests/issues/1261",
"first_grep": "anaconda:anaconda: display: Wayland startup failed: /usr/libexec/anaconda/run-in-new-session exited with status 1",
},
{
Expand All @@ -188,6 +188,10 @@ ISSUES = [
"description": "[1296] https://github.com/rhinstaller/kickstart-tests/issues/1296",
"first_grep": "ERR anaconda:Exception ignored in atexit callback:",
},
{
"description": "[1303] https://github.com/rhinstaller/kickstart-tests/issues/1303",
"first_grep": "WARNING gnome-kiosk:Lost or failed to acquire name org.gnome.Mutter.ServiceChannel",
},
]

CLOSED_ISSUES = [
Expand Down

0 comments on commit d9285af

Please sign in to comment.