-
Notifications
You must be signed in to change notification settings - Fork 15
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
DO-494: Refactor Azure to use resource groups #889
DO-494: Refactor Azure to use resource groups #889
Conversation
b133954
to
9e6992b
Compare
For full LLVM coverage report click here! |
34bbf87
to
dfdbf09
Compare
Codecov Report
@@ Coverage Diff @@
## testnet #889 +/- ##
===========================================
- Coverage 79.97% 78.12% -1.85%
===========================================
Files 50 68 +18
Lines 10056 10766 +710
===========================================
+ Hits 8042 8411 +369
- Misses 2014 2355 +341
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
- remove automatically loading SSH keys insid runner.bicep - authorized_keys now need to be passed as a parameter - adjust formatting in yaml file
this prevents failures when trying to remove non-existing resource groups. Usually happens for automatic commits b/c we don't execute the benchmarks for them. See https://github.com/gluwa/creditcoin/actions/runs/3952337176/jobs/6767291602
it's a hard-coded value and we don't need to interpret the value in intermediate steps like we do for RUNNER_VM_NAME.
for better readability
0f4dd46
to
3b37d42
Compare
Running benchmarks for regular commit - https://github.com/gluwa/creditcoin/actions/runs/3952834632/jobs/6768400236 - PASS This is now ready for review. |
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.
tested and good to merge
Description of proposed changes:
Practical tips for PR review & merge: