Commit b531427
authored
[CI] skip audit on .buildkite dep installation (elastic#239699)
## Summary
We've seen on CI, that the install time for `.buildkite` dependencies
skyrocketed from a 3s install to 7m+.
Local debug runs revealed it's the audit run that takes 7 minutes to
time out, this stalls the finish of the install.
```
npm http fetch POST 503 https://registry.npmjs.org/-/npm/v1/security/audits/quick 120042ms
npm verbose audit error HttpErrorGeneral: 503 Service Unavailable - POST https://registry.npmjs.org/-/npm/v1/security/audits/quick - Service Unavailable
npm verbose audit error at /usr/local/lib/node_modules/npm/node_modules/npm-registry-fetch/lib/check-response.js:103:15
```
Could be caused by recent AWS outages.
Disabling this auditing doesn't affect CI directly, we can try to turn
this back on later.1 parent b75e62b commit b531427
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments