Răsfoiți Sursa

Reduce bazel job limit to try to avoid IOExceptions (#3240)

Issue reported in [#infra on
Discord](https://discord.com/channels/655572317891461132/707150492370862090/1152031995740827718).
josh11b 2 ani în urmă
părinte
comite
f8fd8648ec
1 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 5 1
      .github/workflows/tests.yaml

+ 5 - 1
.github/workflows/tests.yaml

@@ -182,7 +182,11 @@ jobs:
           # There is a new effort (yay!) but until then it seems worth using the
           # workaround of a high jobs value. The biggest downside (increased
           # heap usage) seems like it isn't currently a big loss for our builds.
-          build --jobs=50
+          #
+          # Higher values like 50 have led to CI failures with network errors
+          # and IOExceptions, see
+          # https://discord.com/channels/655572317891461132/707150492370862090/1151605725576056934
+          build --jobs=32
 
           # General build options.
           build --verbose_failures