Skip to content

Commit 32bbb7f

Browse files
committed
Try resource_class large (fix OZ #2)
1 parent 93faab6 commit 32bbb7f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
command: |
5656
bash <(curl -s https://codecov.io/bash)
5757
e2e-zeppelin:
58-
machine: true
58+
machine:
59+
image: ubuntu-2204:2024.01.1
60+
resource_class: large
5961
environment:
6062
NODE_OPTIONS: --max_old_space_size=8192
6163
steps:

0 commit comments

Comments
 (0)