-
Notifications
You must be signed in to change notification settings - Fork 97
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
improve purge workflow failure logging by upgrading to snok/container-retention v 3.0.0 #7835
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7835 +/- ##
==========================================
+ Coverage 61.05% 61.07% +0.02%
==========================================
Files 523 523
Lines 27466 27466
==========================================
+ Hits 16768 16774 +6
+ Misses 9212 9209 -3
+ Partials 1486 1483 -3 ☔ View full report in Codecov by Sentry. |
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Signed-off-by: nithyatsu <[email protected]>
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
90d5281
to
5d82f27
Compare
Radius functional test overview
Click here to see the list of tools in the current test run
Test Status⌛ Building Radius and pushing container images for functional tests... |
- name: Delete 'dev' containers older than a week | ||
uses: snok/container-retention-policy@v2 | ||
- name: Delete 'dev' containers older 3 days | ||
uses: snok/container-retention-policy@v3.0.0 |
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.
v3 should be enough or do we want to fix it to a specific version (v3.0.0)?
Description
updating to latest version of snok/container-retention seems to help with failures.
ref: https://github.com/radius-project/radius/actions/runs/10532606785/job/29187086343
(check only delete unused container images, since it is a workflow_dispatch)
Type of change
Fixes: #issue_number