Skip to content

Commit

Permalink
feat: add mock mev ci (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: shana <avalonche@protonmail.com>
  • Loading branch information
barnabasbusa and avalonche committed Oct 19, 2023
1 parent 728964c commit d4bec9e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,13 @@ jobs:
- checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/mev.json)"

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

mev_k8s:
executor: ubuntu_vm
steps:
Expand Down Expand Up @@ -332,6 +339,12 @@ workflows:
ignore:
- main

- mev_mock:
filters:
branches:
ignore:
- main

- mev_k8s:
<<: *setup_kurtosis_k3s
filters:
Expand Down
8 changes: 8 additions & 0 deletions .circleci/tests/mev-mock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"network_params": {
"seconds_per_slot": 3
},
"additional_services": [
],
"mev_type": "mock"
}

0 comments on commit d4bec9e

Please sign in to comment.