Staging integration workflow for syncing Polkadot + Kusama nodes#1751
Staging integration workflow for syncing Polkadot + Kusama nodes#1751timwu20 merged 19 commits intodevelopmentfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## development #1751 +/- ##
===============================================
+ Coverage 59.02% 59.04% +0.02%
===============================================
Files 184 184
Lines 19390 19390
===============================================
+ Hits 11444 11448 +4
+ Misses 5959 5955 -4
Partials 1987 1987
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
| RUN ["sh", "-c", "DD_AGENT_MAJOR_VERSION=7 DD_INSTALL_ONLY=true DD_API_KEY=${DD_API_KEY} DD_SITE=\"datadoghq.com\" bash -c \"$(curl -L https://s3.amazonaws.com/dd-agent/scripts/install_script.sh)\""] | ||
|
|
||
| RUN mkdir /gossamer | ||
| WORKDIR /gossamer |
There was a problem hiding this comment.
the WORKDIR command creates the path if it doesn't exist
noot
left a comment
There was a problem hiding this comment.
looks proper - is there a way i can test this locally, or do we need to merge it in first?
You can push and deploy if you had AWS access keys and proper permissions. Otherwise, it's just building a specific docker image via github actions. |
|
🎉 This PR is included in version 0.6.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
…inSafe#1751) * add wip staging workflow * wip * wip * wip * wip * wip * wip * wip matrix * wip render and deploy * wip render and deploy * wip * wip * fix typo * fix svc * temp remove ebs volume * add dd agent to Dockerfile and openmetrics conf * update workflow * update branch * remove mkdir
Changes
gossamer-stghostnetworking, which actually binds to the EC2 instance ports. Required to get libp2p working.--publish-metricsand also installs the Datadog agent and forwards the metrics to Dataog as custom metrics.gossamer.staging.polkadot/kusama.Tests
Issues
Primary Reviewer