-
Notifications
You must be signed in to change notification settings - Fork 23
🌱 Add periodic artifactory cache cleanup #1127
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
base: main
Are you sure you want to change the base?
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/cc @lentzi90 |
709f113 to
5fbbfcb
Compare
|
/override metal3-ubuntu-e2e-integration-test-main |
|
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
lentzi90
left a comment
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.
Looks good! Only one comment below.
Let's test this tomorrow manually before we merge
85348be to
26b4226
Compare
|
/override metal3-ubuntu-e2e-integration-test-main |
|
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
26b4226 to
5aed573
Compare
|
/override metal3-ubuntu-e2e-integration-test-main |
|
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
5aed573 to
2b0997a
Compare
|
/override metal3-ubuntu-e2e-integration-test-main |
|
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
This commit:
- Introduces a new periodic prow job to clean up the IPA proxy cache
in nordix artifactory
- introduces new script to do the cleanup
- introduces new artifactory token secret
- introduces new generic artifactory deletion script that utilizes
only token authentication
Signed-off-by: Adam Rozman <[email protected]>
2b0997a to
a086286
Compare
|
/override metal3-ubuntu-e2e-integration-test-main |
|
@Rozzii: Overrode contexts on behalf of Rozzii: metal3-ubuntu-e2e-integration-test-main In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
tuminoid
left a comment
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.
/lgtm
Pending testing with @lentzi90
smoshiur1237
left a comment
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.
Looks good to me. @Rozzii have you done the test if it works ?
Still don't have proper token to add to live PROW, maybe this week. |
This PR: