Skip to content

Commit 075d7b6

Browse files
committed
CI: Remove separate compile-only runs for external tests that execute quickly
1 parent 0cece8e commit 075d7b6

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

.circleci/config.yml

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,7 @@ workflows:
12691269
- t_ems_solcjs: *workflow_emscripten
12701270
- t_ems_ext_hardhat: *workflow_emscripten
12711271

1272+
# Separate compile-only runs of those external tests where a full run takes much longer.
12721273
- t_ems_ext:
12731274
<<: *workflow_emscripten
12741275
name: t_ems_compile_ext_colony
@@ -1281,24 +1282,6 @@ workflows:
12811282
project: gnosis
12821283
compile_only: 1
12831284
nodejs_version: '14'
1284-
- t_ems_ext:
1285-
<<: *workflow_emscripten
1286-
name: t_ems_compile_ext_gnosis_v2
1287-
project: gnosis-v2
1288-
compile_only: 1
1289-
nodejs_version: '14'
1290-
- t_ems_ext:
1291-
<<: *workflow_emscripten
1292-
name: t_ems_compile_ext_zeppelin
1293-
project: zeppelin
1294-
compile_only: 1
1295-
- t_ems_ext:
1296-
<<: *workflow_emscripten
1297-
name: t_ems_compile_ext_ens
1298-
project: ens
1299-
compile_only: 1
1300-
# NOTE: One of the dependencies (fsevents) fails to build its native extension on node.js 12+.
1301-
nodejs_version: '10'
13021285

13031286
# FIXME: Gnosis tests are pretty flaky right now. They often fail on CircleCI due to random ProviderError
13041287
# and there are also other less frequent problems. See https://github.com/gnosis/safe-contracts/issues/216.

0 commit comments

Comments
 (0)