Skip to content

Commit

Permalink
ci: remove complex-mev from nightly ci (#271)
Browse files Browse the repository at this point in the history
the underlying image is `latest` and fails; last night it failed as it
couldn't connect to postgres. removing it as its flaky
  • Loading branch information
h4ck3rk3y authored Oct 6, 2023
1 parent f380cc4 commit 3391f41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 38 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,6 @@ jobs:
- checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/mev.json)"

complex_mev:
executor: ubuntu_vm
steps:
- <<: *setup_kurtosis
- checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/complex-mev.json)"

nimbus_mev:
executor: ubuntu_vm
steps:
Expand All @@ -202,7 +195,6 @@ workflows:
- reth-all
- teku-all
- nimbus_mev
- complex_mev

build:
when: << pipeline.parameters.should-enable-build-workflow >>
Expand Down
30 changes: 0 additions & 30 deletions .circleci/tests/complex-mev.json

This file was deleted.

0 comments on commit 3391f41

Please sign in to comment.