Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
d4bec9e7
Unverified
Commit
d4bec9e7
authored
Oct 19, 2023
by
Barnabas Busa
Committed by
GitHub
Oct 19, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: add mock mev ci (#310)
Co-authored-by:
shana
<
avalonche@protonmail.com
>
parent
728964c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
config.yml
.circleci/config.yml
+13
-0
mev-mock.json
.circleci/tests/mev-mock.json
+8
-0
No files found.
.circleci/config.yml
View file @
d4bec9e7
...
...
@@ -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
:
...
...
.circleci/tests/mev-mock.json
0 → 100644
View file @
d4bec9e7
{
"network_params"
:
{
"seconds_per_slot"
:
3
},
"additional_services"
:
[
],
"mev_type"
:
"mock"
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment