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
81e6b1d5bc61719fc73f50a8a864f48e19abc56d
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: