mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Add image parameter to external tests
This commit is contained in:
parent
e95cfa84bc
commit
589688b236
@ -539,7 +539,7 @@ defaults:
|
|||||||
project: colony
|
project: colony
|
||||||
binary_type: solcjs
|
binary_type: solcjs
|
||||||
compile_only: 1
|
compile_only: 1
|
||||||
nodejs_version: '14.20'
|
image: cimg/node:14.20
|
||||||
python2: true
|
python2: true
|
||||||
|
|
||||||
- job_native_test_ext_gnosis: &job_native_test_ext_gnosis
|
- job_native_test_ext_gnosis: &job_native_test_ext_gnosis
|
||||||
@ -547,7 +547,7 @@ defaults:
|
|||||||
name: t_native_test_ext_gnosis
|
name: t_native_test_ext_gnosis
|
||||||
project: gnosis
|
project: gnosis
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16.18'
|
image: cimg/node:16.18
|
||||||
|
|
||||||
- job_native_test_ext_zeppelin: &job_native_test_ext_zeppelin
|
- job_native_test_ext_zeppelin: &job_native_test_ext_zeppelin
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
@ -561,14 +561,14 @@ defaults:
|
|||||||
name: t_native_test_ext_ens
|
name: t_native_test_ext_ens
|
||||||
project: ens
|
project: ens
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '18.11'
|
image: cimg/node:18.11
|
||||||
|
|
||||||
- job_native_test_ext_trident: &job_native_test_ext_trident
|
- job_native_test_ext_trident: &job_native_test_ext_trident
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
name: t_native_test_ext_trident
|
name: t_native_test_ext_trident
|
||||||
project: trident
|
project: trident
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16.18'
|
image: cimg/node:16.18
|
||||||
|
|
||||||
- job_native_test_ext_euler: &job_native_test_ext_euler
|
- job_native_test_ext_euler: &job_native_test_ext_euler
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
@ -595,28 +595,28 @@ defaults:
|
|||||||
name: t_native_test_ext_pool_together
|
name: t_native_test_ext_pool_together
|
||||||
project: pool-together
|
project: pool-together
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16.18'
|
image: cimg/node:16.18
|
||||||
|
|
||||||
- job_native_test_ext_perpetual_pools: &job_native_test_ext_perpetual_pools
|
- job_native_test_ext_perpetual_pools: &job_native_test_ext_perpetual_pools
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
name: t_native_test_ext_perpetual_pools
|
name: t_native_test_ext_perpetual_pools
|
||||||
project: perpetual-pools
|
project: perpetual-pools
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '18.11'
|
image: cimg/node:18.11
|
||||||
|
|
||||||
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
|
- job_native_test_ext_uniswap: &job_native_test_ext_uniswap
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
name: t_native_test_ext_uniswap
|
name: t_native_test_ext_uniswap
|
||||||
project: uniswap
|
project: uniswap
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16.18'
|
image: cimg/node:16.18
|
||||||
|
|
||||||
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
|
- job_native_test_ext_prb_math: &job_native_test_ext_prb_math
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
name: t_native_test_ext_prb_math
|
name: t_native_test_ext_prb_math
|
||||||
project: prb-math
|
project: prb-math
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '18.11'
|
image: cimg/node:18.11
|
||||||
|
|
||||||
- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
|
- job_native_test_ext_elementfi: &job_native_test_ext_elementfi
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
@ -630,14 +630,14 @@ defaults:
|
|||||||
name: t_native_test_ext_brink
|
name: t_native_test_ext_brink
|
||||||
project: brink
|
project: brink
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '18.11'
|
image: cimg/node:18.11
|
||||||
|
|
||||||
- job_native_test_ext_chainlink: &job_native_test_ext_chainlink
|
- job_native_test_ext_chainlink: &job_native_test_ext_chainlink
|
||||||
<<: *requires_b_ubu_static
|
<<: *requires_b_ubu_static
|
||||||
name: t_native_test_ext_chainlink
|
name: t_native_test_ext_chainlink
|
||||||
project: chainlink
|
project: chainlink
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '16.18'
|
image: cimg/node:16.18
|
||||||
resource_class: large # Tests run out of memory on a smaller machine
|
resource_class: large # Tests run out of memory on a smaller machine
|
||||||
|
|
||||||
- job_native_test_ext_gp2: &job_native_test_ext_gp2
|
- job_native_test_ext_gp2: &job_native_test_ext_gp2
|
||||||
@ -645,14 +645,14 @@ defaults:
|
|||||||
name: t_native_test_ext_gp2
|
name: t_native_test_ext_gp2
|
||||||
project: gp2
|
project: gp2
|
||||||
binary_type: native
|
binary_type: native
|
||||||
nodejs_version: '18.11'
|
image: cimg/node:18.11
|
||||||
|
|
||||||
- job_ems_test_ext_colony: &job_ems_test_ext_colony
|
- job_ems_test_ext_colony: &job_ems_test_ext_colony
|
||||||
<<: *requires_b_ems
|
<<: *requires_b_ems
|
||||||
name: t_ems_test_ext_colony
|
name: t_ems_test_ext_colony
|
||||||
project: colony
|
project: colony
|
||||||
binary_type: solcjs
|
binary_type: solcjs
|
||||||
nodejs_version: '14.20'
|
image: cimg/node:14.20
|
||||||
resource_class: medium
|
resource_class: medium
|
||||||
python2: true
|
python2: true
|
||||||
|
|
||||||
@ -1239,7 +1239,7 @@ jobs:
|
|||||||
compile_only:
|
compile_only:
|
||||||
type: integer
|
type: integer
|
||||||
default: 0
|
default: 0
|
||||||
nodejs_version:
|
image:
|
||||||
type: string
|
type: string
|
||||||
default: current
|
default: current
|
||||||
resource_class:
|
resource_class:
|
||||||
@ -1249,7 +1249,7 @@ jobs:
|
|||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
docker:
|
docker:
|
||||||
- image: cimg/node:<<parameters.nodejs_version>>
|
- image: <<parameters.image>>
|
||||||
resource_class: <<parameters.resource_class>>
|
resource_class: <<parameters.resource_class>>
|
||||||
# NOTE: Each external test runs up to 6 independent settings presets. If parallelism is higher than
|
# NOTE: Each external test runs up to 6 independent settings presets. If parallelism is higher than
|
||||||
# actual preset count, some runs will exit immediately. If it's lower, some runs will get more than one preset.
|
# actual preset count, some runs will exit immediately. If it's lower, some runs will get more than one preset.
|
||||||
|
Loading…
Reference in New Issue
Block a user