Skip to content
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 Dockerfile, publish gcr.io/hedera-registry/validation-scenarios:0.1.0 #6485

Merged
merged 1 commit into from May 12, 2023

Conversation

tinker-michaelj
Copy link
Collaborator

@tinker-michaelj tinker-michaelj commented May 5, 2023

Description:

  • Closes Create a Docker image with ValidationScenarios.jar #6478
  • Updates contract validation scenario to send 1 tinybar in value to 0.0.800 instead of bootstrap payer (since in dev env this is may be an account in precompile range).
  • Adds Docker build assets, publishes gcr.io/hedera-registry/validation-scenarios:0.1.0
  • Follows yahcli bind mount convention, typical usage would be,
docker run -e BOOTSTRAP_PASSPHRASE=swirlds \
  -v $(pwd):/launch gcr.io/hedera-registry/validation-scenarios:0.1.0 \
  target=localhost novel=true scenarios=staking,contract,xfers

….1.0

Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
@github-actions
Copy link

github-actions bot commented May 5, 2023

Node: Unit Test Results

  1 363 files    1 363 suites   52m 58s ⏱️
97 594 tests 97 586 ✔️ 8 💤 0
99 225 runs  99 217 ✔️ 8 💤 0

Results for commit 8c3140d.

♻️ This comment has been updated with latest results.

@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Patch coverage has no change and project coverage change: +90.89 🎉

Comparison is base (fe63164) 0.00% compared to head (8c3140d) 90.89%.

Additional details and impacted files
@@              Coverage Diff               @@
##             develop    #6485       +/-   ##
==============================================
+ Coverage           0   90.89%   +90.89%     
- Complexity         0    17413    +17413     
==============================================
  Files              0     1343     +1343     
  Lines              0    50126    +50126     
  Branches           0     5024     +5024     
==============================================
+ Hits               0    45561    +45561     
- Misses             0     3604     +3604     
- Partials           0      961      +961     

see 1343 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@github-actions
Copy link

github-actions bot commented May 5, 2023

Node: E2E Test Results

    1 files      1 suites   17m 25s ⏱️
310 tests 310 ✔️ 0 💤 0
328 runs  328 ✔️ 0 💤 0

Results for commit 8c3140d.

♻️ This comment has been updated with latest results.

@sonarcloud
Copy link

sonarcloud bot commented May 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@github-actions
Copy link

github-actions bot commented May 5, 2023

Node: Integration Test Results

    3 files      3 suites   14m 26s ⏱️
151 tests 151 ✔️ 0 💤 0
152 runs  152 ✔️ 0 💤 0

Results for commit 8c3140d.

Copy link
Member

@tannerjfco tannerjfco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contract scenario works as expected, as does the docker image when tested locally 🎉

@tinker-michaelj tinker-michaelj merged commit 04446a4 into develop May 12, 2023
23 of 27 checks passed
@tinker-michaelj tinker-michaelj deleted the 06478-validation-scens-image branch May 12, 2023 18:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create a Docker image with ValidationScenarios.jar
2 participants