From 7a29d1918c635e26f673b37e9f7480fbebe7a966 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 28 Oct 2021 13:19:04 +0200 Subject: [PATCH] CI: Remove separate compile-only runs for external tests execute quickly --- .circleci/config.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2bd3ac78e..b6d478b0b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1168,6 +1168,7 @@ workflows: - t_ems_solcjs: *workflow_emscripten - t_ems_ext_hardhat: *workflow_emscripten + # Separate compile-only runs of those external tests where a full run takes much longer. - t_ems_ext: <<: *workflow_emscripten name: t_ems_compile_ext_colony @@ -1178,24 +1179,13 @@ workflows: name: t_ems_compile_ext_gnosis project: gnosis compile_only: 1 - - t_ems_ext: - <<: *workflow_emscripten - name: t_ems_compile_ext_gnosis_v2 - project: gnosis-v2 - compile_only: 1 - t_ems_ext: <<: *workflow_emscripten name: t_ems_compile_ext_zeppelin project: zeppelin compile_only: 1 - - t_ems_ext: - <<: *workflow_emscripten - name: t_ems_compile_ext_ens - project: ens - compile_only: 1 - # NOTE: One of the dependencies (fsevents) fails to build its native extension on node.js 12+. - nodejs_version: 10 + # Compile&test runs of external tests - t_ems_ext: <<: *workflow_emscripten name: t_ems_test_ext_colony