@cryptotaxi247 / kubo / commits / 9de9c12ef

chore(ci): bigger box for webui and interop

These two are on par with sharness, and webui became flaky. Flakiness will be addressed upstream, but this should decrease how often it occurs + make CI faster (making sharness the longest one again)

Marcin Rataj committed Nov 15, 2022 at 18:16 UTC 9de9c12ef4a295bc450077e466468eb995578945
1 file changed +2 -1
.circleci/main.yml
+2 -1
@@ -224,7 +224,7 @@ jobs:
224 docker:
225 - image: cimg/go:1.19.1-node
226 parallelism: 4
227 - resource_class: large
227 + resource_class: 2xlarge+
228 steps:
229 - *make_out_dirs
230 - attach_workspace:
@@ -324,6 +324,7 @@ jobs:
324 - ~/.cache/go-build/
325 ipfs-webui:
326 executor: node-browsers
327 + resource_class: 2xlarge+
328 steps:
329 - *make_out_dirs
330 - attach_workspace: