-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: move history hive tests to history folder add instructions for where to put simulators #124
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
simulators/README.md
Outdated
@@ -0,0 +1,21 @@ | |||
# Portal Simulators | |||
Portal simulators are sorted by folders indictacting what networks are being tested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
indicating
simulators/README.md
Outdated
|
||
The names of folder are | ||
- all lowercase | ||
- dash seperated |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
separated
simulators/README.md
Outdated
- ``beacon-state`` | ||
- ``history-state`` | ||
|
||
## Examples of invlaid folder names :x: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
invalid
@@ -60,15 +60,15 @@ jobs: | |||
build-simulator-dockerfile: | |||
docker: | |||
- image: cimg/base:2022.06 | |||
parallelism: 5 | |||
parallelism: 6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's probably worth leaving a comment as to why the increased parallelism was necessary
These PR's should be reviewed/merged in this order
This is the first PR to add new simulators/tests for different networks like beacon.
I will do a series of PR's built off each other so reviewing/merges can be done quick and seemless.
None of these PR's should require a deep review the goal is just to move things around to make it possible to add these new simulators/tests