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: ...@@ -225,6 +225,13 @@ jobs:
- checkout - checkout
- run: kurtosis run ${PWD} "$(cat ./.circleci/tests/mev.json)" - 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: mev_k8s:
executor: ubuntu_vm executor: ubuntu_vm
steps: steps:
...@@ -332,6 +339,12 @@ workflows: ...@@ -332,6 +339,12 @@ workflows:
ignore: ignore:
- main - main
- mev_mock:
filters:
branches:
ignore:
- main
- mev_k8s: - mev_k8s:
<<: *setup_kurtosis_k3s <<: *setup_kurtosis_k3s
filters: 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