Commit 842a307
ci: retry \
\`ut install --from pnpm\` intermittently exits with 141 (SIGPIPE)
right after printing the workspace summary — observed on typecheck
and on cnpmcore E2E in the same workflow run while other ubuntu jobs
(\`Test bin\`, \`Test scripts\`, \`Test\`) using the identical command
succeed. Wrap every install invocation in a 3-attempt retry with a
5s / 10s backoff so the workflow absorbs the flake while the upstream
utoo bug is investigated.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>ut install\ up to 3 times for transient SIGPIPE (141)1 parent 5f8b4c3 commit 842a307
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
160 | 161 | | |
161 | 162 | | |
162 | 163 | | |
163 | | - | |
| 164 | + | |
164 | 165 | | |
165 | 166 | | |
166 | 167 | | |
| |||
204 | 205 | | |
205 | 206 | | |
206 | 207 | | |
207 | | - | |
| 208 | + | |
208 | 209 | | |
209 | 210 | | |
210 | 211 | | |
| |||
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
248 | | - | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments