Skip to content

Commit

Permalink
ci: remove full-interop test (#167)
Browse files Browse the repository at this point in the history
We are removing this as Circle is struggling to gather resources. We
will enable this later on.
  • Loading branch information
h4ck3rk3y committed Aug 30, 2023
1 parent 46d67fc commit 1c81320
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 139 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -171,9 +163,6 @@ workflows:
- ethereumjs-all:
context:
- slack-secrets
- full-interop:
context:
- slack-secrets
- geth-all:
context:
- slack-secrets
Expand Down
128 changes: 0 additions & 128 deletions .circleci/tests/full-interop.json

This file was deleted.

0 comments on commit 1c81320

Please sign in to comment.