-
Notifications
You must be signed in to change notification settings - Fork 31
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
Update console_link logic on clearing snapshots with missing repo #1219
Update console_link logic on clearing snapshots with missing repo #1219
Conversation
Signed-off-by: Andre Kurait <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1219 +/- ##
============================================
+ Coverage 80.49% 80.58% +0.08%
Complexity 3079 3079
============================================
Files 421 421
Lines 15650 15658 +8
Branches 1057 1057
============================================
+ Hits 12598 12618 +20
+ Misses 2408 2396 -12
Partials 644 644
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Andre Kurait <[email protected]>
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
job-name: [full-es68source-e2e-test, rfs-default-e2e-test] |
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.
I have a few concerns here and would like to wait on enabling another Jenkins job on PRs:
- What is the additional tax on PR wait time
- Is this providing much value that our full test isn't covering? We would need to have additional environments on standby like we do for the full test in our current model as well to support this
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.
Removed for now, we can revisit later
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.
Sure happy to chat more around this sometime
This reverts commit d49877d. Signed-off-by: Andre Kurait <[email protected]>
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.
Thanks for taking up, I had this in my own mental backlog somewhere
Description
Update console_link logic on clearing snapshots with missing repo
Fixes error
Updates GHA to run with both 7.10 and 6.8 tests (will apply after pr is merged)
Issues Resolved
N/A
Testing
Added unit test
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.