From 1c813206d3b9742fb7ac40d5f7a21f5391f71986 Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Wed, 30 Aug 2023 10:19:16 +0100 Subject: [PATCH] ci: remove full-interop test (#167) We are removing this as Circle is struggling to gather resources. We will enable this later on. --- .circleci/config.yml | 11 --- .circleci/tests/full-interop.json | 128 ------------------------------ 2 files changed, 139 deletions(-) delete mode 100644 .circleci/tests/full-interop.json diff --git a/.circleci/config.yml b/.circleci/config.yml index 802e23690..2de7c306d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -75,14 +75,6 @@ jobs: - run: kurtosis run ${PWD} "$(cat ./.circleci/tests/ethereumjs-all.json)" - full-interop: - executor: ubuntu_vm - resource_class: xlarge - steps: - - <<: *setup_kurtosis - - checkout - - run: kurtosis run ${PWD} "$(cat ./.circleci/tests/full-interop.json)" - geth-all: executor: ubuntu_vm resource_class: xlarge @@ -171,9 +163,6 @@ workflows: - ethereumjs-all: context: - slack-secrets - - full-interop: - context: - - slack-secrets - geth-all: context: - slack-secrets diff --git a/.circleci/tests/full-interop.json b/.circleci/tests/full-interop.json deleted file mode 100644 index ec040bb00..000000000 --- a/.circleci/tests/full-interop.json +++ /dev/null @@ -1,128 +0,0 @@ -{ - "participants":[ - { - "el_client_type":"geth", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"geth", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"geth", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"geth", - "cl_client_type":"teku" - }, - { - "el_client_type":"geth", - "cl_client_type":"prysm" - }, - { - "el_client_type":"reth", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"reth", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"reth", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"reth", - "cl_client_type":"teku" - }, - { - "el_client_type":"reth", - "cl_client_type":"prysm" - }, - { - "el_client_type":"erigon", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"erigon", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"erigon", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"erigon", - "cl_client_type":"teku" - }, - { - "el_client_type":"erigon", - "cl_client_type":"prysm" - }, - { - "el_client_type":"nethermind", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"nethermind", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"nethermind", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"nethermind", - "cl_client_type":"teku" - }, - { - "el_client_type":"nethermind", - "cl_client_type":"prysm" - }, - { - "el_client_type":"besu", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"besu", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"besu", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"besu", - "cl_client_type":"teku" - }, - { - "el_client_type":"besu", - "cl_client_type":"prysm" - }, - { - "el_client_type":"ethereumjs", - "cl_client_type":"lighthouse" - }, - { - "el_client_type":"ethereumjs", - "cl_client_type":"nimbus" - }, - { - "el_client_type":"ethereumjs", - "cl_client_type":"lodestar" - }, - { - "el_client_type":"ethereumjs", - "cl_client_type":"teku" - }, - { - "el_client_type":"ethereumjs", - "cl_client_type":"prysm" - } - ], - "network_params":{ - "capella_fork_epoch":1 - }, - "launch_additional_services": false -}