Skip to content

Commit 37156f2

Browse files
authored
[rerunner] Group DNS-related error patterns, add SSL connect error (#34677)
1 parent 270f751 commit 37156f2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/scripts/workflow_rerun/errors_to_look_for.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@
1919
"error_text": "Failed to connect to github.com",
2020
"ticket": 131657
2121
},
22-
{
23-
"error_text": "Could not resolve host: github.com",
24-
"ticket": 131546
25-
},
2622
{
2723
"error_text": "retrieving gpg key timed out",
2824
"ticket": 131538
@@ -190,5 +186,13 @@
190186
{
191187
"error_text": "unable to resolve host",
192188
"ticket": 182238
189+
},
190+
{
191+
"error_text": "Could not resolve host:",
192+
"ticket": 182238
193+
},
194+
{
195+
"error_text": "SSL connect error",
196+
"ticket": 182850
193197
}
194198
]

0 commit comments

Comments
 (0)