Skip to content

Commit

Permalink
Merge pull request ethereum#14317 from ethereum/bump-node-cimg
Browse files Browse the repository at this point in the history
Bump circleci cimg/node version
  • Loading branch information
ekpyron authored Jun 12, 2023
2 parents d32aef3 + 54c0ca9 commit 6c4e40b
Showing 1 changed file with 14 additions and 11 deletions.
25 changes: 14 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -592,28 +592,29 @@ defaults:
name: t_native_test_ext_gnosis
project: gnosis
binary_type: native
image: cimg/node:16.18
image: cimg/node:18.16

- job_native_test_ext_zeppelin: &job_native_test_ext_zeppelin
<<: *requires_b_ubu_static
name: t_native_test_ext_zeppelin
project: zeppelin
binary_type: native
image: cimg/node:18.16
resource_class: large

- job_native_test_ext_ens: &job_native_test_ext_ens
<<: *requires_b_ubu_static
name: t_native_test_ext_ens
project: ens
binary_type: native
image: cimg/node:18.11
image: cimg/node:18.16

- job_native_test_ext_trident: &job_native_test_ext_trident
<<: *requires_b_ubu_static
name: t_native_test_ext_trident
project: trident
binary_type: native
image: cimg/node:16.18
image: cimg/node:18.16

- job_native_test_ext_euler: &job_native_test_ext_euler
<<: *requires_b_ubu_static
Expand All @@ -627,6 +628,7 @@ defaults:
name: t_native_test_ext_yield_liquidator
project: yield-liquidator
binary_type: native
image: cimg/node:18.16

- job_native_test_ext_bleeps: &job_native_test_ext_bleeps
<<: *requires_b_ubu_static
Expand All @@ -640,57 +642,58 @@ defaults:
name: t_native_test_ext_pool_together
project: pool-together
binary_type: native
image: cimg/node:16.18
image: cimg/node:18.16

- job_native_test_ext_perpetual_pools: &job_native_test_ext_perpetual_pools
<<: *requires_b_ubu_static
name: t_native_test_ext_perpetual_pools
project: perpetual-pools
binary_type: native
image: cimg/node:18.11
image: cimg/node:18.16

- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
<<: *requires_b_ubu_static
name: t_native_test_ext_uniswap
project: uniswap
binary_type: native
image: cimg/node:16.18
image: cimg/node:18.16

- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
<<: *requires_b_ubu_static
name: t_native_test_ext_prb_math
project: prb-math
binary_type: native
image: cimg/node:18.11
image: cimg/node:18.16

- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
<<: *requires_b_ubu_static
name: t_native_test_ext_elementfi
project: elementfi
binary_type: native
image: cimg/node:18.16
resource_class: medium

- job_native_test_ext_brink: &job_native_test_ext_brink
<<: *requires_b_ubu_static
name: t_native_test_ext_brink
project: brink
binary_type: native
image: cimg/node:18.11
image: cimg/node:18.16

- job_native_test_ext_chainlink: &job_native_test_ext_chainlink
<<: *requires_b_ubu_static
name: t_native_test_ext_chainlink
project: chainlink
binary_type: native
image: cimg/node:16.18
image: cimg/node:18.16
resource_class: large # Tests run out of memory on a smaller machine

- job_native_test_ext_gp2: &job_native_test_ext_gp2
<<: *requires_b_ubu_static
name: t_native_test_ext_gp2
project: gp2
binary_type: native
image: cimg/node:18.11
image: cimg/node:18.16

- job_b_ubu_asan_clang: &job_b_ubu_asan_clang
<<: *on_all_tags_and_branches
Expand Down Expand Up @@ -1228,7 +1231,7 @@ jobs:
t_ems_ext_hardhat:
<<: *base_node_small
docker:
- image: cimg/node:18.11
- image: cimg/node:18.16
environment:
TERM: xterm
HARDHAT_TESTS_SOLC_PATH: /tmp/workspace/soljson.js
Expand Down

0 comments on commit 6c4e40b

Please sign in to comment.