diff --git a/.circleci/config.yml b/.circleci/config.yml index 9ee36b749..b29501ecf 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1211,7 +1211,7 @@ jobs: yarn test - matrix_notify_failure_unless_pr - t_ems_ext: + t_ext: parameters: project: type: string @@ -1626,23 +1626,23 @@ workflows: - t_ems_solcjs: *requires_b_ems - t_ems_ext_hardhat: *requires_b_ems - - t_ems_ext: *job_ems_compile_ext_colony + - t_ext: *job_ems_compile_ext_colony - - t_ems_ext: *job_native_test_ext_gnosis - - t_ems_ext: *job_native_test_ext_zeppelin - - t_ems_ext: *job_native_test_ext_ens - - t_ems_ext: *job_native_test_ext_trident - - t_ems_ext: *job_native_test_ext_euler - - t_ems_ext: *job_native_test_ext_yield_liquidator - - t_ems_ext: *job_native_test_ext_bleeps - - t_ems_ext: *job_native_test_ext_pool_together - - t_ems_ext: *job_native_test_ext_perpetual_pools - - t_ems_ext: *job_native_test_ext_uniswap - - t_ems_ext: *job_native_test_ext_prb_math - - t_ems_ext: *job_native_test_ext_elementfi - - t_ems_ext: *job_native_test_ext_brink - - t_ems_ext: *job_native_test_ext_chainlink - - t_ems_ext: *job_native_test_ext_gp2 + - t_ext: *job_native_test_ext_gnosis + - t_ext: *job_native_test_ext_zeppelin + - t_ext: *job_native_test_ext_ens + - t_ext: *job_native_test_ext_trident + - t_ext: *job_native_test_ext_euler + - t_ext: *job_native_test_ext_yield_liquidator + - t_ext: *job_native_test_ext_bleeps + - t_ext: *job_native_test_ext_pool_together + - t_ext: *job_native_test_ext_perpetual_pools + - t_ext: *job_native_test_ext_uniswap + - t_ext: *job_native_test_ext_prb_math + - t_ext: *job_native_test_ext_elementfi + - t_ext: *job_native_test_ext_brink + - t_ext: *job_native_test_ext_chainlink + - t_ext: *job_native_test_ext_gp2 - c_ext_benchmarks: <<: *requires_nothing @@ -1737,4 +1737,4 @@ workflows: # Emscripten build and tests that take more than 15 minutes to execute - b_ems: *requires_nothing - - t_ems_ext: *job_ems_test_ext_colony + - t_ext: *job_ems_test_ext_colony