Cleanup kind workflows and Harden release downloads(incl. artifact paging)#12549
Conversation
|
Skipping CI for Draft Pull Request. |
c9e4ab9 to
6ce6ab0
Compare
|
@sduvvuri1603: No presubmit jobs available for kubeflow/pipelines@master DetailsIn 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/test-infra repository. |
|
/retest |
a1d11c7 to
e64b119
Compare
e64b119 to
32b002e
Compare
494471f to
6433f30
Compare
6433f30 to
de4fabd
Compare
de4fabd to
f505767
Compare
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
|
/retest |
nsingla
left a comment
There was a problem hiding this comment.
lgtm, follow up is required to resolve some of the ask in this PR
hbelmiro
left a comment
There was a problem hiding this comment.
@sduvvuri1603 I noticed some changes that seems unrelated to the cleanup.
I'm not against including them in this PR If they're really unrelated, but necessary. But then we need to update the PR's title and description to include those changes.
Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com>
|
/retest |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: hbelmiro, HumairAK The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
df0f869
into
kubeflow:master
…ging) (kubeflow#12549) * chore: add cleanup jobs for kind workflows Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> * chore: cleanup kind workflows and harden artifacts Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> --------- Signed-off-by: sduvvuri1603 <sduvvuri@redhat.com> Signed-off-by: Patrick Schönthaler <patrick.schoenthaler@itsc.de>
Description of your changes:
add a shared cleanup step to integration-tests-v1, kfp-webhooks, and e2e-test-frontend so we free disk and skip log collection when the kubeflow namespace never comes up; this unblocks the disk-exhaustion regressions seen in feat: Add pipeline run parallelism config #12442
harden .github/actions/check-artifact-exists so GitHub’s 403 pagination limit is treated as “artifact not found” rather than crashing the job
fix our Docker builds (backend/Dockerfile, test/release/Dockerfile.release) to fetch Argo CLI and git-cliff with Accept: application/octet-stream and then extract, avoiding HTML responses that were breaking the unpack step