-
Notifications
You must be signed in to change notification settings - Fork 19
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
add parachain node docker image for Rococo and Mainnet #417
Conversation
e171115
to
5387937
Compare
3686972
to
d525ea2
Compare
@wilwade The first PR for The
|
fbba320
to
b41e9fe
Compare
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.
Went through the cli params mostly
2deee0c
to
2ee953a
Compare
Codecov Report
@@ Coverage Diff @@
## main #417 +/- ##
==========================================
- Coverage 87.34% 87.13% -0.22%
==========================================
Files 26 26
Lines 2189 2145 -44
==========================================
- Hits 1912 1869 -43
+ Misses 277 276 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
64d2748
to
2a5b694
Compare
if: matrix.target == 'build-node' | ||
id: docker_build_frequency | ||
run: ./scripts/generate_specs.sh 2000 rococo-2000 |
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.
This is not needed for instant sealing
5df33d4
to
127e21f
Compare
.github/workflows/main.yml
Outdated
@@ -2,12 +2,14 @@ on: | |||
push: | |||
branches: | |||
- main | |||
# XXX Remove before merging to main | |||
- 372-better-docker-files |
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.
This will be removed before merging PR.
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.
🚂
d2ef1b9
to
a300f81
Compare
689e8bf
to
c547061
Compare
Pull request was closed
c547061
to
fb291f8
Compare
fb291f8
to
5782e71
Compare
Goal
The goal of this PR is create a docker image for running Frequency parachain full node.
Part of #372