Commit d4bec9e7 authored by Barnabas Busa's avatar Barnabas Busa Committed by GitHub

feat: add mock mev ci (#310)

Co-authored-by: default avatarshana <avalonche@protonmail.com>
parent 728964c7
......@@ -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:
......@@ -332,6 +339,12 @@ workflows:
ignore:
- main
- mev_mock:
filters:
branches:
ignore:
- main
- mev_k8s:
<<: *setup_kurtosis_k3s
filters:
......
{
"network_params": {
"seconds_per_slot": 3
},
"additional_services": [
],
"mev_type": "mock"
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment