mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
fix(ci): retry malformed GitHub responses
This commit is contained in:
@@ -140,7 +140,7 @@ env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
||||
GH_REPO: ${{ github.repository }}
|
||||
# Read retries and one-shot dispatch recovery share this classifier; dispatch POSTs never retry.
|
||||
GH_TRANSIENT_SERVER_OR_NETWORK_PATTERN: "HTTP 5[0-9][0-9]|Server Error|error connecting to|context deadline exceeded|connection reset by peer|connection refused|TLS handshake timeout|i/o timeout|network is unreachable|(^|[^A-Za-z0-9_])EOF([^A-Za-z0-9_]|$)|ETIMEDOUT|ECONNRESET|EAI_AGAIN"
|
||||
GH_TRANSIENT_SERVER_OR_NETWORK_PATTERN: "HTTP 5[0-9][0-9]|Server Error|invalid character .* looking for beginning of value|error connecting to|context deadline exceeded|connection reset by peer|connection refused|TLS handshake timeout|i/o timeout|network is unreachable|(^|[^A-Za-z0-9_])EOF([^A-Za-z0-9_]|$)|ETIMEDOUT|ECONNRESET|EAI_AGAIN"
|
||||
NODE_VERSION: "24.15.0"
|
||||
|
||||
jobs:
|
||||
|
||||
@@ -1290,6 +1290,7 @@ describe("package acceptance workflow", () => {
|
||||
"could not create workflow dispatch event: HTTP 500: Failed to run workflow dispatch",
|
||||
"gh: HTTP 502",
|
||||
"500 Internal Server Error",
|
||||
"invalid character '<' looking for beginning of value",
|
||||
"error connecting to api.github.com",
|
||||
"context deadline exceeded",
|
||||
"read: connection reset by peer",
|
||||
|
||||
Reference in New Issue
Block a user